CodeIgniter Forums
Discussion of ideas. I'm building a site. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Discussion of ideas. I'm building a site. (/showthread.php?tid=15892)



Discussion of ideas. I'm building a site. - El Forum - 02-18-2009

[eluser]Unknown[/eluser]
I'm going to try and re-build my website (www.decuadros.org) using CodeIgniter.

I'm new to this, so I'm going to ask for some suggestions.

This is what I'm thinking: I'm going to build a controller for each type of media I will present on my website (blog, video, music, photography, etc...). Then I will build an administrator controller, and a user contoller. The administrator controller would be used to create, update, and delete rows in my databases for each type of media I will present. Then I will create a controller for blog posting users, so they can post, edit, update, and delete their blog entries.

Does this seem like the best way to go about this? What should I use for a login system based on roles? Is there anything else I should know about?

Thanks,
Cole


Discussion of ideas. I'm building a site. - El Forum - 02-18-2009

[eluser]pistolPete[/eluser]
You are trying to build a CMS, so use the forum search, there are many threads about that specific topic!