ZF-7612: Quickstart documentation confusion: namespace Default_ or Default?
Description
On this documentation page:
http://framework.zend.com/docs/quickstart/…
It says to add, among other things, this line to application/Bootstrap.php:
'namespace' => 'Default_',
But in the next code block, where it shows how the complete file should look, the line reads:
'namespace' => 'Default',
Which is correct? The one that isn't should be changed.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2010-01-21T10:08:22.000+0000
Actually, namespace registry now happens by default in even the application bootstrap -- and uses the "Application" prefix instead of our previously suggested "Default". I've updated the docs to reflect this.