Job Listing Apps?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

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

Job Listing Apps?

Post by Luke »

We've inherited this hideous job listings app that is impossible to extend or even use. What I'd like to do is throw it out completely and just use some open source script I can modify. I've poked around the net and haven't found anything that looked very good. Mostly I've been looking at "classifieds" apps. Most of them have way too many features or they are "encoded" or they just look really crappy. Anybody know of any good ones?
thinsoldier
Forum Contributor
Posts: 367
Joined: Fri Jul 20, 2007 11:29 am
Contact:

Re: Job Listing Apps?

Post by thinsoldier »

http://phpvideotutorials.com/courses/2

If his other videos are any indication it's probably very lightweight code that's quite easy to understand and modify.
You can either follow along with the video or grab the final lessons example files.
Warning: I have no idea what I'm talking about.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Job Listing Apps?

Post by alex.barylski »

Maybe look into a automotive classifieds script and change the DB schema accordingly then update the HTML.

http://openautoclassifieds.com/

At least they use Smarty
Post Reply