Télécharger la liste

Description du projet

Yawp is a single-file rapid application development framework foundation for PHP and PEAR. When you "include 'Yawp.php'" and call "Yawp::start()", you get: a single easy-to-edit config file for your application, automated authentication processing, and automatic creation of common objects (a database abstraction layer, disk cache, composite logger, benchmark timer, and variable dumper). It provides safe accessor methods for GET, POST, and configuration values. It is fully documented with examples.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-05-25 00:55 Retour à la liste release
0.11 beta

Lorsque vous utilisez l'Aut 'container DB', et vous ne spécifiez pas un DSN, yawp utilisera sa propre connexion DB pour la connexion Auth. De même, lorsque vous utilisez SQL gestionnaire du journal '', et vous ne spécifiez pas un DSN, yawp utilisera sa propre connexion DB pour la connexion Log. Les noms de méthodes plus âgés ne sont pas obsolète dans ce communiqué, mais sera dans une prochaine version, mais vous devriez changer vos appels API dès que possible.
Tags: Minor feature enhancements
When using the Auth 'DB' container, and you don't specify a DSN, Yawp will use its own DB connection for the Auth connection. Similarly, when using the Log 'sql' handler, and you don't specify a DSN, Yawp will use its own DB connection for the Log connection. The older method names are not deprecated in this release, but will be in a later release; be sure to change your API calls as soon as possible.

Project Resources