|
|
@@ -19,7 +19,7 @@
|
|
|
in the router interface, throw an exception if no route matches. The error
|
|
|
plugin will then catch that exception and forward to the error controller.
|
|
|
You can then test for that specific error with the constant
|
|
|
- <constant></constant>:
|
|
|
+ <constant>Zend_Controller_Plugin_ErrorHandler::EXCEPTION_NO_ROUTE</constant>:
|
|
|
</para>
|
|
|
|
|
|
<programlisting language="php"><![CDATA[
|
|
|
@@ -128,7 +128,7 @@ $authors = $feed->getAuthors()->getValues();
|
|
|
</para>
|
|
|
|
|
|
<para>
|
|
|
- When you are in need of the original values you can eighter store them before
|
|
|
+ When you are in need of the original values you can either store them before
|
|
|
initiating <classname>Zend_File_Transfer</classname> or use the
|
|
|
<property>disableInfos</property> option at initiation. Note that this option is
|
|
|
useless when its given after initiation.
|