[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 111 lines (4 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 1 file vtlib/thirdparty/dZip.inc.php |
Vtiger_Zip:: (6 methods):
forceDownload()
__getRelativePath()
__fixDirSeparator()
__normalizePath()
copyDirectoryFromDisk()
copyFileFromDisk()
Class: Vtiger_Zip - X-Ref
Wrapper class over dZip.forceDownload($zipfileName) X-Ref |
Push out the file content for download. |
__getRelativePath($basepath, $srcpath) X-Ref |
Get relative path (w.r.t base) |
__fixDirSeparator($path) X-Ref |
Check and add '/' directory separator |
__normalizePath($path) X-Ref |
Normalize the directory path separators. |
copyDirectoryFromDisk($dirname, $zipdirname=null, $excludeList=null, $basedirname=null) X-Ref |
Copy the directory on the disk into zip file. |
copyFileFromDisk($path, $zippath, $file) X-Ref |
Copy the disk file into the zip. |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |