Re: [PHP] MYSQL translator

2005-08-01 Thread Rory Browne
>From what I can see it looks a bit like an SQL version of the strtotime function. Basicly it translates from a less strict syntax, into the more strict SQL syntax, with the added advantage that the less strict one can be in a different language(in this case French and Italian) Is my understanding

Re: [PHP] MYSQL translator

2005-08-01 Thread Dotan Cohen
On 8/1/05, Alessandro Rosa <[EMAIL PROTECTED]> wrote: > Dear All subscribers, > > I wish to submit to you a PHP class I coded to translate native language > parsed queries into SQL syntax ones. > > The main goal of this class is the implementation into web-based > applications > for letting final

[PHP] MYSQL translator

2005-08-01 Thread Alessandro Rosa
Dear All subscribers, I wish to submit to you a PHP class I coded to translate native language parsed queries into SQL syntax ones. The main goal of this class is the implementation into web-based applications for letting final users/customers input their own defined queries without knowing sql s

[PHP] MYSQL translator

2005-07-20 Thread Alessandro Rosa
Dear All subscribers, my intention, through this e-mail, is to submit to your attentions one PHP class devoted to translate input native language commands for database into MYSQL commands lines. The goal of this class is to provide a comfortable code interface to let programmers implement forms w