Code Context
if (isset($options['action'])) {
trigger_error('Using key `action` is deprecated, use `url` directly instead.', E_USER_DEPRECATED);
$model = 'Contact'
$options = array(
'action' => 'form',
'type' => 'post',
'url' => null,
'default' => true,
'encoding' => 'utf-8'
)
$created = false
$id = false
$append = ''
$key = 'id'
$plugin = null
$recordExists = false
FormHelper::create() - APP/Vendor/cakephp/cakephp/lib/Cake/View/Helper/FormHelper.php, line 383
include - APP/View/Themed/Default/Pages/contact.ctp, line 16
View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 971
View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 933
View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 473
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 963
PagesController::display() - APP/Controller/PagesController.php, line 35
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 100