pantonit Posted January 24, 2010 Share Posted January 24, 2010 Hi guys, I have to develop a web system which will be like a business catologue. Each business has to be able to create its own profile, with many details, pictures, etc. According to your experience and criteria, should I use some framework or just raw PHP? (I don't have strong experience with any framework). My question then would be which strategy, structure, tools, etc., use to solve this problem. Many Thanks! Paul Quote Link to comment https://forums.phpfreaks.com/topic/189573-where-to-start-with-this-web-project/ Share on other sites More sharing options...
ignace Posted January 24, 2010 Share Posted January 24, 2010 You can use either use a framework or just write from scratch. A framework has the advantage of delivering most common tasks like bootstrapping your application thus decreasing the time required to build your application however the learning curve can sometimes be difficult. Quote Link to comment https://forums.phpfreaks.com/topic/189573-where-to-start-with-this-web-project/#findComment-1000779 Share on other sites More sharing options...
whansen02 Posted January 27, 2010 Share Posted January 27, 2010 Personally I wouldn't use a framework but that's "my opinion". I would use raw php. That said - have a look around and use what works for you. There's quite a bit involved in what you're considering building so a framework could be advantageous - on the other hand I find they get over complicated and inflexible on the silliest little additions you want to make to an existing app sometimes. Each framework is a unique tool that requires time to learn. So unless you get really familiar with one framework and become a wiz at it or find one that works really well for you I'd go with raw php. Quote Link to comment https://forums.phpfreaks.com/topic/189573-where-to-start-with-this-web-project/#findComment-1002150 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.