Welcome Guest, Not a member yet? Register   Sign In
'if' method for routes service
#1

I'm thinking of adding an 'if' method to the RoutesCollection class.

It would work like this:

$routes->if(true,function($routes){
     // blah...
});

....

Or restrict routes to logged in users(Myth:Auth)

$routes->if(logged_in(),function($routes){

});

A good idea?
Reply
#2
Information 

You can use filters for this
Reply




Theme © iAndrew 2016 - Forum software by © MyBB