DMZ Help |
[eluser]tomdelonge[/eluser]
Here's the manual: http://www.overzealous.com/dmz/ It explains it pretty well. I do have to say that when I first tried it (after it was recommended several times to me) that I quit, it was too hard for me to understand. But then I looked at it a few days later. I'll never use anything else. It basically simplifies and speeds up the database development. I looked through the example app and it helped me understand a lot of it. So, you'll have a model that corresponds to a database table. You can then create an object with that class. DMZ has default functions that are already in place for the model. For example, if I were making a blog, my posts model might have methods like the following: get_posts(); insert_new_post(); and a bunch of others. With DMZ, I make the model in about 30 seconds (fine tune stuff later) and just use built in functions like get() and save(); It just has everything in place that you would do yourself anyway. Hope that helps, just try it out. |
Messages In This Thread |
DMZ Help - by El Forum - 12-04-2009, 04:47 PM
DMZ Help - by El Forum - 12-04-2009, 07:09 PM
DMZ Help - by El Forum - 12-05-2009, 06:13 AM
DMZ Help - by El Forum - 12-05-2009, 09:34 AM
|