Exemple #1
0
 function __construct(&$db)
 {
     parent::__construct($db, 'xteste_post', 'XtestePost', 'id', 'title');
 }
Exemple #2
0
 function __construct(&$db)
 {
     parent::__construct($db, 'xteste_category', 'XtesteCategory', 'id', 'title');
 }