[PHP] Re: [PHP-DB] School timetable in php

2012-04-23 Thread Tony Marston
"tamouse mailing lists"  wrote in message 
news:CAHUC_t-cch8cBXZvzWtx42ZPFEuVkMPG=50jkwv+gygelk_...@mail.gmail.com...


On Sun, Apr 22, 2012 at 1:41 AM, Vinay Kannan  wrote:

Weekly subject wise lecture schedule, subject wise / faculty wise.


On Sun, Apr 22, 2012 at 12:02 PM, tamouse mailing lists
 wrote:


On Fri, Apr 20, 2012 at 7:00 AM, Vinay Kannan  wrote:
> I am trying to develop a school time table system in php mysql, 
> anybody
> has  any headsup on the same, i was thinking about some existing 
> scripts to

> take a look at.




I have a sample application called "Classroom Scheduling" which comes with 
the Radicore framework. Even if you don't want to use the code, the database 
design might be useful.


If you visit the Radicore website at http://www.radicore.org you can logon 
to the demonstration system, click on the PROTO button, then select 
"Classroom". This has functions for rooms, teachers, subjects, lessons, 
classes and students.


--
Tony Marston

http://www.tonymarston.net
http://www.radicore.org 



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: [PHP-DB] School timetable in php

2012-04-22 Thread tamouse mailing lists
On Sun, Apr 22, 2012 at 1:41 AM, Vinay Kannan  wrote:
> Weekly subject wise lecture schedule, subject wise / faculty wise.
>
>
> On Sun, Apr 22, 2012 at 12:02 PM, tamouse mailing lists
>  wrote:
>>
>> On Fri, Apr 20, 2012 at 7:00 AM, Vinay Kannan  wrote:
>> > I am trying to develop a school time table system in php mysql, anybody
>> > has
>> > any headsup on the same, i was thinking about some existing scripts to
>> > take
>> > a look at.
>>
>> Not entirely clear what is meant by "time table" -- do you mean
>> schedule of classes? Important dates in the school year? or...?
>>
>> Also, what is it you want to be able to do with this? Who will be
>> using this? There are many different approaches one can take,
>> depending on what needs to happen. Hard to know what to suggest
>> without a little more info?
>
>

I modified an application that was originally set up for scheduling
conference rooms, my version was to schedule appointments at a
convention. You can grab it at https://github.com/tamouse/cdmacal  .
It is probably *way* more complex than you need, but it might give
some ideas?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php