Posted on December 7, 2008, 6:33 pm, by Keith, under
Development.
One of the requirements for my electronic medical record prototype is ability to track data modifications as users interact with the system. I wanted to see how difficult this would be to accomplish using the Zend Framework. This exercise ranged from being extremely trivial with Ruby on Rails to quite convoluted using the Java Persistence [...]
Posted on November 9, 2008, 2:50 pm, by Keith, under
Development.
This article covers some of the issues I encountered trying to execute a unit test and create a coverage report using Phing. I was surprised at the number of patches and workarounds that I needed to get this to work, some being harder to track down than others.
Guide for setting up NetBeans with the Zend Framework on Ubuntu Linux.