#1173: Wildcard ability with AgaviAttributeHolder::removeAttributeNamespace()
------------------------------------------+---------------------------------
 Reporter:  jer...@…>                     |       Owner:  david             
     Type:  enhancement                   |      Status:  new               
 Priority:  normal                        |   Milestone:  1.0.2             
Component:  util                          |     Version:  1.0.1             
 Severity:  normal                        |    Keywords:  wildcard namespace
Has_patch:  0                             |  
------------------------------------------+---------------------------------
Description changed by david:

Old description:

> An improvement which would be quite beneficial is allowing the programmer
> to pass the following wildcard based namespace parameter:
>
> '''$us->removeAttributeNamespace('com.animals.*');'''
>
> or
>
> '''$us->removeAttributeNamespace('com.animals.cats.*');'''
>
> I found the feature would be very helpful if a user logs out and the
> programmer wishes to remove a specific domain of data, such as all
> animals as the example above, or even just all the information on cats.

New description:

 An improvement which would be quite beneficial is allowing the programmer
 to pass the following wildcard based namespace parameter:

 {{{
 $us->removeAttributeNamespace('com.animals.*');
 }}}

 or

 {{{
 $us->removeAttributeNamespace('com.animals.cats.*');
 }}}

 I found the feature would be very helpful if a user logs out and the
 programmer wishes to remove a specific domain of data, such as all animals
 as the example above, or even just all the information on cats.

--

-- 
Ticket URL: <http://trac.agavi.org/ticket/1173#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