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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -