Jump to content

Where to start with this web project???


pantonit

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/189573-where-to-start-with-this-web-project/
Share on other sites

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.

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.