public
Description: CakePHP plugin for tracking clicks
Homepage: http://www.pseudocoder.com
Clone URL: git://github.com/mcurry/click.git
unknown (author)
Thu Aug 13 08:18:00 -0700 2009
commit  a9a3c04784edb6dfdeb2792305fc6924ba051e50
tree    b4bfb7d4f0662299a657cc1a7f325859eeabb2c3
parent  c7889ba0bf7f657b32465fcfc6552d4ee94e08ef
click /
name age message
file README Tue Jul 07 20:30:59 -0700 2009 fixed link [mcurry]
file click_app_controller.php Sun Jun 28 17:46:04 -0700 2009 added README and file headers [mcurry]
file click_app_model.php Sun Jun 28 17:46:04 -0700 2009 added README and file headers [mcurry]
directory config/ Fri Jun 26 19:10:27 -0700 2009 initial revision [mcurry]
directory controllers/ Thu Aug 13 08:18:00 -0700 2009 fixed indents [unknown]
directory models/ Sun Jun 28 17:46:04 -0700 2009 added README and file headers [mcurry]
directory views/ Sun Jun 28 17:46:04 -0700 2009 added README and file headers [mcurry]
README
/*
 * Click Tracking CakePHP Plugin
 * Copyright (c) 2009 Matt Curry
 * www.PseudoCoder.com
 * http://github.com/mcurry/click
 *
 * @author      Matt Curry <matt@pseudocoder.com>
 * @license     MIT
 *
 */

/* Instructions */
  1. Run the SQL in /click/config/sql/clicks.sql to create the DB table.
  2. Include the helper in your AppController/Controller:
      var $helpers = array('Click.click');
  3. Create your links using the helper (same syntax and options as $html->link()):
      echo $click->link('PseudoCoder', 'http://pseudocoder.com');
  4. To view the click information download the status plugin (http://github.com/mcurry/status).  Once you have it setup 
  add the click panels:
      Configure::write('Status.panels', array('Click.latest', 'Click.most'));
      Go to http://yourapp/status