Welcome Guest, Not a member yet? Register   Sign In
Debating wether to use CI for a web app
#3

[eluser]pickupman[/eluser]
WanWizard is right, I looked at most of the popular frameworks before, and found CI the easiest to learn. It was a pretty natural process to pickup. They some of the best docs, and active boards around here.

You'll find that you probably won't need separate controllers for what your are doing. Controllers aren't like pages like you would think with plain .php/.html files. They really can do anything. They are the boss that direct traffic. There are some [url="http://ellislab.com/codeigniter/user-guide/overview/appflow.html"]good visuals in the user guide[/url]. I will typically place any similar type of functions/requests into the same controller.

Example:
Pages Controller - adds, edits, deletes, publish/display html content (CMS).
User Controller - login, logout, register, reset password, profile
Cart Controller - view, update, checkout products


Messages In This Thread
Debating wether to use CI for a web app - by El Forum - 06-16-2010, 12:41 PM
Debating wether to use CI for a web app - by El Forum - 06-16-2010, 01:07 PM
Debating wether to use CI for a web app - by El Forum - 06-16-2010, 01:49 PM
Debating wether to use CI for a web app - by El Forum - 06-16-2010, 01:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB