Skip to content

kenjis/codeigniter3-filename-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CodeIgniter3 Filename Checker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages