Jump to content

Do you use a framework


dazzclub

Recommended Posts

The only thing I use, so far, is a framework for creating forms.

 

So I put in the form fields and it produces the html, the php, the mysql schema and php mysql as well as the fetch..blah blah. It saves a lot of time, and it's good practice :)

Can anyone give an example of how they use a custom framework they build themselves? do you mean like a collection of different functions and classes etc. that you put in files and include in scripts?

 

Care to share any? lol ..or at least an example of where you use one?

 

Thanks.

 

 

Yeah, mostly just custom/common classes. I can help you build one, but I'm hesitant to give it out. It would just lead to a million questions, as there's no _proper_ documentation...

 

Besides, when you have things like Cake ( http://cakephp.org/ ), which is community supported and documented, private, personal frameworks jsut aren't the same ;)

 

I'd be more than happy to help you build your own though :) As long as it's your work -> you'll know exactly how it works, and how to fix things when they go wrong.

thorpe has given some serious effort trying to explain and show the very basics of a MVC framework here:

 

http://www.phpfreaks.com/forums/index.php/topic,165712.0.html

 

Great example and eye opener for people new to the MVC concept.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.