Welcome Guest, Not a member yet? Register   Sign In
Controllers decision: Dynamic or static content?
#5

[eluser]tomcode[/eluser]
@n0xie :

Just tried it : it works also without the brackets. The User Guide uses both.


@Sand*mann:
You're right, I found that this one work's, too (with / without braces):

Code:
// ..

$route['blog'] = "blog";
$route['blog/:any'] = "blog/$1";
$route[':any'] = "welcome";


Messages In This Thread
Controllers decision: Dynamic or static content? - by El Forum - 01-24-2010, 04:53 PM
Controllers decision: Dynamic or static content? - by El Forum - 01-24-2010, 05:47 PM
Controllers decision: Dynamic or static content? - by El Forum - 01-24-2010, 06:26 PM
Controllers decision: Dynamic or static content? - by El Forum - 01-25-2010, 04:02 AM
Controllers decision: Dynamic or static content? - by El Forum - 01-25-2010, 06:42 AM
Controllers decision: Dynamic or static content? - by El Forum - 02-02-2010, 03:21 PM
Controllers decision: Dynamic or static content? - by El Forum - 02-09-2010, 02:31 PM
Controllers decision: Dynamic or static content? - by El Forum - 02-09-2010, 03:57 PM
Controllers decision: Dynamic or static content? - by El Forum - 02-11-2010, 04:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB