#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        |  
---------------------+------------------------------------------------------

Comment(by nik...@…):

 I attached a patch which gets rid of ArrayObject and implements
 ArrayAccess.

 This will break BC in the constructor. If we are willing to break more BC
 and get rid of using AgaviUploadedFile as an array completely, we could
 just drop the ArrayAccess specific things and use the OO methods I wrote.

 I am going to write tests for the current trunk behavior of
 AgaviUploadedFile and attach them to this ticket.

 I am going to check how much the constructor change affects other agavi
 code and try to patch them aswell.

 Cheers,
 Niklas

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