ZF-4026:
commit1918f475ec1d6f7e9f171a922b10ce2914cbacb3
authormatthew <matthew@44c647ce-9c0f-0410-b52a-842ac1e357ba>
Thu, 17 Sep 2009 17:03:57 +0000 (17 17:03 +0000)
committermatthew <matthew@44c647ce-9c0f-0410-b52a-842ac1e357ba>
Thu, 17 Sep 2009 17:03:57 +0000 (17 17:03 +0000)
treef27678949c435e665613fdfeba3f4f8d7c9b41f6
parent9e6b5b88eee4375e0686bf364431301b907c2bd7
ZF-4026:
- Added clearParams() method to abstract request
- Added flag to ActionStack to allow clearing params prior to calling new action

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18174 44c647ce-9c0f-0410-b52a-842ac1e357ba
library/Zend/Controller/Plugin/ActionStack.php
library/Zend/Controller/Request/Abstract.php
tests/Zend/Controller/Plugin/ActionStackTest.php
tests/Zend/Controller/Request/HttpTest.php