Re: [PHP-DB] Very cool -= Code Generator =- !!!

2002-09-29 Thread Hatem Ben

a php/mysql already exist : http://www.bigprof.com/appgini/

- Original Message - 
From: "John W. Holmes" <[EMAIL PROTECTED]>
To: "'johnny1b1g'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, September 29, 2002 4:19 PM
Subject: RE: [PHP-DB] Very cool -= Code Generator =- !!!


> > Use Codejay as your web assistant.
> > Create ASP , PHP, COLDFUSION , ASP.NET
> > web applications
> > Save time and money.
> > 
> > Visit  www.codejay.com
> 
> Interesting program, did anyone else check it out?? All it really does
> is generate reports and create admin interfaces to add/edit data in a
> database. The reports are pretty good, you can open your database,
> choose what columns you want, create relationships, add to the SQL Where
> clause, make the results links (and pass values in them) or images, etc.
> 
> It would be useful to someone with no programming experience at all,
> which is always the case with these "code generators". 
> 
> There are some issues with the PHP code creation, of course. For some
> reason, it uses $HTTP_GET_FILES, instead of $HTTP_GET_VARS. This, of
> course, causes the Prev/Next and other links to fail. There may be
> others, that's the obvious one I found right away. 
> 
> It also requires the user to turn on output buffering in php.ini. Why?
> The code for some reason contains a ob_start() and session_start() call,
> but it never uses a session or does anything with the buffer. If output
> buffering is required to be on in php.ini, then why call ob_start()?? I
> think it's a bad idea to require changes to php.ini, anyhow. 
> 
> And, the most blaring oversight, IMO, is that it only generates code for
> Access and MSSQL. ?? Come on...if you're going to take the time to write
> this, why not include MySQL? 
> 
> Plus, they need to run a spell and grammar check on the help files... :)
> 
> Not worth 80 Euro / 82 dollars in my opinion...
> 
> ---John Holmes...
> 
> 
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] Very cool -= Code Generator =- !!!

2002-09-29 Thread Hatem Ben

i've check it, and also try it, code generated for a sample database won't
run okay, most pages return errors !

if it will support others database, it will be a great tool

Best regards,
Hatem


- Original Message - 
From: "John W. Holmes" <[EMAIL PROTECTED]>
To: "'johnny1b1g'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, September 29, 2002 4:19 PM
Subject: RE: [PHP-DB] Very cool -= Code Generator =- !!!


> > Use Codejay as your web assistant.
> > Create ASP , PHP, COLDFUSION , ASP.NET
> > web applications
> > Save time and money.
> > 
> > Visit  www.codejay.com
> 
> Interesting program, did anyone else check it out?? All it really does
> is generate reports and create admin interfaces to add/edit data in a
> database. The reports are pretty good, you can open your database,
> choose what columns you want, create relationships, add to the SQL Where
> clause, make the results links (and pass values in them) or images, etc.
> 
> It would be useful to someone with no programming experience at all,
> which is always the case with these "code generators". 
> 
> There are some issues with the PHP code creation, of course. For some
> reason, it uses $HTTP_GET_FILES, instead of $HTTP_GET_VARS. This, of
> course, causes the Prev/Next and other links to fail. There may be
> others, that's the obvious one I found right away. 
> 
> It also requires the user to turn on output buffering in php.ini. Why?
> The code for some reason contains a ob_start() and session_start() call,
> but it never uses a session or does anything with the buffer. If output
> buffering is required to be on in php.ini, then why call ob_start()?? I
> think it's a bad idea to require changes to php.ini, anyhow. 
> 
> And, the most blaring oversight, IMO, is that it only generates code for
> Access and MSSQL. ?? Come on...if you're going to take the time to write
> this, why not include MySQL? 
> 
> Plus, they need to run a spell and grammar check on the help files... :)
> 
> Not worth 80 Euro / 82 dollars in my opinion...
> 
> ---John Holmes...
> 
> 
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] Very cool -= Code Generator =- !!!

2002-09-29 Thread Tim

Also check out .codecharge.com - it's a bit more matured.

I couldn't get codejay to work on my machine - can't even remember
the errors.  I just removed it after 2 hours of frustration.

Tim

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DB] Very cool -= Code Generator =- !!!

2002-09-29 Thread John W. Holmes

> Use Codejay as your web assistant.
> Create ASP , PHP, COLDFUSION , ASP.NET
> web applications
> Save time and money.
> 
> Visit  www.codejay.com

Interesting program, did anyone else check it out?? All it really does
is generate reports and create admin interfaces to add/edit data in a
database. The reports are pretty good, you can open your database,
choose what columns you want, create relationships, add to the SQL Where
clause, make the results links (and pass values in them) or images, etc.

It would be useful to someone with no programming experience at all,
which is always the case with these "code generators". 

There are some issues with the PHP code creation, of course. For some
reason, it uses $HTTP_GET_FILES, instead of $HTTP_GET_VARS. This, of
course, causes the Prev/Next and other links to fail. There may be
others, that's the obvious one I found right away. 

It also requires the user to turn on output buffering in php.ini. Why?
The code for some reason contains a ob_start() and session_start() call,
but it never uses a session or does anything with the buffer. If output
buffering is required to be on in php.ini, then why call ob_start()?? I
think it's a bad idea to require changes to php.ini, anyhow. 

And, the most blaring oversight, IMO, is that it only generates code for
Access and MSSQL. ?? Come on...if you're going to take the time to write
this, why not include MySQL? 

Plus, they need to run a spell and grammar check on the help files... :)

Not worth 80 Euro / 82 dollars in my opinion...

---John Holmes...



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DB] Very cool -= Code Generator =- !!!

2002-09-28 Thread johnny1b1g

Use Codejay as your web assistant.
Create ASP , PHP, COLDFUSION , ASP.NET
web applications
Save time and money.

Visit  www.codejay.com



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php