Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 869 Bytes

File metadata and controls

24 lines (16 loc) · 869 Bytes

ProjectApp

Codeigniter HMVC for Multi Projects

these Codeigniter folders are combining source code from internet and the modules folder separates the apps. it could be setup differently for each of them

config

You have to edit some config

  1. go to projectapp folder
  2. application/config.php ( landing page )
  3. projectapp/application/modules/appone/index.php ( landing page for appone )
  4. projectapp/application/modules/apptwo/index.php ( landing page for apptwo )

on those index.php, please edit on $application_folder = 'application/modules/name.of.your.app.folder';

  1. projectapp/application/modules/appone/config/config.php
  2. projectapp/application/modules/appone/config/config.php

on those config.php, change to suit your configuration and also the files that need to be changed

Thanks to Froala, Codeigniter and Wiredesignz ::love::

agmsoftware.id