IBM 'i' development blog
Posts tagged ZendFramework
Zend Framework installed with ZendCore 2.5.2
Sep 3rd
If you intend to use the ZendFramework I would suggest you install a newer copy than the copy installed by default by the ZendCore Install. ZendCore 2.5.2 will install ZendFramework Version 1.0.3! The latest stable copy of the ZendFramwork is 1.6.0 which as you can see is lightyears ahead of the Framework installed by Zend.
Automated unit testing in PHP using PHPUnit
Aug 28th
As part of the ZendFramework excercise I am following the author describes some automated testing process for the Framework modules as we build them. He talks about using the PHPUnit testing software which is available here http://www.phpunit.de/. This allows a developer to write automated tests for his objects as he develops and greatly improves the
Installing a MySQL interface
Aug 27th
I am in the throws of going through a tutorial which shows how to set up and use the ZendFramework. It comes as part of a book I found which goes into some detail about the ZendFramework but in a much more readable (understandable?) method than the documentation. Once I have been through the book
Rewrite Problem solved
Aug 26th
Sometimes you just have to read the documentation to find out what you did wrong! The ZendFramework uses a concept which pushes all requests through the index.php page in the root directory, this in turn calls the Controller functions to determine how the request is to be handled (yes I made that a lot simpler

Recent Comments