PHP Classes

File: wiki/_Sidebar.md

Recommend this page to a friend!
  Classes of Saro Carvello   PHP Web MVC Framework   wiki/_Sidebar.md   Download  
File: wiki/_Sidebar.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: 15 days ago
Size: 4,143 bytes
 

Contents

Class file image Download

Overview

  1. Home
  2. Setup 1. Apache mod rewrite 2. Options
  3. Understanding WebMVC

Basic concepts

  1. Controller 1. Handling of HTTP Request Methods 1. Controller and OOP 2. Controller autorun method
  2. View 1. Dynamic content 2. Handling placeholders 3. Handling blocks 4. Hiding and replacing content 5. Nesting of blocks 6. Insight on nesting of blocks
  3. Model 1. Interacting with MySQL 2. MySQL ORM 3. Example of a DB Application

Advanced concepts

  1. System decomposition 1. Subsystems * Examples 3. Content Based decomposition and HMVC 4. Decomposition by localization 5. Skills and technologies decomposition 6. Component Based Development 7. Role-based decomposition
  2. Content observing

Securing WebMVC

  1. Security 1. Authentication 2. RBAC 3. ACL 4. CSRF and XSS 5. Encryption 6. Securing your application files

Components

  1. Using components 1. DataRepeater 2. Sorter 3. Paginator 4. Searcher 5. Record 6. TreeList

Helpers

  1. Helpers 1. Email 2. File uploader 3. Session 4. Cookies

Programming techniques

  1. Logic Hook 1. Creating your own Hooks
  2. Error Handling

Services development

  1. Services and API development 1. JSON 2. REST API

WebMVC Tools

  1. Tools 1. MVC instance skeleton builder 2. MySQL ORM builder

Best Practices

  1. WebMVC Best Practices 1. Naming convention summary 2. Web development 3. API development 4. Mobile development