| 123456789101112131415161718192021 |
- <?php
- /** @package verysimple */
- /** import supporting libraries */
- require_once("verysimple/HTTP/Request.php");
- /**
- * Static utility class for processing form input
- *
- * @package verysimple
- * @link http://www.verysimple.com/
- * @copyright 1997-2007 VerySimple, Inc.
- * @license http://www.gnu.org/licenses/lgpl.html LGPL
- * @version 1.0
- * @deprecated use verysimple::HTTP::Request instead
- */
- class Form extends Request
- {
- }
- ?>
|