Skip to content
Philippe Beck edited this page Sep 28, 2019 · 21 revisions

Pam is built according to an MVC architecture: Model - View - Controller.

Pam Database prepared all queries to prevent SQL injections.

Pam Model propose all CRUD actions without complexity.

Pam Controller give access to all Superglobals & to Twig.

Pam View provides useful methods to Views, especially for Cookies & Sessions.

Clone this wiki locally