Exemplo n.º 1
0
 function __construct(&$db)
 {
     parent::__construct($db, 'xteste_post', 'XtestePost', 'id', 'title');
 }
Exemplo n.º 2
0
 function __construct(&$db)
 {
     parent::__construct($db, 'xteste_category', 'XtesteCategory', 'id', 'title');
 }