Welcome Guest, Not a member yet? Register   Sign In
HMVC in CodeIgniter custom plugin folder creation
#4

Create a new plugins folder using php code 
$directory = './assets/uploads/blogs'; 
@mkdir($directory, 0777); 
@chmod($directory,  0777);  

And when you install plugin than you can use sub directory of plugin.
Reply


Messages In This Thread
RE: HMVC in CodeIgniter custom plugin folder creation - by XtreemDeveloper - 12-23-2017, 10:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB