Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

groups with authentication in codeigniter

Under one Domain/website: we are trying to create 5 Groups - where every Group is working on a different Project. For Every group there is a Project Manager and a team of 10 each working under him on that particular project. We are trying to see that every group will discuss/Raise Task and complete their tasks within the group and other group members has nothing to do with every other group. where every one has to login through only one ; LOGIN (which is on the home page) and by validating the user : they have push into their group only. I- think you can understand more now, please help us to get some solutions.