Projects
Dialector: The Div Dialect Creator Tool
You can create infinite dialects for the template language of Div PHP Template Engine. This tool help you for this goal.
https://dialector.divengine.org
Div Ajax Mapping
Mapping PHP data, functions and methods in JavaScript. An open source library for JavaScript and PHP, that allow mapping the PHP functions, static methods of classes and arbitrary data when instance a JavaScript class. With this class you can call a functions and methods via AJAX.
Div NoSQL Database System for PHP
Library for storage and retrieve serialized and relational data/objects only with PHP language.
Div PHP Ways
A "way" is different to a "route". We need a path for found a specific resource, but we need a way for do something. This library follow this concept when implements the routing and control of PHP application.
Ways is a class that adapts the concept of SOA to the architecture of a PHP application, and tries to integrate the parts of a hybrid system.
With Ways you should think more about "control points" than on controllers of an MVC pattern. Control points are activated when they are needed, ie on demand, depending on the definition you have made.
Div PHP Template engine
Template engine for PHP, with a powerfull features for programmers and template's designers. This solution are implemented in a single class, in one file, considering the template like an object.