Subversion Repositories SmartDukaan

Rev

Rev 12694 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
12694 anikendra 1
<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
2
/*
3
| -------------------------------------------------------------------------
4
| Hooks
5
| -------------------------------------------------------------------------
6
| This file lets you define "hooks" to extend CI without hacking the core
7
| files.  Please see the user guide for info:
8
|
9
|	http://codeigniter.com/user_guide/general/hooks.html
10
|
11
*/
12
 
13
 
14
 
15
/* End of file hooks.php */
16
/* Location: ./application/config/hooks.php */
12706 anikendra 17
/*
12694 anikendra 18
$hook['post_controller'] = array(
19
    'class' => 'Tracking',
20
    'function' => 'tracking_info',
21
    'filename' => 'tracking.php',
22
    'filepath' => 'hooks',
23
    'params' => array()
12706 anikendra 24
);
25
*/