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 196 - 225 of 553   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
196
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 :...
metal-dev@yahoogroups...
Send Email
Mar 10, 2004
7:07 am
197
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 :...
metal-dev@yahoogroups...
Send Email
Mar 16, 2004
6:29 am
198
Hello, As you may have read in the previous notification message, finally I ended the Metastorage tutorial. For now, it includes sections on installing...
Manuel Lemos
mallemos
Offline Send Email
Mar 16, 2004
6:40 am
199
Hello, New and improved Metastorage documentation materials were released with the intention of helping developers to get started with this software ...
Manuel Lemos
mallemos
Offline Send Email
Mar 23, 2004
2:19 am
200
I just downloaded metal.zip and metabase.zip from the site and when I run 'metastorage cms.component' I get the following: Error: listtargetfiles is not a...
Josh
jtnye79
Offline Send Email
Mar 24, 2004
5:22 am
201
Hello, ... That looks like the archives where not correctly installed. Lets recapture the installation procedure to verify if everything was done correctly....
Manuel Lemos
mallemos
Offline Send Email
Mar 24, 2004
6:12 am
202
Hello Manuel, This was with PHP 5.0 RC1 on RedHat 7.3. This morning I tried the same with PHP 4.2.x and it worked just fine. I guess PHP 5 support needs to be...
Josh
jtnye79
Offline Send Email
Mar 24, 2004
1:13 pm
203
Hello, ... Ah, yes, PHP 5 is not recommended because it is still in beta testing. I tried the latest RC and it misbehaves badly. I even have tried using the...
Manuel Lemos
mallemos
Offline Send Email
Mar 24, 2004
9:39 pm
204
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...
enradia
Offline Send Email
Apr 27, 2004
8:12 pm
205
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...
Manuel Lemos
mallemos
Offline Send Email
Apr 28, 2004
3:46 am
206
hello, i try to using metastorage but i have a problem to the type function removefromcolleciton: "Error: removefromcollection is not a supported function...
pokara93
Offline Send Email
May 1, 2004
5:22 pm
207
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...
pokara93
Offline Send Email
May 1, 2004
5:22 pm
208
Hello, ... removefromcollection function was added in the last release of Metastorage. Are you sure that you are using the latest release of Metastorage and...
Manuel Lemos
mallemos
Offline Send Email
May 2, 2004
8:19 am
209
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....
pokara93
Offline Send Email
May 11, 2004
11:26 am
210
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...
Manuel Lemos
mallemos
Offline Send Email
May 12, 2004
2:13 am
211
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...
Manuel Lemos
mallemos
Offline Send Email
May 12, 2004
2:30 am
212
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...
dooctor2000
Offline Send Email
May 18, 2004
10:13 pm
213
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...
dooctor2000
Offline Send Email
May 18, 2004
10:13 pm
214
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...
Manuel Lemos
mallemos
Offline Send Email
May 18, 2004
10:48 pm
215
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...
dooctor2000
Offline Send Email
May 18, 2004
11:16 pm
216
Hi, I found this example in the newsgroup: <function> <name>getrootcategories</name> <type>getallobjects</type> <parameters> <class>category</class> <filter> ...
dooctor2000
Offline Send Email
May 18, 2004
11:31 pm
217
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 ...
Manuel Lemos
mallemos
Offline Send Email
May 19, 2004
4:24 am
218
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 ...
Manuel Lemos
mallemos
Offline Send Email
May 19, 2004
4:30 am
219
Hello, ... isnull is just for (reference) variables . No variables are not envolved in many-to-many relationships. In such kind of relationships, the relation...
Manuel Lemos
mallemos
Offline Send Email
May 19, 2004
5:01 am
220
When I specify <validation> <type>unique</type> <errorcode>1</errorcode> <parameters> <variable>city</variable> <variable>country</variable> </parameters> ...
dooctor2000
Offline Send Email
May 19, 2004
11:48 pm
221
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...
Manuel Lemos
mallemos
Offline Send Email
May 19, 2004
11:55 pm
222
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>...
dooctor2000
Offline Send Email
May 20, 2004
12:01 am
223
Ok, cool. So its an logical AND combination. What about notempty? <validation> <type>notempty</type> <errorcode>2</errorcode> <parameters> ...
dooctor2000
Offline Send Email
May 20, 2004
12:05 am
224
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...
dooctor2000
Offline Send Email
May 20, 2004
12:14 am
225
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...
Manuel Lemos
mallemos
Offline Send Email
May 20, 2004
6:43 am
Messages 196 - 225 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