コード例 #1
0
ファイル: Collection.php プロジェクト: mattvb91/cphalcon
 public static function findById($id)
 {
     return parent::findById($id);
 }