예제 #1
0
 function __construct($id = NULL)
 {
     parent::__construct($id);
 }
예제 #2
0
파일: tag.php 프로젝트: rubygeek/rubygeek
 function __construct()
 {
     // Call the Model constructor
     parent::__construct();
 }
예제 #3
0
 function __construct()
 {
     parent::__construct();
 }
예제 #4
0
 function __construct($id = 1)
 {
     parent::__construct($id);
 }