コード例 #1
0
ファイル: version_model.php プロジェクト: jehmehta/eagle
 function __construct()
 {
     //profiling::
     $this->debug_methods_trail[] = __FUNCTION__;
     // Call the Model constructor
     parent::__construct();
 }
コード例 #2
0
 function __construct()
 {
     //profiling::
     $this->debug_methods_trail[] = __FUNCTION__;
     //declare
     $conditional_sql = '';
     $limiting = '';
     // Call the Model constructor
     parent::__construct();
 }