Welcome Guest, Not a member yet? Register   Sign In
Where do I load the PHP: program??
#5

Hi Buckeye.
There is more to an application than just the controllers folder. In most cases you need to copy all files from the application folder into your CI application folder. This will replace some (or many) files in:
  • application\config\
  • application\controllers\
  • application\helpers\
  • application\language\
  • application\libraries\
  • application\models\
  • application\views\
Most applications also rely on 'assets' like css stylescripts and javascripts. You will most likely find these in an assets folders with subfolders:
  • assets\css
  • assets\js
  • assets\images
  • etc.
And it's almost unthinkable that the application would work without a database connection. So you will also have to setup that.
Reply


Messages In This Thread
Where do I load the PHP: program?? - by Buckeye - 06-24-2015, 07:01 PM
RE: Where do I load the PHP: program?? - by Wouter60 - 06-27-2015, 01:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB