Hi all!
For a bigger Joomla component I decided to stop writing duplicate code for every view, model and controller and created classes extending JView, JModel, JController and JTable. As an outcome, my controllers and models are each 5 lines long!
All you have to do is write a special JTable file. Instead of doing classic
var $tablefield;
you give some more meta information about that field, like 'type', 'validation', etc. See the screenshot for an…
Continue
Posted on September 28, 2009 at 2:30pm — 16 Comments