[PHP] What tools do you use to develop PHP?

2001-07-30 Thread Gerry Kirk
Hi, I'm putting together a PHP development framework for our small group. We have worked on a couple of small apps, so now it's time to do things a little more methodically, i.e. make life easier for everyone. :) So, I scanned the web and found quite a few options for code libraries, and a few

Re: [PHP] What tools do you use to develop PHP?

2001-07-30 Thread Justin Farnsworth
1. We prefer binarycloud for many, many reasons. I suggest everyone at least look into this touchstone that finally and elegantly separates layout from content... 2. vim 3. RCS/CVS _justin Gerry Kirk wrote: Hi, I'm putting together a PHP

Re: [PHP] What tools do you use to develop PHP?

2001-07-30 Thread Ralf Geschke
I'm interested to know what tools / libraries people prefer - 1. Code libraries: a) Metabase (for database abstraction) b) PHPLib c) PEAR d) BinaryCloud e) other A mixture of PEAR's database abstraction, PHPLIB's template class and my own libraries and classes. 2. What code editor do