PHP Classes

File: config.json

Recommend this page to a friend!
  Classes of Alien Fernandez   Phady Framework   config.json   Download  
File: config.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Phady Framework
Web application MVC framework based on Phalcon
Author: By
Last change:
Date: 7 years ago
Size: 1,966 bytes
 

Contents

Class file image Download
{ "stubs": { "path": "ide\/%version%\/%namespace%\/", "stubs-run-after-generate": false }, "api": { "path": "doc\/%version%", "theme": { "name": "zephir", "options": { "github": null, "analytics": null, "main_color": "#3E6496", "link_color": "#3E6496", "link_hover_color": "#5F9AE7" } } }, "warnings": { "unused-variable": true, "unused-variable-external": false, "possible-wrong-parameter": true, "possible-wrong-parameter-undefined": false, "nonexistent-function": true, "nonexistent-class": true, "non-valid-isset": true, "non-array-update": true, "non-valid-objectupdate": true, "non-valid-fetch": true, "invalid-array-index": true, "non-array-append": true, "invalid-return-type": true, "unreachable-code": true, "nonexistent-constant": true, "not-supported-magic-constant": true, "non-valid-decrement": true, "non-valid-increment": true, "non-valid-clone": true, "non-valid-new": true, "non-array-access": true, "invalid-reference": true, "invalid-typeof-comparison": true, "conditional-initialization": true }, "optimizations": { "static-type-inference": true, "static-type-inference-second-pass": true, "local-context-pass": true, "constant-folding": true, "static-constant-class-folding": true, "call-gatherer-pass": true, "check-invalid-reads": false }, "namespace": "phady", "name": "phady", "description": "", "author": "", "version": "0.0.1", "verbose": false, "external-dependencies": { "phalcon": "/opt/cphalcon" }, "requires": { "extensions": ["phalcon"] } }