Re: [fw-general] Zend Framework 1.11.11 Released

2011-09-29 Thread Henrique Moody
Great.
For those interested, I have created a git repository to use as submodule in
my projects.

https://github.com/henriquemoody/Zend

On Thu, Sep 29, 2011 at 4:54 PM, Matthew Weier O'Phinney
wrote:

> The Zend Framework team announces the immediate availability of Zend
> Framework's ALL ONES 1.11.11 release, the eleventh maintenance release
> in the 1.11 series.
>
> 1.11.11 includes around 30 bug fixes and may be downloaded from the Zend
> Framework site:
>
>  * http://framework.zend.com/download/latest
>
> For a full list of resolved issues, you can visit the changelog:
>
>  * http://framework.zend.com/changelog/1.11.10
>
> I'd like to thank everyone who contributed code to this release,
> including those who submitted patches, translated documentation, or
> reported issues. Expect another maintenance release next month!
>
>
> --
> Matthew Weier O'Phinney
> Project Lead| matt...@zend.com
> Zend Framework  | http://framework.zend.com/
> PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc
>
> --
> List: fw-general@lists.zend.com
> Info: http://framework.zend.com/archives
> Unsubscribe: fw-general-unsubscr...@lists.zend.com
>
>
>


-- 
*Henrique Moody*
*henriquemo...@gmail.com
*
*55 11 88824409*


Re: [fw-general] How to dispatch a 404 error

2009-07-15 Thread Henrique Moody

I think you can use

throw new Zend_Controller_Dispatcher_Exception('Your message here');


gllop wrote:
> 
> I'm trying to thow a Zend_Controller_Action_Exception to dispatch a 404
> page error. The ErrorController and the Plugin_Handler instance are
> already implemented but I don't know how can i exactly dispatch the
> exception. I supose it will be something like: 
> throw new Zend_Controller_Action_Exception('Error exception');
> 
> But this don't render my corresponent 404 page. I get only "Error
> exception" message.
> 
> Any help would be apreciated. Thx!
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-dispatch-a-404-error-tp22242790p24502873.html
Sent from the Zend Framework mailing list archive at Nabble.com.