Page 1 of 1

I have been buliding a framework, but I've run out of time..

Posted: Fri Aug 04, 2006 1:36 pm
by Luke
I have been spending HOURS building a framework (or more a set of classes to use for app development) and I have run out of time and there are like 3 projects waiting on this to be finished... I need some advice for some libraries that will accomplish:

Form validation (and maybe even creation?)
Database connectivity (mysql as well as others)
Model Building/Update/Delete/Insert (something to make this process more modular and easy to manage)

Any help is appreciated... I was supposed to have finished an Article management app, a file management app, and several others this week and I haven't even really gotten ANYWHERE. Thanks in advance.

Posted: Fri Aug 04, 2006 1:43 pm
by RobertGonzalez
First suggestion: Lots of coffee.
Next suggestion: Pray for easy-going clients.

Beyond that, sorry dude.

Posted: Fri Aug 04, 2006 1:45 pm
by Luke
might be working all weekend :(

I just d/l ADOdb and it seems to solve the last two problems...

EDIT: WOW! ADOdb kicks smurf!

Posted: Fri Aug 04, 2006 2:51 pm
by alex.barylski
I think that HTML_QuickForm library in PEAR does form generation and validation...not sure, but worth looking into...I suppose...

http://www.google.ca/search?hl=en&q=HTM ... Form&meta=

Posted: Fri Aug 04, 2006 2:59 pm
by Luke
somebody recommended that before to me to, but I am thick-headed and already forgot about it. Thanks... I will check it out. :D

Posted: Fri Aug 04, 2006 3:36 pm
by MrPotatoes
adodb is awesome. there isn't one library out there that i like more. wish i could have coded it lol

Posted: Fri Aug 04, 2006 3:41 pm
by Luke
This thread is pretty much moot because of adodb. :D

Posted: Fri Aug 04, 2006 3:43 pm
by d3ad1ysp0rk
PEAR does everything adoDB does, and it's built in.

Ok.. maybe not everything.. but it works very well and saves bundles of time.

Good luck.