Welcome Guest, Not a member yet? Register   Sign In
Best practices for implementing a site's administration
#2

[eluser]Thorpe Obazee[/eluser]
Some people handle it like this:

Code:
//Controller

Class Test extends Controller() {
    function admin_posts()
    {
        // do stuff
    }


    function posts()
    {
        // do stuff
    }

}


Some do it by creating an admin folder and putting administration controllers inside. Some (few) create separate installations for managing the back-end and front-end. It really depends on what your application needs and what feels natural for you.


Messages In This Thread
Best practices for implementing a site's administration - by El Forum - 04-12-2010, 01:46 AM
Best practices for implementing a site's administration - by El Forum - 04-12-2010, 01:50 AM
Best practices for implementing a site's administration - by El Forum - 04-12-2010, 05:33 AM
Best practices for implementing a site's administration - by El Forum - 04-15-2010, 03:40 AM
Best practices for implementing a site's administration - by El Forum - 04-15-2010, 04:50 AM
Best practices for implementing a site's administration - by El Forum - 04-15-2010, 05:46 AM
Best practices for implementing a site's administration - by El Forum - 04-15-2010, 05:55 AM
Best practices for implementing a site's administration - by El Forum - 02-25-2011, 01:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB