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