Posts Tagged ‘joomla’

Using Doctrine in Joomla

Posted: 5th maart 2011 by Paul de Raaij in PHP, Webdevelopment
Tags: , ,

Joomla is a decent CMS with very nice features. It works great for the end user and has many components ready to use from the online world. What I don’t like personally, as a developer, is the model implementation in Joomla. For me the way ‘ model and table’ classes are implemented, just doesn’t feel [...]

Share

A way to implement unit testing in Joomla!

Posted: 31st juli 2010 by Paul de Raaij in PHP, Webdevelopment
Tags: , ,

Since a couple of months I’m not anymore self-employed and am I working for a company who develops for ActiveCollab, Magento and Joomla!. While developing I’m trying to work according the TDD paradigm. So you write your tests first and then you develop the business logic to succeed the failing test. I’d have to admit that Joomla! [...]

Share