コード例 #1
0
ファイル: Flatpage.php プロジェクト: netconstructor/Centurion
 protected function _preSave()
 {
     parent::_preSave();
     if ($this->title) {
         $this->slug = Centurion_Inflector::slugify($this->title);
     } else {
         $this->slug = Centurion_Inflector::slugify($this->slug);
     }
 }