Page 1 of 1

Tutorial that demonstrates CRUD

Posted: Sat Oct 11, 2008 6:35 pm
by vhg119
Hi,

I'm learning how to develop Joomla components and so far sorta understand the Joomla MVC architecture.

I have a background in straight PHP, Django, and Rails. PHP was nice but it left it up to me to come up with a structure for my webapps and was very unproductive compared to Django and Rails which provided a framework as well as a robust ORM system.

I remember reading something about Joda, which is to become the ORM for Joomla, but is still a long ways off. Could someone point me to some tutorials that will demonstrate writing a Joomla component with CRUD functionality? I'm getting lost trying to find documentation regarding how I should be doing CRUD.

Vince