Table of Contents
Documentation
Documentation
Introduction
- Understanding-Pluf, introduction and concepts.
- Performance compared to other frameworks.
- The dispatch-loop, how a view is called based on the URLs definition and other settings.
- Installation-of-Pluf .
- Files-layout-of-a-Pluf-application
Components
- The templating-system to write HTML, XML or simple text.
- URLs-definition without any constraints.
- The database ORM, ORM2.
- The migrations to install/remove/upgrade/downgrade an application.
- Internationalization to translate your application in multiple languages.
- Testing and unit testing to write simple, elegant and bug free code.
- Default-configuration settings.
- The paginator to list records in tables.
- The cache framework to cache data.
- Forms handling.
- Upload-files with a Pluf_Form object.
- User-profile to add details to a Pluf_User object.
- Signals to have communication between applications loaded in the same project.
- Logging to log events in your system, with a high performance remote logger (350log/s).