Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ichikaway/cakephp-MissingDetect-Plugin

check property name
https://github.com/ichikaway/cakephp-MissingDetect-Plugin

Last synced: 3 months ago
JSON representation

check property name

Awesome Lists containing this project

README

        

# CakePHP MissingDetect Plugin

Missingdetect plugin detects wrong property name and shows errors on the screen in DebugMode.
If you use wrong property name such as Model::actAs, this plugin shows errors on the screen.

## Detection
* Controller: use, helper, component
* Model: actAs

## Installation

* Clone/Copy the files in this directory into `app/plugins/missingdetect`
* Include the propertycheck component in your `app_controller.php`:
* `var $components = array('Missingdetect.Propertycheck');`
* Set debug mode to at least 1.

## Demo screen
![Demo image](/ichikaway/cakephp-MissingDetect-Plugin/raw/master/img/demo.jpg)