App Directory >> CakePHP File + Folder by Diogo Resende
CakePHP File + Folder
This is the file and folder component, converted from the CakePHP Framework to PHP5-syntax for Vork.The same Cake folder/file functionality is preserved; example:
get::component('cakeFile');
$file = new cakeFileComponent('/var/www/somefile.php');
$info = $file->info();
For a complete list of features, check the CakePHP documentation about these classes.
App Files
- mvc
- components