php - Does this function even exist or is it deprecated? -


i have being trying figure out, in vain, whether controller function exists: $controller->field. have looked around internet , haven't been able find documentation on function. deprecated or exist? can shed light on it?

$event = new eventscontroller; $event->constructclasses(); $data = $event->field('title', "title = '".mysql_real_escape_string($this->params['form']['newtitle'])."'"); 

this model function, not controller one.

http://book.cakephp.org/view/1028/field


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -