RE: [PHP] Administration packages

2003-06-06 Thread Boaz Yahav
: christian calloway; [EMAIL PROTECTED] Subject: Re: [PHP] Administration packages I've built my own framework over time, and would highly recommend it, because you get exactly what you want. but here's a few things that might help: - some sort of form building/validating class (10's o

Re: [PHP] Administration packages

2003-06-05 Thread olinux
I'm sure you are already aware of PEAR, if you havent checked it out, you should olinux > > Hey everyone, > > > > I find myself building alot of admin control > areas, or in otherwords, a > > group of forms that lets an end user control data > and appearances of his/her > > site. What I am lo

Re: [PHP] Administration packages

2003-06-04 Thread Justin French
I've built my own framework over time, and would highly recommend it, because you get exactly what you want. but here's a few things that might help: - some sort of form building/validating class (10's or 100's even at phpclasses.com) - read up on some of the large app frameworks... fusebox come

[PHP] Administration packages

2003-06-04 Thread christian calloway
Hey everyone, I find myself building alot of admin control areas, or in otherwords, a group of forms that lets an end user control data and appearances of his/her site. What I am looking for is a package of classes/functions that will help me automate and modularize this process a little more. I a