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

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

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

Post 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.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

First suggestion: Lots of coffee.
Next suggestion: Pray for easy-going clients.

Beyond that, sorry dude.
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post 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!
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Post 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=
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post 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
User avatar
MrPotatoes
Forum Regular
Posts: 617
Joined: Wed May 24, 2006 6:42 am

Post by MrPotatoes »

adodb is awesome. there isn't one library out there that i like more. wish i could have coded it lol
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

This thread is pretty much moot because of adodb. :D
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post 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.
Post Reply