コード例 #1
0
ファイル: test.php プロジェクト: HarriLu/gallery3
 static function random_unique_photo($parent = null)
 {
     return test::random_unique_photo_unsaved($parent)->save()->reload();
 }