Beispiel #1
0
 public function active(PropelPDO $con = null)
 {
     SchoolYearPeer::setAllUnactive();
     $this->setIsActive(true);
     return $this->save($con);
 }