naike Posted October 14, 2010 Share Posted October 14, 2010 Hey. I'm creating my own website, I'm still in the learning stages, and I'm creating my own CMS at the moment, so I'm a beginner at php. I was just wondering if it would be better to just use php apps that have already been created to do certain things, like e.g. instead of creating my own CMS, use Joomla? Just an example. Basically my question is, would you recommend using apps like Joomla to replace my own code, or should I rather go on and create my own. Is it considered unprofessional to use such php apps? Would it hurt my learning if I just replaced my own code with php apps. (Installing the apps would probably require to understand how it works anyway?) Quote Link to comment https://forums.phpfreaks.com/topic/215884-could-i-benefit-from-apps-like-joomla/ Share on other sites More sharing options...
Codarz360 Posted October 15, 2010 Share Posted October 15, 2010 I would seriously stick to coding your own that way you will learn better as you know how things work and what you did to make them work. Good Luck. Quote Link to comment https://forums.phpfreaks.com/topic/215884-could-i-benefit-from-apps-like-joomla/#findComment-1122550 Share on other sites More sharing options...
phprocker Posted October 21, 2010 Share Posted October 21, 2010 Is it considered unprofessional to use such php apps? No. Would it hurt my learning if I just replaced my own code with php apps? Yes. You don't even need to know any php to use Joomla! and other CMS. Would (it) be better to just use php apps that have already been created to do certain things? Depends what your goals are. Are you trying to learn php or are you wanting to create websites? Quote Link to comment https://forums.phpfreaks.com/topic/215884-could-i-benefit-from-apps-like-joomla/#findComment-1124755 Share on other sites More sharing options...
optikalefx Posted October 24, 2010 Share Posted October 24, 2010 I think custom is always best. Its not quickest to get up, but it will probably run faster (if your good) and will be much faster to edit, and modify since its your code. I think the most exhausting part of my job is going through other peoples system's to modify them. Quote Link to comment https://forums.phpfreaks.com/topic/215884-could-i-benefit-from-apps-like-joomla/#findComment-1125813 Share on other sites More sharing options...
kai555 Posted November 3, 2010 Share Posted November 3, 2010 Hi The great thing about joomla is that there is just about a plugin for everything. from easy form builders to community management. Joomla is also already optimized for search engines so you don't have to worry about that. But like the others said. If you want to learn, its better to create your own. Quote Link to comment https://forums.phpfreaks.com/topic/215884-could-i-benefit-from-apps-like-joomla/#findComment-1129805 Share on other sites More sharing options...
gizmola Posted November 5, 2010 Share Posted November 5, 2010 Joomla has easily 10 or more man years invested in its design, not counting the scores of plugins, modules and templates. The same could be said for some of the other leading CMS/blog packages like Drupal and Wordpress. There is actually a substantial learning curve involved in any of the CMS packages, however they also were designed to let people with no programming exprience add content and do some rudimentary management of their websites. It's also good old php code so you can look at it and learn a lot about php by picking it apart, looking at plugins or templates or modules, and you can always write your own. If you're just learning PHP however, a lot of that code might be over your head. I don't think there's a right answer, although writing your own system is always a great learning experience. Quote Link to comment https://forums.phpfreaks.com/topic/215884-could-i-benefit-from-apps-like-joomla/#findComment-1130591 Share on other sites More sharing options...
Mary76Rocker Posted November 9, 2010 Share Posted November 9, 2010 yes that would be better, use php apps that have already been created... Quote Link to comment https://forums.phpfreaks.com/topic/215884-could-i-benefit-from-apps-like-joomla/#findComment-1132131 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.