| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Alfred R. Baudisch (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 class can output HTML forms with fields of all the standard types. You just need to set the configuration of the attributes of each field in an array. The class can be easily enhanced to support add new input types. It also supports aliases to minimize the code that needs to be written to use the class. The presentation of each field can be customized using templates. You can specify how and where validation the inputs and the error messages associated to each field are presented. Plug-ins are provided for integration with Smarty. It can easily adapted to integrate with other template engines. |
| ||||
| This class is meant to add security to your forms generating images to perform CAPTCHA validation (Completely Automated Public Turing to tell Computers from Humans Apart). It generates images with random words or uses the words that you may provide. The images are generated with random colors and fonts, avoiding replication on other sites. You can add other colors and fonts. The word used in the generated image is stored on the PHP session variables for security verification. |
| ||||
| This package is meant to generate thumbnails from image files located in a specified directory. The package comes with a class that can traverse directories and list the files in them to determine which are images based on the file name extension. A sub-class is capable of taking a list of image files and generate thumbnail images that are stored with a file name based on the path of the original image files, possibly in a different directory that is created by the class if necessary. The thumbnail images are resized proportionally given a percentage scale value or are constrained to a given width and height values. If GD 2 support is enabled, the images are processed in true color to provide smooth scaling. |
| 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 |