#625: Pattern "templates" for routes
--------------------------------------+-------------------------------------
 Reporter:  dominik                   |        Owner:  dominik
     Type:  enhancement               |       Status:  closed 
 Priority:  normal                    |    Milestone:  1.0    
Component:  routing                   |      Version:         
 Severity:  normal                    |   Resolution:  wontfix
 Keywords:  pattern template routing  |  
--------------------------------------+-------------------------------------
Changes (by david):

  * status:  new => closed
  * version:  HEAD =>
  * resolution:  => wontfix

Comment:

 Can be done using XML entities :)
 {{{
 <!DOCTYPE wuzah [
 <!ENTITY id "[a-z0-9_-]+">
 ]>
 }}}
 {{{
 <route pattern="(id:&id;)" />
 }}}

-- 
Ticket URL: <http://trac.agavi.org/ticket/625#comment:1>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5


_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets

Reply via email to