Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.8
-
Fix Version/s: 1.8.0
-
Component/s: Zend_Application
-
Labels:None
-
Language:English
-
Tags:
Description
the last lines of the example index.php shown in the quickstart shows the following::
$application->bootstrap();
->run();
I assume it should be
$application->bootstrap(); $application->run();
unless it is supposed to use fluent interface, which the bootstrap() method does not seem to.
Actually, it does implement a fluent interface. I'm updating the docs now, and they will release with the 1.8 GA.