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

Reply
#2

1) Create a new plugins folder under the CodeIgniter ./application folder

2) When you install new plugins give them there own folder under the plugins folder.

Keep track of the installed plugins and save it to the database.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

(This post was last modified: 12-22-2017, 07:35 AM by visualsol.)

Reply
#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




Theme © iAndrew 2016 - Forum software by © MyBB