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[x] 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