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 Quote 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. Quote 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 Quote 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. Quote 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? Quote 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. Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.