Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.9.1
-
Fix Version/s: 1.10.0
-
Component/s: None
-
Labels:None
-
Language:English
Description
On this documentation page:
http://framework.zend.com/docs/quickstart/create-a-model-and-database-table
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.
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.