2012-01-25 5 views

答えて

6

$this->courses = Doctrine_Query::create()->from('Course c')->where('c.user_id = ?', $this->userId)->orderBy('c.user_id DESC')->execute(); 
+0

パーフェクト。ありがとう。 – Awan

関連する問題