Posted by PHPBABY3 on 01/06/07 19:49
I know PHP and am learning CakePHP. I have installed CakePHP and
obtained some files to add to it to produce a search button (meaning a
form that asks questions to implement a searching capability.) In file
default in directory layouts there is a form and the ACTION parameter
is wrong, but when I ask the programmer what the value should be, he
only tells me variables that I don't know the value of. He says to
make it:
http://directory.to.cake/controller_name/control_function
My directory structure is c:\sokkit\site\cake\cake_1.1.12.4205/app/
etc. Directory controllers contains one file, urls_controller.
What do I enter between the quotes in: form action=" . . ." in file
default ?
Thanks
[Back to original message]
|