jonniejoejonson Posted March 25, 2011 Share Posted March 25, 2011 I wirte php... do i use a framework?.. if so what framework do i use?... When i do phpinfo(); ... i get a screen that says: This program makes use of the Zend Scripting Language Engine: so do i use the zend framework? regards J Link to comment https://forums.phpfreaks.com/topic/231693-what-framework-do-i-use/ Share on other sites More sharing options...
trq Posted March 25, 2011 Share Posted March 25, 2011 Zend is the company that makes PHP, PHP runs on the Zend scripting engine, this has nothing to do with the Zend framework (though the same company produces that). What framework you should use is up to you. Link to comment https://forums.phpfreaks.com/topic/231693-what-framework-do-i-use/#findComment-1192324 Share on other sites More sharing options...
jonniejoejonson Posted March 28, 2011 Author Share Posted March 28, 2011 Thanks for the reply thorpe... So if i dont know what framework i use, is it possible i dont use a framework? thanks J Link to comment https://forums.phpfreaks.com/topic/231693-what-framework-do-i-use/#findComment-1193157 Share on other sites More sharing options...
KevinM1 Posted March 28, 2011 Share Posted March 28, 2011 Thanks for the reply thorpe... So if i dont know what framework i use, is it possible i dont use a framework? thanks J If you're just using PHP out of the box, you're not using a framework. Link to comment https://forums.phpfreaks.com/topic/231693-what-framework-do-i-use/#findComment-1193185 Share on other sites More sharing options...
jonniejoejonson Posted March 28, 2011 Author Share Posted March 28, 2011 Thanks Nightslyr... is a framework basically a list of functions that make it easier to do things? Link to comment https://forums.phpfreaks.com/topic/231693-what-framework-do-i-use/#findComment-1193195 Share on other sites More sharing options...
KevinM1 Posted March 28, 2011 Share Posted March 28, 2011 Thanks Nightslyr... is a framework basically a list of functions that make it easier to do things? At the most basic level, yes. Most frameworks are more than just a series of helper functions, however. Many form the underpinning of web applications, allowing the coder to focus on the custom work that lies on top of the framework. Link to comment https://forums.phpfreaks.com/topic/231693-what-framework-do-i-use/#findComment-1193203 Share on other sites More sharing options...
jonniejoejonson Posted March 28, 2011 Author Share Posted March 28, 2011 thanks Nightslyr. Link to comment https://forums.phpfreaks.com/topic/231693-what-framework-do-i-use/#findComment-1193244 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.