[limb-svn] r5219 - in 3.x/limb/net: src tests/cases
svn at limb-project.com
svn at limb-project.com
Tue Mar 13 11:37:05 MSK 2007
Author: pachanga
Date: 2007-03-13 11:37:04 +0300 (Tue, 13 Mar 2007)
New Revision: 5219
URL: http://fisheye.limb-project.com/changelog/limb/?cs=5219
Added:
3.x/limb/net/src/lmbUploadedFile.class.php
Modified:
3.x/limb/net/src/lmbHttpRequest.class.php
3.x/limb/net/src/lmbUploadedFilesParser.class.php
3.x/limb/net/tests/cases/lmbHttpRequestTest.class.php
3.x/limb/net/tests/cases/lmbUploadedFilesParserTest.class.php
Log:
-- lmbUploadedFile added - simple wrapper around $_FILES entry
-- lmbUploadedFilesParser :: objectify($files) method added, it normalizes $_FILES array and returns array of lmbUploadedFile instances
-- lmbHttpRequest :: getFile($name) added, it returns lmbUploadedFile instance for simple forms(no nested arrays) or null
-- ***ATTENTION*** possible BC break lmbHttpRequest wraps all file entries with lmbUploadedFile but the probability should be minimal since lmbUploadedFile implements ArrayAccess interface
More information about the limb-svn
mailing list