tags:

views:

442

answers:

3

I'm starting a new project with codeigniter, and I'd like to start on a system that's already built so I can reduce the time of development.

Is there a good system that handles user authentication along with an admin interface to manage users that can be easily expanded to a web-app?

If this is too vague, I can expand

A: 

You're looking for is a Content Management System (CMS).

There are a few ones out there that use Codeigniter as a framework for their CMS.

Edit: Even if you can't find a boilerplate CMS that you like, you can google about CMS's to design a simple one of your own as there's LOTS of tutorials and information about requirements and such when you know the term CMS.

Crowe T. Robot
This is hardly helpful.
Kevin Brown
The way you asked the question made me assume your intelligence level on the subject matter was quite low, hence my general response.
Crowe T. Robot
+1  A: 

This thread here appears to have some answers

But the question was more about libraries. Either way, implementing some of the things on that thread would save you time.

Jessedc
A: 

I recommend Redux Auth for CodeIgniter. It comes with an example implementation, and can easily be used to manage user authentication for your CodeIgniter site. I just implemented Beta2 with the latest version of CodeIgniter, so while it's not actively updated, it still works with the latest build.

Dave