Zend Framework

Zend_Application Quick Start shows invalid index.php example

Details

  • Type: Docs:  Problem Docs: Problem
  • Status: Resolved Resolved
  • Priority: Major 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.

Activity

Hide
Matthew Weier O'Phinney added a comment -

Actually, it does implement a fluent interface. I'm updating the docs now, and they will release with the 1.8 GA.

Show
Matthew Weier O'Phinney added a comment - Actually, it does implement a fluent interface. I'm updating the docs now, and they will release with the 1.8 GA.
Hide
Matthew Weier O'Phinney added a comment -

Fixed in trunk and patched to 1.8 release branch.

Show
Matthew Weier O'Phinney added a comment - Fixed in trunk and patched to 1.8 release branch.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: