Exemple #1
0
 public function edit($id = null)
 {
     $this->___set();
     $this->set('editing', true);
     parent::edit($id);
 }