17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1851 Views |
-
Search form error when submitting

21 October 2008 at 1:25am
Hi
I get the following error from my Search results() function that I pasted from tutorial-4 exactly into my page controller when I submit a search query.
Missing argument 2 for Page_Controller::results()
my page_controller results() function as follows where $form is undefined.
function results($data, $form){
$data = array(
'Results' => $form->getResults(),
'Query' => $form->getSearchQuery(),
'Title' => 'Search Results'
);
return $this->customise($data)->renderWith(array('Page_results', 'Page'));
} -
Re: Search form error when submitting

21 October 2008 at 8:40pm
Can someone that has the search explained in Tutorial-4 please explain to me how the $form argument in the results($data, $form) function gets defined or populated?
I get missing argument 2 when calling the function.
| 1851 Views | ||
|
Page:
1
|
Go to Top |

