#1143: AgaviVirtualArrayPath::get() ignores position argument
--------------------+-------------------------------------------------------
 Reporter:  kirila  |       Owner:  david
     Type:  defect  |      Status:  new  
 Priority:  normal  |   Milestone:  1.0.2
Component:  util    |     Version:  1.0.1
 Severity:  normal  |    Keywords:       
Has_patch:  0       |  
--------------------+-------------------------------------------------------

Comment(by kirila):

 Also, these two are unnecessary:

 Obsoleted by the range check above it:
 {{{
 #!php
 <?php

 if(!$this->length()) {
   return null;
 }
 }}}

 Copy/paste leftover from another place:
 {{{
 #!php
 <?php

 if(!$this->absolute && $addBracketsWhenRelative) {
   $part = sprintf('[%s]', $part);
 }
 }}}

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