| [ Index ] |
PHP Cross Reference of Limb3 |
[Summary view] [Print] [Text view]
1 0.1.3-alpha - 2 April 2007 (r5454) 2 ================================================== 3 -- lmbUploadedFile :: getMimeType() alias for getType() added 4 -- lmbUploadedFile :: isValid() added, it checks if there were no errors during upload 5 -- lmbHttpResponse :: getMimeType() alias of getContentType() added 6 -- lmbHttpResponse :: readFile() doesn't call exit() anymore 7 -- lmbHttpResponse :: getContentType() support delimetered with ; strings 8 -- lmbUri :: addUrlQueryItems($url, $items=array()) added, moved from util.inc.php 9 -- src/util.inc.php removed 10 11 12 0.1.2-alpha - 13 March 2007 (r5232) 13 ================================================== 14 15 -- calling htmlspecialchars for proper encoding of html symbols in changelog, description and summary during package creation 16 -- added class lmbCurlRequest which wraps basic functionality of curl library 17 -- added lmbUri :: getPathFromLevel($level) method which returns part of uri path from given level 18 -- lmbFakeHttpResponse added, it works just like lmbHttpResponse except the fact it doesn't make any system calls like header, cookie, etc 19 -- lmbUploadedFile added - simple wrapper around $_FILES entry 20 -- lmbUploadedFilesParser :: objectify($files) method added, it normalizes $_FILES array and returns array of lmbUploadedFile instances 21 -- lmbHttpRequest :: getFile($name) added, it returns lmbUploadedFile instance for simple forms(no nested arrays) or null 22 -- ***ATTENTION*** possible BC break: lmbHttpRequest wraps all file entries with lmbUploadedFile but the probability should be minimal since lmbUploadedFile implements ArrayAccess interface 23 24 25 0.1.1-alpha - 16 February 2007 (r5038) 26 ================================================== 27 28 -- lmbHttpResponse :: reset() doesn't clear output buffers anymore 29 -- lmbUri :: reset() now optionally accepts $uri 30 -- lmbUri :: parse() is considered obsolete 31 -- initial PhpDocs 32 33 34 0.1.0-alpha - 14 December 2006 35 ================================================== 36 37 -- Initial release of this package.
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Aug 7 04:44:03 2008 | Cross-referenced by PHPXref 0.7 |