/codeigniter3-filename-checker

CodeIgniter3 Filename Checker

Primary LanguagePHPMIT LicenseMIT

CodeIgniter3 Filename Checker

This controller checks CodeIgniter 3.0 class filename.

Starting with CodeIgniter 3.0, all class filenames (libraries, drivers, controllers and models) must be named in a Ucfirst-like manner or in other words - they must start with a capital letter. CodeIgniter User Guide

Installation

Install controllers/Check.php into your CodeIgniter 3.0 application/controllers folder.

Usage

Access to http://your-server/check/filename.

Or you can run via CLI:

$ php index.php check filename

If you want to fix filename:

$ php index.php check filename fix

Related Projects for CodeIgniter 3.0