Jump to content

[SOLVED] php framework


AnalCoder

Recommended Posts

so ive been reading about frameworks

Obviously not much.

 

i wanted to know do you have to use them to make a php enabled site

 

No, they are not a requirement.

 

does it make it more difficult if you don't?

 

I wouldn't say that exactly. The can (and are actually designed to) make application development easier, faster and more structured.

Link to comment
https://forums.phpfreaks.com/topic/120327-solved-php-framework/#findComment-619962
Share on other sites

appalling replies  :o . as a result, i will not be recommending, nor visiting this forum again.

 

Maybe if you did the necessary research before asking the question, you may have received a reasonable answer.

 

also. Choose a better alias next time.

Link to comment
https://forums.phpfreaks.com/topic/120327-solved-php-framework/#findComment-619990
Share on other sites

Yeah I agree a little harse.  Frameworks serve different purposes but the main purpose of any framework is to make you more productive.  If you were looking for a quality framework I'm partial to Kohana.  It requires a bit of a learning curve but once you do it makes you far more productive, and makes you design good code from the start.  It also provides a ton of helper classes that can abstract you from more complicated things like database access as well as allow you to use PHP to write things that would normally need to be done in HTML, plus it can give you some powerful tools to cut down on development time.  Go to KohanaPHP.com and read up on it it has very nice documentation.  Sorry I'm in a rush or I'd tell you more.

Link to comment
https://forums.phpfreaks.com/topic/120327-solved-php-framework/#findComment-619998
Share on other sites

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.