Exemplo n.º 1
0
 public function __construct($wpdb)
 {
     parent::__construct($wpdb);
 }
Exemplo n.º 2
0
 public function __construct($wpdb)
 {
     parent::__construct($wpdb);
     $this->user_dao = Helper_Factory::get_instance()->get_dao('User');
 }
 public function __construct($wpdb)
 {
     parent::__construct($wpdb);
     $this->post_dao = Helper_Factory::get_instance()->get_dao('Post');
     $this->taxonomy_dao = Helper_Factory::get_instance()->get_dao('Taxonomy');
 }