/TimetablePlugin

A CakePHP Timetable Plugin for CakePHP 2.2.2

Primary LanguagePHPMIT LicenseMIT

Timetable Plugin Documentation

This is a CakePHP 2.2.X Plugin.

The Plugin helps you to set up a timeable for any kind of event with multipli workshops and speakers

Version 0.2

License The MIT License (MIT) Copyright (c) <2012>

Dependencies

  • CakePHP 2.2.X
  • MongoDB (You need to install the PHP MongoDB Driver)

Install

Clone this repo like

git clone git://github.com/traedamatic/TimetablePlugin.git Timetable 

in your Plugin folder

Controllers

  • TimetableAppController
  • TimetableContoller - Dashboard, Settings
  • EventsController - Veranstaltungen/Events
  • WorkshopsController - Workshop/Kurse/Vortrag
  • SpeakersController - Referenten

Models

  • Event
  • Speaker
  • Workshop

OpenSource Third Party Libaries

  • CssCrush (as plugin included)
  • MarkItUp! (as plugin included)
  • MongoDB (as plugin included)
  • HTML Kickstart
  • JQuery
  • Backbone.js

Frontend Routes

all Routes use the HTTP GET Method

Events

  • /events - returns all events
  • /events/(id) - returns a single event

Workshops

  • /workshops - returns all workshops
  • /workshops/(id) - returns a single workshop

Speaker

  • /speakers - returns all speakers
  • /speakers/(id) - returns a single speakers

Contributer

  • Nicolas Traeder aka traedamatic
  • Haithem Bel Haj

ChangeLog

0.3

  • new Model Topics. Now with description, color and name.
  • Workshop add now depends on the topics in the DB.
  • backend tables are now sortable.
  • other minor bugfixes.

0.2

  • workshop bugfixin

0.1

  • first release