Ejemplo n.º 1
0
 public function getCareerStudents($criteria = null, PropelPDO $con = null)
 {
     $c = new Criteria();
     $c->addDescendingOrderByColumn(CareerStudentPeer::CREATED_AT);
     return parent::getCareerStudents($c);
 }