Hi! I'm using the latest snapshot of Metastorage. The generated code doesn't contain function named MetabaseCreateLOB(). So the bug is probably in generation...
I'm new to Metastorage, so forgive me if I've overlooked something obvious. Anyhow, I can't get my persist function to work reliably. I've using the same...
Are there tools to convert PHP/Perl/Python/etc to Metal? When I see: function addargs ($x,$y) {$z=$x+y; return $z;} I think (using brackets because some mail...
Hello, Manuael and everybody, I have the question regarding how to set up classes relationship. I'm designing the system that must provide to end user the...
Hello, My application, metastorage-based, is growing every day, and the main persistent component is getting bigger. In order do organize code and data flow,...
Hello, I was wondering how can i solve the creation of 2 objects with an 1- to-1 relationship. Using this example class: <class> <name>user</name> <variable> ...
Hello, I've started using metastorage and create my component to generate the db schema: <class> <name>users</name> .... <variable> <name>profile_id</name> ...
Hello, I have not made many Metastorage releases recently but I made some developments in Metabase that provide flexibility to Metastorage generated...
Hello, A new version of Metastorage was released to introduce a new capability of creating copies of existing persistent objects. Other minor features and bug...
Hello, I am using Metabase for a while, and I am happy with it. Now I am in a situation, that I have to use a custom identifier. The scenario is that I use...
Hi: I'm new to MetaL and wish to ask you guys something that has been puzzling me over the last two days. I'm using the lastest stable MySQL 5 release...
Hello did I do something fundamenally wrong so far or am I right in that the XMI to Metastorage generator basically just produces code for each single class,...
Hello i'm trying to convert a UML-Model built with Poseidon to Metastorage format. Instead of the expected code I find only a lot of Numbers in the generated...
I've noticed that all my classes are name like <component>class or <class>class or <component>schemaclass. Unfortunately, this doesn't comply with my naming...
I've been working on an XSD schema for the configuration, so that my xml editor can do auto-completion and friendly structured editing/ validation. I've had...
Hello, A new version of Metastorage was released to introduce several enhancements to the capabilities of report classes and to the Object Query Language. A...
I keep playing around with metastorage and another thing came to my attention. There is no way to set a dependency between objects. For instance, imagine you...
I've found, what I think is some kind of bug or error on the code generated when compiling a form. I compiled some simple form using the sawfisch-crux theme...
Hi. I've been playing with metastorage for a while, looking for it's pros and cons before deciding to apply it for good in my company framework. For now, the...
Hello, I just found the metal project, and i am really happy about it, as it shares most of my points of view about development. As i'm working now as web...
Hello all out there When I try to compile the tutorial included in the package, the following error occour Status: Failed Error: it specified a repeated...
I am trying to find a clean ORM for php4 and metastorage seems interesting. However, trying to follow the tutorial, I am stuck trying to make the setup.php...
Hello, A new version of Metastorage was released introducing several fixes to generate PHP code compliant with PHP 4.4 changes. Other bugs were also fixed in...
I'm starting to play with metastorage and I'm wondering about a few things I'm seeing in the generated MySQL database. 1) The "id" columns generated for OIDs...
Hi, I'm new to metastorage. I installed and created a component and some classes and ran the metastorage command line tool to generate things. FYI, I'm using...
Hello, This messages is just to let you know about another system developed with code generated by Metastorage. It is the PHP Classes site blog. It has means...