Search the web
Sign In
New User? Sign Up
metal-dev · MetaL Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 133 - 162 of 553   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
133
Hi Are there query types not yet documented? For example, I'd like to count some Fields without querying them all first and the do a count() in PHP. -- ...
Manuel Holtgrewe
grin@...
Send Email
May 2, 2003
3:15 pm
134
Hello, ... No, not yet but it is a kind of function that could be added very easily. I can add it right away if you have an urgent need for this. I am just not...
Manuel Lemos
mallemos
Offline Send Email
May 2, 2003
5:02 pm
135
Hi ... Are the "report classes" equal to the "factory classes"? -- Regards, Manuel Holtgrewe...
Manuel Holtgrewe
grin@...
Send Email
May 3, 2003
10:50 am
136
Hello, ... No, report classes will be just wrappers to arbitrary queries allowing to mix and summarize data retrieved from objects of different classes. It...
Manuel Lemos
mallemos
Offline Send Email
May 3, 2003
8:56 pm
137
Hi everybody. This is my first post on this list. I need a working example on how to use the generated code from metastorage. This is a little extract from my...
Diego Algorta Casamayou
dalgorta
Offline Send Email
May 13, 2003
2:29 am
138
Hello, ... You need to include ./metabase/metabase_database.php and ./metabase/metabase_interface.php files. These provide the functions to interface to the...
Manuel Lemos
mallemos
Offline Send Email
May 13, 2003
2:33 am
139
Cool! It worked. Do you suggest another way to accomplish the same goal? I mean, inserting a new teacher in my example. ¿Which are the required steps to work...
Diego Algorta Casamayou
dalgorta
Offline Send Email
May 13, 2003
10:49 am
140
Hello, ... Later I will provide examples of how to use the generated classes to achieve each of its possiblities. ... Yes, but I think you may need to call the...
Manuel Lemos
mallemos
Offline Send Email
May 13, 2003
1:18 pm
141
Hi, First, I would like to congratulate you for the work you've done. I'm also working in a research team which is studying meta-modelisation :) and I'm...
tuxsmartguy
Online Now Send Email
May 20, 2003
12:05 am
142
Does Metastorage support the foreign key constraint on MySQL InnoDB table ? Regards...
tuxsmartguy
Online Now Send Email
May 20, 2003
12:54 am
143
Hello, ... Great. Unfortunately there is not much documentation on the MetaL engine because I have not had the time to do it myself but I plan to start ...
Manuel Lemos
mallemos
Offline Send Email
May 20, 2003
4:05 am
144
Hello, ... Currently not on the generated database schema. Currently Metastorage generates code and database schemas with Metabase. Metabase does not yet ...
Manuel Lemos
mallemos
Offline Send Email
May 20, 2003
4:12 am
145
... I think you're confussed about WHAT is the job of a DTD and/or XMLSchema. The DTD/XMLSchema would validate the tags, not their content. So, it can validate...
Diego Algorta Casamayou
dalgorta
Offline Send Email
May 20, 2003
12:45 pm
146
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metal-dev group. File : /cpml.dtd ...
metal-dev@yahoogroups...
Send Email
May 21, 2003
3:45 am
147
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metal-dev group. File : /cpml.schema ...
metal-dev@yahoogroups...
Send Email
May 21, 2003
3:45 am
148
Hello, ... You are probably right as I do not deal with DTD and schema definitions. I just think DTD and schemas would not be sufficient to parse MetaL formats...
Manuel Lemos
mallemos
Offline Send Email
May 21, 2003
3:50 am
149
Hello, I just found a tool online that is able to reverse engineer DTD and XML schemas from sample XML documents. http://www.hitsw.com/xml_utilites/ So, as you...
Manuel Lemos
mallemos
Offline Send Email
May 21, 2003
3:57 am
150
Hi, I wonder why is there only a method to add an object to a collection and there is not a method to remove an object from a collection. Is there a way to do...
tuxsmartguy
Online Now Send Email
May 26, 2003
12:35 am
151
Hello, ... That is tricky because to assure relationship consistency, if you remove an object from a collection that defines a relationship with another ...
Manuel Lemos
mallemos
Offline Send Email
May 26, 2003
5:17 am
152
... you ... I want to delete it from any collection it may belong :) Let's take my example of Town and Street class. I would like to remove a street from a...
tuxsmartguy
Online Now Send Email
May 26, 2003
1:08 pm
153
Hello, ... Ah, sorry, what I meant is that you should use validation to enforce referential integrity at the application level instead of making a database...
Manuel Lemos
mallemos
Offline Send Email
May 26, 2003
7:09 pm
154
Hello, Finally I have finished the documentation of the format of the definition of the forms that Metastorage is capabale of generating. It took me a long...
Manuel Lemos
mallemos
Offline Send Email
Jun 14, 2003
8:56 am
155
The URL is wrong. This is correct: http://www.meta-language.net/metastorage.html Bytes DAC...
Diego Algorta Casamayou
dalgorta
Offline Send Email
Jun 14, 2003
1:20 pm
156
Hello, ... Thanks. ... -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/...
Manuel Lemos
mallemos
Offline Send Email
Jun 14, 2003
6:18 pm
157
Hello, Finally, I have done a page for Frequently Asked Questions about Metastorage. I am preparing to announce the new Metastorage release with the forms ...
Manuel Lemos
mallemos
Offline Send Email
Jun 21, 2003
7:44 pm
158
Hello, Finally I finished some documentation on using the code generated by Metastorage in your applications. This includes the use of forms handling classes...
Manuel Lemos
mallemos
Offline Send Email
Jun 26, 2003
4:37 am
159
Hello, Metastorage generates form handling classes In the continuation of the work to achieve further reduction of application development efforts, the new...
Manuel Lemos
mallemos
Offline Send Email
Jul 10, 2003
10:41 am
160
LS Please publish confirmations that you have been able to install the example project ( i presume there is one) and that you understand how to use it and if...
sys
sigurstor
Offline Send Email
Jul 11, 2003
5:55 pm
161
Hello! ... how to use it and if you think it's usefull. My first try was unsuccesfull. But after I got the latest version of the project files, everything went...
ezudin2003
Offline Send Email
Jul 14, 2003
1:21 pm
162
Will you use it as your development tool for building sites? I haven't followed it for a while. Do you have two equivalent sets of code: Java (flavors?) and...
sys
sigurstor
Offline Send Email
Jul 14, 2003
2:51 pm
Messages 133 - 162 of 553   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help