Re: [PHP] Does anybody use UltraDev?

2002-03-23 Thread [-^-!-%-
Ultradev is cool for quick dev, but the code is really messy. Unles you're creating something basic, you'll most likely have to clean up the code. Other than that, it's an excellent tool. It cuts down the development time, help (tremendously) with the layout, and take out takes care of

Re: [PHP] Does anybody use UltraDev?

2002-03-23 Thread [-^-!-%-
PHAKT does support TABLE JOIN, but you have to edit the SQL statement (in Ultradev). To do this (in Ultradev), switch to 'Advance Mode' and modify your query. It should look something like: select table1.field1, table2.field2 from table1,table where table1.field1=table2.field2 *check

[PHP] Does anybody use UltraDev?

2002-03-22 Thread ....::: rObEr2 :::....
Hey! Does anybody use UltraDev for PHP? Any comments about it? (Personally I go for Visual PHP Studio) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Does anybody use UltraDev?

2002-03-22 Thread Dan Harrelson
I do, and was just thinking of posing a similar question. My question was specific to the PHAkt app server extension. I've tried it out and think it's great, though limited. For example, my simple project (my very first :) calls for inserts into 2 tables from a single form. Phakt doesn't