Help Regarding Static Pages

1 message Options
Embed this post
Permalink
leo

Help Regarding Static Pages

Reply Threaded More More options
Print post
Permalink
iam new to cakephp

i followed all these steps

and when i test my static  page,

it did not shows any thing,  (Blank Page)


Add the following to /app/config/routes.php:

Router::connect(’/contact’, array(’controller’ => ‘pages’, ‘action’ => ‘display’, ‘contact’));

and create your contact page at:

/app/views/pages/contact.ctp

You can now access the contact page at:

http://foo.com/contact