This is a discussion on PHP + MYSQL tools within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hello all, which are in your opinion the best tools for PHP + MYSQL to create forms, reports, ecc. as fast ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
<Michael Vilain <vilain@spamcop.net>> ha scritto nel messaggio news:vilain-
> Define "as fast as possible". If you want an IDE, try the ZEND Studio: > > http://zend.com/store/products/zend-studio.php Thanks! When I say "as fast as possible", I mean without writing a lot of code. If possibile, a visual tool where you define the name of the tables, fields and everything is necessary and the php code is written automatically. EB |
|
|||
|
you really really shouldn't be using PHP if you don't know how to write PHP
"Eta-Beta" <etabeta12345-digital@yahoo.com> wrote in message news:ceb3vr$jdn$1@lacerta.tiscalinet.it... > <Michael Vilain <vilain@spamcop.net>> ha scritto nel messaggio news:vilain- > > Define "as fast as possible". If you want an IDE, try the ZEND Studio: > > > > http://zend.com/store/products/zend-studio.php > > Thanks! When I say "as fast as possible", I mean without writing a lot of > code. If possibile, a visual tool where you define the name of the tables, > fields and everything is necessary and the php code is written > automatically. > > EB > > |
|
|||
|
Ok, I'm not a guru of PHP, but I'm able to modify a PHP program... or to do
something not difficult. Anyway, why don't you like visual tools? EB "Hostmaster (NS)" <dont.need@my.address.ok> ha scritto nel messaggio news:ceb54g$dnk$1$830fa7b3@news.demon.co.uk... you really really shouldn't be using PHP if you don't know how to write PHP |
|
|||
|
Because it's slower than coding yourself lol
But after all, im not starting any war, just it's going to be slower than copy-paste some line of code and rename variables. Also, visual tools tend to put a lot of useless code, slower in performance, and use some deprecated code, and also it make you forgot your coding language. Savut http://www.savut.com "Eta-Beta" <etabeta12345-digital@yahoo.com> wrote in message news:ceb5s7$l0l$1@lacerta.tiscalinet.it... > Ok, I'm not a guru of PHP, but I'm able to modify a PHP program... or to > do > something not difficult. Anyway, why don't you like visual tools? > > EB > > > "Hostmaster (NS)" <dont.need@my.address.ok> ha scritto nel messaggio > news:ceb54g$dnk$1$830fa7b3@news.demon.co.uk... > you really really shouldn't be using PHP if you don't know how to write > PHP > > |
|
|||
|
Eta-Beta wrote:
> <Michael Vilain <vilain@spamcop.net>> ha scritto nel messaggio > news:vilain- >> Define "as fast as possible". If you want an IDE, try the ZEND Studio: >> >> http://zend.com/store/products/zend-studio.php > > Thanks! When I say "as fast as possible", I mean without writing a lot of > code. If possibile, a visual tool where you define the name of the tables, > fields and everything is necessary and the php code is written > automatically. > > EB AFAIK, there is nothing to do this currently available (I say currently as I'm writing a visual programming thingy for PHP but it's not production-ready yet). There are several classes / frameworks which provide abstraction from the HTML elements but they all seem to work by specifying the structure programmatically. There are also a few tools which will generate forms for you, but don't really lend themselves to customization (and validation) of the code. Here's some links to the stuff I thought might be relevant when I was looking to see what was available: http://www.phppeanuts.org/site/index...nu/1/Home.html http://phplens.com/lens/ http://opensource.aventus.nu/3.php?HIST=,1, http://dbware.net/phpgem.html http://www.horde.org/ http://www.blueshoes.org/ http://qadram.com/ http://dev.obliquid.com/ HTH C. |
|
|||
|
Dont know if this is what you`re looking for but...
http://www.hkvstore.com/phpmaker/ Oeyvind -- http://home.online.no/~oeyvtoft/ToftWeb/ "Eta-Beta" <etabeta12345-digital@yahoo.com> skrev i melding news:ceatqr$7uu$1@lacerta.tiscalinet.it... > Hello all, > > which are in your opinion the best tools for PHP + MYSQL to create forms, > reports, ecc. as fast as possibile? > > Thanks in advance! > > Eta-Beta > > > |
|
|||
|
Thanks (also to Oeyvind)! This is what I was looking for!
EB "Colin McKinnon" <colin.deletethis@andthis.mms3.com> ha scritto nel messaggio news:ced2kb$req$1$8300dec7@news.demon.co.uk... > Here's some links to the stuff I thought might be relevant when I was > looking to see what was available: |