-
Notifications
You must be signed in to change notification settings - Fork 2
CakePHP plugin for tracking clicks
mcurry/click
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
/* * 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
About
CakePHP plugin for tracking clicks
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published