-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I get this message regardless of the path used and even if I place the class file in the default directory location.
Zend_Controller_Action_HelperBroker::addPath('./Plugins/Helpers','Helper');
Sorry, An error has occured: Application Error:exception 'Zend_Loader_PluginLoader_Exception' with message…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am trying to get Zend Framework working with netbeans, but every time there is the error
"php.exe"' is not recognized as an internal or external command,
operable program or batch file.
I am using WAMP server 2.0
it is installed in e:\wamp
My Zend framework is inside e:\wamp\www\ZendFramework-1…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I would like to know how to write PHPUnit tests with Zend_Test and in general with PHP.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello everyone,
Im currently working on a website in the Zend Framework and finding it very useful indeed.
I want both a blog and a forum in this website and wondered if there are any open-source projects of this nature that I would be able to simply copy and paste into my modular project.
I was…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Does anyone know how to display a percentage format based on the locale using the zend framework? I've tried this below and it doesn't work for some reason:
$xx = Zend_Locale::getTranslation(null, 'PercentNumber'); // This outputs: "#,##0%" for locale 'en_us'
$percentage = Zend_Locale_Format::getNumber(133…
>>> More