Re: [PHP] Ant in php

2007-10-25 Thread DCVer
pscott wrote: > > > On Thu, 2007-10-25 at 02:25 -0700, DCVer wrote: >> is this a good idea to use Ant with PHP or is there some similar tool to >> Ant, that works fine with PHP? Thanks in advance. > > What you really want to look at is Phing, not Ant. It is very similar > and I use it extensi

Re: [PHP] Ant in php

2007-10-25 Thread Paul Scott
On Thu, 2007-10-25 at 02:25 -0700, DCVer wrote: > is this a good idea to use Ant with PHP or is there some similar tool to > Ant, that works fine with PHP? Thanks in advance. What you really want to look at is Phing, not Ant. It is very similar and I use it extensively for my project(s). --Paul

[PHP] Ant in php

2007-10-25 Thread DCVer
Hi folks, I have such a problem - I would like to launch SQL script using Ant. The problem is, that I don't use JDBC and Java and I wonder if it is possible to run such a script from Ant. I use MySQL database (and Prado framework). BTW: is this a good idea to use Ant with PHP or is there some sim