PHP Classes

File: wiki/Advanced-configuration.md

Recommend this page to a friend!
  Classes of Saro Carvello   PHP Web MVC Framework   wiki/Advanced-configuration.md   Download  
File: wiki/Advanced-configuration.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP Web MVC Framework
MVC framework providing autogenerated MySQL models
Author: By
Last change:
Date: 9 days ago
Size: 765 bytes
 

Contents

Class file image Download

Introduction

You can configure WebMVC to use customized options such as setting the directories for storing your controllers, models, views, and template, configure security options and much more.

In this section, we will clarify these details to permit you to understand any configuration option. However, before starting, you need to know that, in most cases, you do not need to customize the execution environment of your application, the configuration we shown you on the previous page will be sufficient without the need of doing something else. In fact, all the other WebMVC configuration options can be used with their default values.

Basic organization of configurations files

// TODO