lady:factory:codeigniter

CodeIgniter setup

Some (almost) of my PHP applications use CodeIgniter PHP framework. Currently I use version 3.0.4.

Although you can follow the CodeIgniter documentation, I usually deploy may applications on a multiple application deployment reusing the same framework installation, so has some special deployment instructions for reuse.

Of course if you are familiarized with CodeIgniter you can change few code to make work on a standard way

  • Unpack CodeIgniter3 in a subfoler codeigniter
  • Unpack my application app inside its own subfolder app below codeigniter folder
  • make a hard link (or copy) the application app/index.php to codeigniter folder as app.php (DON'T USE A SOFT LINK)

    $ ln binnacle/index.php binnacle.php

The you can access the application via codeigniter/app.php

  • lady/factory/codeigniter.txt
  • Last modified: 2023/06/26 15:12
  • by Count Zero