コード例 #1
0
ファイル: Commentaires.php プロジェクト: bersace/strass
 function findPhoto()
 {
     $t = new Photos();
     $s = $t->select()->setIntegrityCheck(false)->from('photo')->where('photo.commentaires = ?', $this->parent);
     return $t->fetchOne($s);
 }