Skip to content

Latest commit

 

History

History
132 lines (97 loc) · 1.68 KB

File metadata and controls

132 lines (97 loc) · 1.68 KB

CodeIgniter 3 User Guide

CodeIgniter 3 is the legacy version of the framework, intended for use with PHP 5.6+. This version is in maintenance, receiving mostly just security updates.

CodeIgniter 4 is the latest version of the framework.

.. toctree::
        :titlesonly:

        general/welcome

.. toctree::
        :includehidden:
        :maxdepth: 2
        :titlesonly:

        installation/index

.. toctree::
        :titlesonly:

        overview/index

.. toctree::
        :includehidden:
        :titlesonly:

        tutorial/index

.. toctree::
        :glob:
        :titlesonly:

        contributing/index

.. toctree::
        :glob:
        :titlesonly:

        general/index

.. toctree::
        :glob:
        :titlesonly:

        libraries/index

.. toctree::
        :glob:
        :titlesonly:

        database/index

.. toctree::
        :glob:
        :titlesonly:

        helpers/index

.. toctree::
        :glob:
        :titlesonly:
        :hidden:

        *
        overview/index
        general/requirements
        general/welcome
        installation/index
        general/index
        libraries/index
        database/index
        helpers/index
        tutorial/index
        general/credits