Welcome Guest, Not a member yet? Register   Sign In
Is Codeigniter good for my website?
#8

(This post was last modified: 07-13-2015, 07:30 AM by mwhitney.)

(07-12-2015, 05:35 PM)20GT Wrote: I'm not a programmer correct, but a programmer did mention Ci and I would like to understand what it is.
I definitely don't want to get suck with a camouflaged wordpress.

actually that is the hardest part to find developers to talk to to understand what is needed.
I cant seem to find a good forum that discusses this. any sugestions
i had to resort to putting in a quote at freelancer just to talk to developers

CI is a PHP framework for building websites and web-based applications. Wordpress is a Content Management System. The only thing they really have in common is that they both use PHP.

A developer could build a Content Management System using CI. A developer could also build a forum, and a website that interacts with your picture database in many different ways. They might also choose to use existing technologies (such as phpbb3) to handle portions of the website and use CI as a "glue" to hold everything together.

Because CI is a relatively low-level framework, it's often difficult to describe the benefits and features of the framework to non-developers. It takes care of a lot of very basic functionality which most non-developers rarely consider, such as URI routing, application configuration, encryption, multi-language support, session handling, database access, etc. It does not supply a lot of higher-level functionality which is more likely to start showing up on the radar for non-developers, like user management, access control, content management, forums, etc. However, the developer is free to build any of these things (and more), because CI isn't aimed at one specific type of website or application.

When it comes down to it, though, there are many frameworks available in PHP which supply more or less functionality. Some may be better for specific tasks, but, in the end, the best framework for your site will probably be the one with which the developer working on your site is most comfortable.
Reply


Messages In This Thread
Is Codeigniter good for my website? - by 20GT - 07-10-2015, 06:10 PM
RE: Is Codeigniter good for my website? - by 20GT - 07-11-2015, 05:34 PM
RE: Is Codeigniter good for my website? - by 20GT - 07-11-2015, 11:43 AM
RE: Is Codeigniter good for my website? - by 20GT - 07-12-2015, 05:35 PM
RE: Is Codeigniter good for my website? - by mwhitney - 07-13-2015, 07:30 AM
RE: Is Codeigniter good for my website? - by 20GT - 07-13-2015, 02:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB