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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 237 - 266 of 553   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
237
thanks for your time, i check all my scripts again. if i delimited the problem and not resolved it,it will explain to you again. thank you again for all. a...
pokara93
Offline Send Email
Jun 1, 2004
8:25 am
238
Hello, ... Actually what I would need to see is the whole scripts code in case you do not see where is the problem. -- Regards, Manuel Lemos PHP Classes - Free...
Manuel Lemos
mallemos
Offline Send Email
Jun 1, 2004
4:11 pm
239
i find my problem:i I am working with phpObject to communicate flash and php, and i think that the problem is with phpObject. if I use the generated code from...
pokara93
Offline Send Email
Jun 2, 2004
2:46 pm
240
Hello, ... This sounds pretty much like what I have told you. You are probably assigning a variable with the factory object instance and it is creating a copy...
Manuel Lemos
mallemos
Offline Send Email
Jun 2, 2004
8:29 pm
241
i try to send you a resume of my code: ///**********from php**************/// <? class ClaseAplicacion { /*Protected variables*/ var $factoriaAplicacion; var...
pokara93
Offline Send Email
Jun 3, 2004
8:07 am
242
Hello, ... This seems ok. ... I have no knowledge on the ActionScript, so I can only guess. ... My guess is that when you call function to create an Empresa...
Manuel Lemos
mallemos
Offline Send Email
Jun 3, 2004
9:09 am
243
I understand your answer and putting all the code in the same method it works correctly. and the phpObject have to methods call delayExecute() and execute() to...
pokara93
Offline Send Email
Jun 3, 2004
12:33 pm
244
Hello, ... I don't know what do you think what is the factory class. It is a class that provides central services to the other classes like establishing the...
Manuel Lemos
mallemos
Offline Send Email
Jun 3, 2004
2:50 pm
245
I believe that I am going to study the possibility of working without phpObject that is the one that it is preventing me to work corretamente with metastorage,...
pokara93
Offline Send Email
Jun 4, 2004
2:42 pm
246
A new version of Metastorage was released providing an experimental Web interface application named WebStorage. It is meant to offer a user friendly...
Manuel Lemos
mallemos
Offline Send Email
Jun 10, 2004
9:35 am
247
hello, I'm here again. can i use the $condition of the query to look for something that is not the id? I try to look for an object using another atribute but...
pokara93
Offline Send Email
Jun 10, 2004
3:39 pm
248
Hello, ... You are accessing private functions. You should not do that as in the future those functions may not be there or be changed. The right way to do...
Manuel Lemos
mallemos
Offline Send Email
Jun 10, 2004
7:47 pm
249
thank you very much, and it pardons because i printed yesterday the new documentation to read in the train from return to house, and I realized of which it was...
pokara93
Offline Send Email
Jun 11, 2004
2:09 pm
250
hello when i execute the new version of metastorage see this message: C:\apache\htdocs\metaljunio\metastorage>C:\apache\php\php.exe -q metastorage fac ...
pokara93
Offline Send Email
Jun 11, 2004
4:17 pm
251
Hello, ... No problem. The Object Query Language already supports most of the expressions and operands that will be needed in most cases but if you need anyone...
Manuel Lemos
mallemos
Offline Send Email
Jun 11, 2004
5:28 pm
252
Hello, ... It seems MetaL installation is not really there. You need to download MetaL archive, extract it somewhere and then extract Metastorage archive ...
Manuel Lemos
mallemos
Offline Send Email
Jun 11, 2004
5:53 pm
253
... download ... archive ... i do it exactly as you said in tutorial, and in the others versions.i have my directory "proyecto" and inside this folders: forms,...
pokara93
Offline Send Email
Jun 14, 2004
3:07 pm
254
Hello, ... This is odd. I just tried MetaL under Windows 98 just to see if this is a Windows problem but it works properly as expected. What the PHP error says...
Manuel Lemos
mallemos
Offline Send Email
Jun 15, 2004
5:20 pm
255
... this is ... it ... it is not the problem because if a delete the metal_compiler.php archive from C:\apache\htdocs\metaljunio\metal\ the error is : ...
pokara93
Offline Send Email
Jun 16, 2004
10:50 am
256
Hello, ... That is the error message that appears in the new version in CVS. I changed it a bit to make it evident when MetaL installation is missing. If it...
Manuel Lemos
mallemos
Offline Send Email
Jun 16, 2004
5:17 pm
257
A new version of Metastorage was released with a couple of important bug fixes and new troubleshooting guide document to help users fix common problems in...
Manuel Lemos
mallemos
Offline Send Email
Jun 28, 2004
8:51 am
258
I might be missing something obvious, but compiling sample cms project fails on my install with the following message: XML file "include/php.bindings" does not...
factus10
Offline Send Email
Jun 29, 2004
4:26 pm
259
Hello, ... Sorry, this is one of the latest bugs that was not completely fixed for the Web interface like it was for the command line version of Metastorage. ...
Manuel Lemos
mallemos
Offline Send Email
Jun 29, 2004
5:04 pm
260
If anyone has implementation code they could share (implementation code for the cms example would be fantastic to look at), that would be great. This is a...
signlinkinc
Offline Send Email
Jul 5, 2004
2:45 am
261
Hello, ... The cms example was just meant to be that: an example. Since Metastorage only generates classes for storing data and at most some interface forms,...
Manuel Lemos
mallemos
Offline Send Email
Jul 5, 2004
5:07 am
262
Hi, I've recently downloaded the CVS modules forms, metabase, metal, metastorage, xmlparser in the hopes of having a go using the language. The first...
Glen Ogilvie
nelg@...
Send Email
Jul 10, 2004
4:28 pm
263
Hello, ... It is not in CVS because it is generated by the distribution.php script from the cms.dot file generated when building the cms.component project. You...
Manuel Lemos
mallemos
Offline Send Email
Jul 10, 2004
5:15 pm
264
hello! i'm here again.this time my cuestion is easy, can i get a query "order by" from mestastorage? for example, if i gets a collection of articles from...
pokara93
Offline Send Email
Jul 13, 2004
4:38 pm
265
Hello, ... Your question reveals that you are probably using the data access object classes for the wrong purposes. These classes are meant mostly for ...
Manuel Lemos
mallemos
Offline Send Email
Jul 13, 2004
6:36 pm
266
Hello, I'm a new Metastorage user. I've got 2 questions 1. Suppose I have multiple articles with titles such as: "title1", "title2", "title3". How can I get...
sridwan981
Online Now Send Email
Jul 15, 2004
7:33 pm
Messages 237 - 266 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