Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ichikaway/cakephp-MissingDetect-Plugin
- Owner: ichikaway
- Created: 2011-01-25T09:39:13.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-03T10:24:49.000Z (almost 14 years ago)
- Last Synced: 2024-05-29T23:24:48.564Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 293 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
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)