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...
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...
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...
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...
i try to send you a resume of my code: ///**********from php**************/// <? class ClaseAplicacion { /*Protected variables*/ var $factoriaAplicacion; var...
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...
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...
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...
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,...
A new version of Metastorage was released providing an experimental Web interface application named WebStorage. It is meant to offer a user friendly...
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...
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...
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...
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 ...
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...
Hello, ... It seems MetaL installation is not really there. You need to download MetaL archive, extract it somewhere and then extract Metastorage archive ...
... 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,...
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...
... 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 : ...
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...
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...
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...
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. ...
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...
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,...
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@...
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...
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...
Hello, ... Your question reveals that you are probably using the data access object classes for the wrong purposes. These classes are meant mostly for ...
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...