Example #1
0
 function __construct()
 {
     //profiling::
     $this->debug_methods_trail[] = __FUNCTION__;
     // Call the Model constructor
     parent::__construct();
 }
Example #2
0
 function __construct()
 {
     //profiling::
     $this->debug_methods_trail[] = __FUNCTION__;
     //declare
     $conditional_sql = '';
     $limiting = '';
     // Call the Model constructor
     parent::__construct();
 }