On Fri, Feb 6, 2009 at 10:43 PM, PHPScriptor <[email protected]> wrote:
>
> I'm assuming that if your method "getPost" does not exist that your
> $request->isPost() and isValid($request->getPost()) will also not work. Try
> to do a var_dump of $request->getPost(); and your $request.
>
Hi,
I agree with you on this. I also came up with similar logic that if
getPost() is not working then validators should also not work; however
I noticed that my validators are working perfectly.
I entered the string 'checking' in form & did var-dump of
$request->getPost() and got this:
==========================
array(2) {
["qsearch"] => string(8) "checking"
["submit"] => string(6) "Search"
}
==========================
So that means its working.
Now I don't know what's going on
Any Suggestion?
--
=======================
Registered Linux User #460714
Currently Using Fedora 8, 10
=======================