| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Anton Shevchuk (3) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| This package implements a template engine with output caching support. It can assign templates files a name so they can be referenced by that name. The class loads from a given directory template files which are actual HTML files with embedded PHP code. It can assign to each template, variables which are stored as class variables. The templates are processed by turning template variables into local variables and then include the template file scripts. The results of processed templates can be cached to avoid subsequent template processing overhead. |
| ||||
| This package can be used to develop AJAX applications using the JQuery JavaScript library. There is a Javascript library that wraps around JQuery library to send AJAX requests. There are also several PHP classes used to generate the responses to AJAX requests and execute several types of actions like: return messages, errors, Javascript code to execute, adding page elements, etc.. |
| ||||
| This package can be used to manage the execution of external programs from PHP. It can build a command line string to execute an external program synchronously or in background, pass switches to define program options, and define the program input or output files. It also supports using driver classes that can build complex command line switches to simplify the definition of program options in a simplified way. |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |