[eluser]unsub[/eluser]
hi
i'm quite new to MVC myself, and slowly but surely fighting my way out of the procedural cocoon, hopefully to emerge object oriented... to be pretentious about it :lol:
but i have learned a lot from reading through the code of various backend prjects released here. CodeExtinguisher has some really wonderful stuff, but is above my head in a lot of ways; however i did copy my asset management from that, to some extent.
another is CodeCrafter, which uses a template class which was simple enough for even me to get a handle on, and alter into a site-wide system. if you are as new as me to this stuff, i highly recomend having a look at that. basically, just generate yourself a quick one-table crud using the codecrafter interface, and then have a look at the way it does it. it's easy to grasp how it works quite quickly, and once i did that, it was a piece of cake to come up with my own system based on that.
very cool stuff.
cheers
-g