ZF-3482: Incorrect filename used in require_once statement in Zend_Locale docs
Description
I think there might be an error in the documentation for Zend_Locale on the following page:
[http://framework.zend.com/manual/en/…]
In the example titled Example 23.1. Choosing a specific locale:
{{require_once 'Zend_Locale';}}
should read
{{require_once 'Zend/Locale.php';}}
Comments
Posted by Thomas Weidner (thomas) on 2008-06-19T10:43:01.000+0000
Fixed with r9732
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:07.000+0000
Updating for the 1.6.0 release.