Télécharger la liste

Description du projet

Ismo is a Web application framework and application suite written in PHP. It's easy to use but still powerful and flexible.

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.

2003-06-13 02:58
0.0.11

Cette version corrige un problème avec la gestion de session introduit dans la version 0.0.10.
Tags: Development, Minor bugfixes
This release fixes a problem with the session handling introduced in
version 0.0.10.

2003-06-12 23:44
0.0.10

Principalement des corrections de bugs et quelques améliorations mineures. Lorsque les objets de la validation, les erreurs d'attributs est automatiquement mis à jour avec des erreurs de validation possible. Lorsque les États non existants ou non valides sont appelés, un message d'erreur s'affiche au lieu d'un écran vide. URL avec des paramètres actuels de la requête sont maintenant analysées correctement par la classe IsmoURL.
Tags: Development, Minor bugfixes
Mostly bugfixes and some minor improvements. When validating objects, the errors attribute is automatically updated with possible validation errors. When non-existing or invalid states are called, an error message is shown instead of a blank screen. URLs with existing query parameters are now parsed correctly by the IsmoURL class.

2003-06-02 17:07
0.0.9

XML Créer des services RPC est maintenant facile avec la classe inclus IsmoXMLRPCState. Les tests unitaires ont été modifiés pour utiliser PEAR package PHPUnit. Quelques optimisations ont été effectuées à cordes, et quelques bugs ont été corrigés.
Tags: Development, Minor feature enhancements
Creating XML-RPC services is now easy with the included IsmoXMLRPCState class. The unit tests have been changed to use PEAR's PHPUnit package. Some string optimizations were done, and a couple of bugs were corrected.

2003-05-04 22:16
0.0.8

IsmoCore prend désormais en charge un paramètre de requête style basé sur l'URL et un paramètre path-info based one. Un bogue lié à la propagation session lorsque vous utilisez le chemin d'accès-info style URL si les cookies sont désactivés dans le navigateur a été corrigé. La classe IsmoConfig a été supprimé, et la reprise d'exploitation forestière de soutien et améliorée.
Tags: Development, Minor feature enhancements
IsmoCore now supports both a query parameter based URL style and a path-info parameter based one. A bug related to session propagation when using the path-info URL style if cookies were disabled in the browser has been fixed. The IsmoConfig class has been removed, and the logging support redone and improved.

2003-04-26 22:41
0.0.7

Ismo solution de base de données est maintenant séparé en son propre paquet. L'erreur de manutention honore désormais la mise en error_reporting (), IsmoObject obtenu un constructeur propre, et le système de validation a été améliorée. L'autorisation peut maintenant être effectuée à un niveau d'action méthode de la classe IsmoState avec le nouveau ajoutée autoriser () method.
Tags: Development, Minor feature enhancements
Ismo's database solution is now separated into its own package. The error handling now honors the error_reporting() setting, IsmoObject got a neat constructor, and the validation system was improved. Authorization can now be done at an action method level in the IsmoState class with the newly-added authorize() method.

Project Resources