PHP Class Scheduler

Talk about any languages right here. Share and discuss source, but don't expect your homework to be done for you.
Post Reply
ken_blanco31
n00b
Posts: 1
Joined: Mon Aug 22, 2011 5:14 am

PHP Class Scheduler

Post by ken_blanco31 » Mon Oct 08, 2012 12:57 am

Hi. I've been working on a class scheduler for our university as part of our class.
I would just like to ask if PHP or any other framework is appropriate for this?
We aim to use Ext JS or HTML5 for the front end coding and PHP for the back end.
Can someone point me in the right direction?

The database looks like this. and business rules looks like this

Schedules
runs 30 minutes per row then it will be compiled to 2 or more to form 1 class schedule

The meta data are:
Class: Faculty in charge: Room: Time: Course:

I'm thinking of using greedy algorithm implemented in PHP. Will it be applicable???

Thanks in Advance

Post Reply