This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
unknown (author)
Thu Aug 13 08:18:00 -0700 2009
commit a9a3c04784edb6dfdeb2792305fc6924ba051e50
tree b4bfb7d4f0662299a657cc1a7f325859eeabb2c3
parent c7889ba0bf7f657b32465fcfc6552d4ee94e08ef
tree b4bfb7d4f0662299a657cc1a7f325859eeabb2c3
parent c7889ba0bf7f657b32465fcfc6552d4ee94e08ef
click /
| name | age | message | |
|---|---|---|---|
| |
README | Tue Jul 07 20:30:59 -0700 2009 | |
| |
click_app_controller.php | Sun Jun 28 17:46:04 -0700 2009 | |
| |
click_app_model.php | Sun Jun 28 17:46:04 -0700 2009 | |
| |
config/ | Fri Jun 26 19:10:27 -0700 2009 | |
| |
controllers/ | Thu Aug 13 08:18:00 -0700 2009 | |
| |
models/ | Sun Jun 28 17:46:04 -0700 2009 | |
| |
views/ | Sun Jun 28 17:46:04 -0700 2009 |
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







