-- AmirBehzad Eslami <[EMAIL PROTECTED]> wrote
(on Friday, 01 February 2008, 04:13 PM +0330):
> @see: 7.8.4.3.2. Basic Usage Examples
> ...
>
> $this->_redirector->setCode('303')
>
> should become:
>
> $this->_redirector->setCode(303)Have you actually experienced an issue with that? My understanding is that PHP will convert it to an integer before sending it anyways. -- Matthew Weier O'Phinney PHP Developer | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/
