Welcome Guest, Not a member yet? Register   Sign In
Conceptual and organisation question between Frontend and Backend
#1

[eluser]Référencement Google[/eluser]
Hi,

I would like to discuss about how is the best way to organize things and if you can tell me if the way I am doing things is good or if we can do better.

I actually organize the controllers between admin and frontend like that:

Code:
/Controllers
+- /admin
|  |- rates.php
|  |- page.php
|  |- gallery.php
|- rates.php
|- page.php
|- contact.php
|- gallery.php

As you can see, I have the same name of controllers for the frontend and backend, and each of them do a different job. All controllers (both front and back) are extending a MY_Controller library.

Is my way to organise things is good, or do you advice me to do things differently ?


Messages In This Thread
Conceptual and organisation question between Frontend and Backend - by El Forum - 03-13-2008, 08:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB