Virtual interface generator Support forum virtual-interface Generate empty interfaces definitions This class can generate empty interface definitions. It takes the name of a given interface and creates an empty definition for that interface, so other interfaces or classes that require that other ...
... This class can be used to parse and compact CSS style definitions. It can take a string with CSS style definitions and removes all comments, empty blocks, empty declarations and whitespace that is not necessary. It can also rewrite declaration values to a shorter notation when possible. It also supports ...
... shopping carts with products listed in a MySQL database. It can add items to the cart, update item quantities, delete items from the cart, and empty the cart. The class may also list the items from the cart in an HTML table. Screenshot Screenshot About file Main documentation file for the IBKCart ...
... tokens in a similar way to the PHP strtok function, but all delimiters are significant, i.e. consecutive delimiters are not globbed into one, and empty string tokens are permitted. CSVTokenizer class Site Meter
This class can be used to draw images defined with CSS like properties. It can create an empty image or open and existing image from a file. The class can draw different types of primitives using CSS like style strings to define the parameters of those primitives. Currently it can draw text strings ...
... that connects to a FTP server to work with files and directores. It features: - connect to ftp server - change current working dir - create new empty file - create new dir - change access right to object - send SITE command - copy file - move and rename file or dirs - move uploaded file from TMP into ...
... -Edwards Notation). It parses a string in the FEN format to retrieve the piece positions in a chess board. The class generates an image with an empty board and icons of the images of each piece in the board and the respective position. The generated board image can be served as the current script output ...
... be used to validate and retrieve POST values into constants. It can retrieve a list of POST request values and verify whether they are set to non-empty values. The class can also load the POST request values and assigned to constants. Displays the data captured. Form to fill in test data. Class that ...
... for uploading multiple files This class can be used to process forms for uploading multiple files. The class can check whether the files are not empty, nor exceed a given size limit. It can also check the file type against lists of allowed and denied file types. The class can also make file names ...
... with the same name. The class can also traverse the list of form values in stored values and validate them to check if they are not sent to empty strings. For each empty field value, an error message is displayed. how to use formPersistence example, formPersistence in action Persistence class use this ...