#1287: Remove call overload and ArrayObject usage from AgaviUploadedFile
---------------------+------------------------------------------------------
 Reporter:  david    |       Owner:  david
     Type:  task     |      Status:  new  
 Priority:  low      |   Milestone:  1.1  
Component:  request  |     Version:       
 Severity:  minor    |    Keywords:       
Has_patch:  0        |  
---------------------+------------------------------------------------------
 * no code completion as there are no {{{getSize()}}} methods etc
  * method names are case sensitive due to the way {{{__call()}}} operates
  * performance
  * it's entirely unnecessary anyway
  * let's use {{{ArrayAccess}}} and {{{__get()}}} and friends instead
  * also one issue less when running on hphp :)

 (Ideally, I'd like to drop property and array access entirely, but that's
 too big of a BC break, so...)

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