public function edit($field) { // custom code $this->fielddata($field, "edittimestamp", time()); return parent::edit($field); }
public function before() { Wi3::inst()->acl->grant("*", $this, "submit"); parent::before(); }
public function before() { Wi3::inst()->acl->grant("*", $this, "rssfeed"); // Everybody can access rssfeed function in this controller parent::before(); }