예제 #1
0
파일: Edit.php 프로젝트: neilgarb/yadda
 public function __construct($site)
 {
     parent::__construct();
     $this->setAction('/site/edit/id/' . $site['id']);
     $this->id->setAttrib('readonly', 'readonly');
 }