21293 Posts in 5733 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 565 Views |
-
Director:addRules question

24 January 2011 at 1:07am
Hi Director-Pros,
just one simple question. Is it possible to add custom rules in this way:
Director::addRules(10, array(
'my.xml' => 'MyController',
'my_$Var.xml' => 'MyController'
));Something like
Director::addRules(10, array(
'my.xml' => 'MyController',
'my/$Var.xml' => 'MyController'
));will not work for me. I really need it in the first way.
I've tried but failed...
| 565 Views | ||
|
Page:
1
|
Go to Top |

