hi all,
i want to add static html page layout for my application (advanced search layout).
i would like that it will be accessed by url http://myapp/search
tryed to create custom controller (search_controller.php) and index view (view/search/index.ctp), but cake requires database table search.
also, followed info from
http://cake-php.blogspot.com/2006/09/21-things-you-must-know-about-cakephp.html
but no luck.
so, can you help me how to create custom layout in php.
thank you in advance!