|
Posted by Manuel Lemos on 05/15/05 05:20
Hello,
on 05/14/2005 10:49 AM Krid said the following:
> can anybody here tell me if there is a (open souce) CASE tool which
> supports PHP code generation? I could not find anything like this yet.
> What's the best way designing PHP applikations? I guess anybody knows a
> whitepaper or tutorial URI ?!
You may want to take a look at Metastorage. This is a CASE tool that
generates code for data access object classes based on an high level
definition in a XML format (CPML) of a model of your application
persistent objects.
You just define your classes in CPML, with variables, validation rules,
relationships and functions to manipulate the objects of such classes
and Metastorage generates classes that perform Object Relational Mapping
(ORM) to store persistent objects in a relational database using SQL.
http://www.meta-language.net/metastorage.html
--
Regards,
Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
Navigation:
[Reply to this message]
|