I was searching for a Yii file helper to make read and write operation easy. But I couldn’t find anything and it looks strange to me. Is there any functionality for this in Yii?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is only CFileHelper in Yii. But that doesn’t have support for read and writes. http://www.yiiframework.com/doc/api/1.1/CFileHelper
There is a extension called http://www.yiiframework.com/extension/cfile/ , which has some relevant methods, that you might need.