Notice (1024): Method input() is deprecated in HtmlHelper: see FormHelper::input or FormHelper::text [CORE/cake/libs/view/helpers/html.php, line 759]
Code | Context$this = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/properties/send/10"
HtmlHelper::$params = array
HtmlHelper::$action = "send"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$fieldName = "Contact.friendemail"
$htmlAttributes = array(
"class" => "listing_textfield"
) */
function input($fieldName, $htmlAttributes = array()) {
trigger_error(sprintf(__('Method input() is deprecated in %s: see FormHelper::input or FormHelper::text', true), get_class($this)), E_USER_NOTICE);
HtmlHelper::input() - CORE/cake/libs/view/helpers/html.php, line 759
include - APP/views/properties/send.ctp, line 36
View::_render() - CORE/cake/libs/view/view.php, line 648
View::render() - CORE/cake/libs/view/view.php, line 375
Controller::render() - CORE/cake/libs/controller/controller.php, line 732
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 265
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 233
[main] - APP/webroot/index.php, line 84
|
|
|
|
|
|
|
|
Notice (1024): Method textarea() is deprecated in HtmlHelper: see FormHelper::input or FormHelper::textarea [CORE/cake/libs/view/helpers/html.php, line 683]
Code | Context$this = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/properties/send/10"
HtmlHelper::$params = array
HtmlHelper::$action = "send"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$fieldName = "Contact.message"
$htmlAttributes = array(
"wrap" => "off",
"cols" => "60",
"rows" => "10",
"class" => "listing_textfield"
) */
function textarea($fieldName, $htmlAttributes = array()) {
trigger_error(sprintf(__('Method textarea() is deprecated in %s: see FormHelper::input or FormHelper::textarea', true), get_class($this)), E_USER_NOTICE);
HtmlHelper::textarea() - CORE/cake/libs/view/helpers/html.php, line 683
include - APP/views/properties/send.ctp, line 66
View::_render() - CORE/cake/libs/view/view.php, line 648
View::render() - CORE/cake/libs/view/view.php, line 375
Controller::render() - CORE/cake/libs/controller/controller.php, line 732
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 265
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 233
[main] - APP/webroot/index.php, line 84
|