コード例 #1
0
ファイル: blog_module.php プロジェクト: rasstroen/hardtechno
 function setCollectionClass()
 {
     $this->Collection = Blogposts::getInstance();
 }
コード例 #2
0
ファイル: Blogpost.php プロジェクト: rasstroen/hardtechno
 function _update($data)
 {
     $tableName = Blogposts::getInstance()->tableName;
     $this->dropCache();
     return parent::_update($data, $tableName);
 }