Settingup AWS S3 and Codeigniter |
I need to use Amazon S3 with CI3, so my plan is making a library called AmazonS3 where i will have basic methods like up() delete() tokenize() just for example.
I have installed S3 using composer inside the application/s3 directory. **Code of my Library: ** PHP Code: <?php This up() method is just a testing purpose, the way i called this from another controller is looks like: PHP Code: $this->load->library('amazons3'); WHich gives me few ton's of error. What i am missing? [posted on stackoverflow as well]
(02-11-2015, 11:32 AM)rakibtg Wrote: I need to use Amazon S3 with CI3, so my plan is making a library called AmazonS3 where i will have basic methods like up() delete() tokenize() just for example. You should probably update this as closed since you figured out the issue. |
Welcome Guest, Not a member yet? Register Sign In |