Hi Manuel My name is Joshua and I am the project leader for Nexista (nexista.tigris.org). We are currently using metabase for our DB access and have decided to...
Hello, ... Yes, currently Metastorage generates code that still uses Metabase but I plan to make it an option between Metabase and using code that uses native...
hello, i try to using metastorage but i have a problem to the type function removefromcolleciton: "Error: removefromcollection is not a supported function...
hola, también estoy interesada en cual fue la respuesta que te dio Manuel para tu pregunta. Mi problema es practicamente igual, tengo empresas y empleados asi...
Hello, ... removefromcollection function was added in the last release of Metastorage. Are you sure that you are using the latest release of Metastorage and...
sorry i see the error before write the message. And thank's for your answer. my next question is if is possible to implement a gets function from mestastorage....
A new revision of the MetaL engine that is compliant with PHP 5 was released. Several classes that compose the different modules of the MetaL compiler engine...
Hello, ... getters and setters functions are on my todo list as a code generation option. There will be separate configuration file that you will be able to...
Hello, I discovered metastorage two days ago and I am really EXCITED about it. The idea simply rocks! I'm now trying redesign the backend classes of my current...
Hi, after sending my 3 how to questions I'd like to suggest some improvements to metastorage and would ask your opinion .... maybe some of them are already...
Hello, ... Currently there is no support for automatically assigned values. It seems not to be a great deal though. So, I can implement this soon if it is...
Thanks for answering my questions so quickly. That really helped me. If it is just a quick fix I'd really like to see the a default value tag. I'm mainly...
Hi, I found this example in the newsgroup: <function> <name>getrootcategories</name> <type>getallobjects</type> <parameters> <class>category</class> <filter> ...
Hello, ... This has two parts. One was about a bug due to missing case in a switch that it was just fixed. The other part is about missing support to other ...
Hello, ... If you meant assigning constant default values, that is not a big deal at all. You also mentioned initializing variables with creating and last ...
Hello, ... isnull is just for (reference) variables . No variables are not envolved in many-to-many relationships. In such kind of relationships, the relation...
Hello, ... It means that there can only be one object with the combination of the two values. So, there may be multiple objects with a given city as long they...
I think in SQL you can use an outer or inner join to determine records not having a relationship. Regarding the function definition I would use <isempty>...
Hi, I defined a category class that can have a collection of categories as parent. I can run metastorage to create the php classes but when I try to install...
Hello, ... I need to study this further. For want you want, maybe EXISTS, COUNT, HAVING can be more efficient because you just want the data from the classes...
Hello, ... It means that none can empty. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP...
Hello, ... Oops, I have not antecipated this case. I need to fix this appending the name of the collection to the fields to make sure they are always ...
... are ... problem. Personally I don't think it is so odd. I mean where is the difference in testing if a variable is null, if its value is unique or if one...
Hello, ... What seems odd to me is validation rules are enforced by the validate function that should be called before persisting an object that was set ...
Hello, Following the development plan, it was added to the version in the CVS repository the support for filter rules to be associated to functions that...
hello, i try to use metastorage to my proyect.Then with the classes generated i have made my own class called MiAplicacion, in its class i defined some method...
Hello, ... You need to check if the initialize function returns false. In that case it is failing for some reason, so you need to look at the error class ...