AnalCoder Posted August 19, 2008 Share Posted August 19, 2008 so ive been reading about frameworks, and i wanted to know do you have to use them to make a php enabled site or does it make it more difficult if you don't? thanks Link to comment https://forums.phpfreaks.com/topic/120327-solved-php-framework/ Share on other sites More sharing options...
trq Posted August 19, 2008 Share Posted August 19, 2008 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 More sharing options...
Fadion Posted August 19, 2008 Share Posted August 19, 2008 Thorpe gave you the answers, but I would ask: What's that nickname? Link to comment https://forums.phpfreaks.com/topic/120327-solved-php-framework/#findComment-619966 Share on other sites More sharing options...
MasterACE14 Posted August 19, 2008 Share Posted August 19, 2008 so ive been reading about frameworks, and i wanted to know do you have to use them to make a php enabled site or does it make it more difficult if you don't? thanks maybe try reading about PHP first... Link to comment https://forums.phpfreaks.com/topic/120327-solved-php-framework/#findComment-619975 Share on other sites More sharing options...
AnalCoder Posted August 19, 2008 Author Share Posted August 19, 2008 appalling replies . as a result, i will not be recommending, nor visiting this forum again. Link to comment https://forums.phpfreaks.com/topic/120327-solved-php-framework/#findComment-619986 Share on other sites More sharing options...
MasterACE14 Posted August 19, 2008 Share Posted August 19, 2008 appalling replies . 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 More sharing options...
HGeneAnthony Posted August 19, 2008 Share Posted August 19, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.