ist-yii-cfile icon indicating copy to clipboard operation
ist-yii-cfile copied to clipboard

CFile provides popular functions to manipulate files both with Yii Framework and without

Results 2 ist-yii-cfile issues
Sort by recently updated
recently updated
newest added

I wonder if there are plans to upgrade this for YII 2 since Beta is out now and what would be the best way - create a new repository for...

feature

if on windows we run: ``` php ->set('data/'temp/file.jpg')->move('data/images/image.jpg') ``` execution fails w/o error. It probably returns false, but I expect CException. It fails because resolveDestPath doesn't work correctly on Windows....

bug