Package:
Summary:
Obfuscate PHP scripts by removing comments
Groups:
Author:
Description:
This class can be used to obfuscate PHP scripts by removing comments.
It uses the tokenizer extension to parse the PHP scripts.
The class removes the comments from the script tokens list and generates the obfuscated version of the script.
It can also generate alternative versions of the script that uncompress and decode the code using the base64 algorithm.
Package:
Summary:
Manage content stored in a MySQL database
Groups:
Author:
Description:
This package can be used to manage content stored in a MySQL database.
The main uses other classes that can retrieve and display content from a MySQL database for pages made of modules, blocks, menus and news sections.
The page block templates are also retrieved from the database.
Package:
Summary:
Manage hosting e-mail accounts with cPanel
Groups:
Author:
Description:
This class can be used to manage hosting e-mail accounts with cPanel.
It send HTTP requests to the cPanel administration pages Web server to perform several operations.
Currently it can create and delete e-mail accounts.
The class is based on scripts from Md. Zakir Hossain (Raju).
Package:
Summary:
Template engine that replaces variables with text
Groups:
Author:
Description:
This class implements a template engine that replaces variables with text.
It can read and parse a given template file to replace marks with text values from variable values. The variable values may also be passed as arrays.
The processed template may be returned as a string or displayed as the current script output.
Package:
Summary:
Call PostgreSQL stored procedures
Groups:
Author:
Description:
This class can be used to call PostgreSQL stored procedures.
It defines the __call function to accept calls to PostgreSQL stored procedures by the name of function of the class that is called.
The class takes the function arguments and converts them to parameters that are passed when the stored procedure is called.
Package:
Summary:
Create and manipulate images
Groups:
Author:
Description:
This class can be used to create and manipulate images.
It can create a blank image or from a file in GIF, PNG or JPEG formats.
The class can perform several types of image manipulation operations like getting pixel colors, finding a solid band of a color, fill an area with a color, draw ellipses, rectangles, lines, text, rescale the image, apply filters, crop the image, etc..
The processed image can be saved to a file or dumped as the current script output.
Package:
Summary:
Delete directories and its files recursively
Groups:
Author:
Description:
This class can be used to delete directories and its files recursively.
It can traverse a given directory recursivelu and delete all its files and sub-directories before the original directory is deleted too.
Package:
Summary:
MySQL database access wrapper
Groups:
Author:
Description:
This class implements a MySQL database access wrapper.
It can connect to a given MySQL host, execute SQL queries, retrieve query results as array or objects.
Package:
Summary:
Create obfuscated e-mail strings
Groups:
Author:
Description:
This class can be used to create obfuscated e-mail strings.
Package:
Summary:
Create obfuscated e-mail strings
Groups:
Author:
Description:
This class can be used to create obfuscated e-mail strings.