R: Custom Scaffold view

2007-02-06 Thread Marco \(GMail\)
This is tested and work :) action == 'index') { unset($this->viewVars['fieldNames']['field01']; unset($this->viewVars['fieldNames']['field02']; unset($this->viewVars['fieldNames']['field03']; } return true; } } ?> -Messaggio originale- Da: cake-php@googlegr

R: Custom Scaffold view

2007-02-06 Thread Marco \(GMail\)
Excuse me for double posting but there is a typo in the preceding message This is tested and work :) action == 'index') { unset($this->viewVars['fieldNames']['field01']); unset($this->viewVars['fieldNames']['field02']); unset($this->viewVars['fieldNames']['field03']); }