PHP

A simple PHP application that demonstrates the use of MVC pattern

Submitted by techexpert on
Hi everyone, Over the last few days I've been trying to get a better idea of what MVC pattern is, how it's different from other patterns (ie 3-tier "view-data-logic pattern) and how in the world do you apply it in order to develop websites in PHP. So after some help from few people at www.stackoverflow.com and other websites I mocked up my very own little PHP app, that demonstrates my

Scheduling System

Submitted by may ann on
This is a system called Online Scheduling System made as one of the requirements in school.. uses Sessions for logging in and out [user authentication]. Has Add, View, Edit, delete information related to scheduling such as room, subjects, course, teacher.. etc.. Has a functionality to add, view and delete schedules.