| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of José M. Carnero (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 validate users with image or text based CAPTCHA. It can generate either an image with challenge text that the user must enter or a question presented in the form of text that the user must answer entering a number. The class generates the HTML to present either the validation image or question. It also returns the right answer so it can be compared with what the user entered. |
| Not enough user ratings |
| ||||
| This package can be used to generate and validate HTML forms. There is a class that can generate HTML and Javascript to display and validate forms with fields of all basic types, given an array that describes the details of each form field. A sub-class is made available to display the form fields in HTML tables. Another class can retrieve and validate the submitted form values on the server side. It can also be used in conjunction with a separate class for processing forms with data stored in database. The code and the comments are in Spanish. In Spanish: Clases para la generación de formularios y posterior procesado. Incluyendo generación de formulario HTML, validación con javascript, construcción de la sentencia SQL (depende de class.ddbb). El formulario se construye a partir de un array y se procesa tomando el nombre del formulario. Se pueden construir clases heredadas que mejoren la presentación (básica) del formulario. |
| Not enough user ratings |
| ||||
| This package implements a MySQL database abstraction access layer. There is a base class that implements common database access functionality. There are also sub-classes that implement MySQL database access operations using the regular MySQL extension and another that uses the MySQLi extension. Currently the derived classes can connect of a MySQL database server, use a given database, execute queries, get the number of result rows, and retrieve the query result rows. Trazability added. The code and comments are in Spanish. In Spanish: Clase para acceso a base de datos (por el momento sólo a MySQL). La iré ampliando a medida que vaya necesitando funcionalidades o acceso a otros motores. Añadida trazabilidad, mediante una clase intermedia. |
| Not enough user ratings |
| 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 |