doSave() protected method

Updates and saves the current object.
See also: sfFormObject If you want to add some logic before saving or save other associated objects, this is the method to override.
protected doSave ( mixed $con = null )
$con mixed An optional connection object
 protected function doSave($con = null)
 {
     parent::doSave($con);
     $this->saveDivisionStudentList($con);
 }
 protected function doSave($con = null)
 {
     parent::doSave($con);
     $this->saveOptionCareerSubjectList($con);
 }
 protected function doSave($con = null)
 {
     parent::doSave($con);
     $this->saveDivisionPreceptorList($con);
 }
 protected function doSave($con = null)
 {
     parent::doSave($con);
     $this->saveExaminationSubjectStudentList($con);
 }
 protected function doSave($con = null)
 {
     parent::doSave($con);
     $this->saveStudentBrotherList($con);
 }