示例#1
0
文件: Entry.php 项目: rgigger/zinc
 public function save()
 {
     if ($this->simple != 't' && $this->simple != 'f') {
         $this->simple = $this->phpBoolToPostgres($this->simple);
     }
     parent::save();
 }