This class can be used to store and retrieve cached data from distributed cached servers. It can connect to a memcache server from a list of servers to store and retrieve cached data. The memcache server that it connects depends on identifier of the key use to access each cached data item. So, data ...
DB Sessions Support forum dbsessions Manage sessions storing in a database with PEAR DB This package is meant to act a session manager handler using as container a database accessed using PEAR::DB package rather than using the default container which is based on files. This can be useful for instance ...
Nweb Image Support forum nweb-image Perform several image manipulation operations This class can be used to perform several types of image manipulation operations. It can load images from server files or uploaded via Web forms in the GIF, JPEG or PNG formats. The class can perform several operations ...
PQuery Support forum pquery Generate Javascript to send jQuery AJAX requests This class can be used to generate Javascript to send AJAX requests using jQuery library. It can generate HTML with Javascript code to call the jQuery library to send several types of requests. Currently it can send GET ...
This package can be used to update the options of a drop-down select input when the selected value of another drop-down input changes. It uses AJAX to retrieve the new set of drop-down options from a MySQL database on the server side. AJAX Drop-down Support forum ajaxdropdown Update the options of ...
clsCookie Support forum clscookie Pass values between pages using encrypted cookies This class is meant to pass multiple values between pages using encrypted cookies. It can: - Create a cookie object in memory - Load the values of a cookie sent back by the browser into the cookie object in memory ...
This package can be used to build AJAX applications with only PHP, thus without needing to write Javascript code. The base class can manage all the AJAX interactions between the browser and the Web server. Applications just need to define sub-classes that define how PHP needs to respond to different ...
Easy Grid Support forum easygrid Display and edit data grids using AJAX This package can be used to display and data grids using AJAX. It uses Yahoo User interface library Javascript classes to perform AJAX requests. A Javascript script calls Yahoo UI libraries to load the data for the table from ...
Class that generates HTML forms supporting: - Multiple inputs may be interconnected in such way that client side events that occur on one input can trigger actions on the context of other inputs. Developers may use input interconnection support without writing Javascript code. - Can be extended with ...
This class can be used to check spamming and other malicious and undesirable visitors' IP addresses in Project Honey Pot RBL (Realtime Black List). It can perform a query to the Project Honey Pot RBL DNS server for a given IP address using your RBL API key. The class analyzes the RBL response and sets ...