Re: [PHP] Re: PHP code generation

2003-09-07 Thread Manuel Lemos
Hello, On 09/07/2003 02:37 AM, Electroteque wrote: what is the whole point of it again ? The point of code generation is to reduce significantly the amount of time it takes to develop code that tends to be repetitive and so it is tedious to write manually. Metastorage generates classes to

Re: [PHP] Re: PHP code generation

2003-09-06 Thread Marek Kilimajer
I think http://www.meta-language.net/ might be something similar. Chris Hubbard wrote: No, not random character generation. Currently the application I'm working does the following: 1. from an array that defines HTML components (like a table row, input field, file upload, etc), and, 2. from

RE: [PHP] Re: PHP code generation

2003-09-06 Thread electroteque
what is the whole point of it again ? and how do they do this ?? http://www.meta-language.net/screenshots.html -Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED] Sent: Sunday, September 07, 2003 12:48 PM To: Chris Hubbard Cc: [EMAIL PROTECTED] Php. Net Subject: [PHP] Re:

RE: [PHP] Re: PHP code generation

2003-09-05 Thread Chris Hubbard
No, not random character generation. Currently the application I'm working does the following: 1. from an array that defines HTML components (like a table row, input field, file upload, etc), and, 2. from an array that defines PHP components (like sql queries, file upload, assigning values to