Skip to content

nsetru/local_courseattendancesilex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course Attendance Silex Plugin

Description:

The plugin uses php microframework- Silex(http://silex.sensiolabs.org/) and templating engine- Twig(http://twig.sensiolabs.org/)

**************** Silex *****************************

Install Silex on Windows

{"require": { "silex/silex": "~1.2", }}


************* Twig ********************************** http://twig.sensiolabs.org/doc/installation.html

Install Twig on Windows with XAMPP

--- Install Twig using composer -----

  1. Install Composer in your project: curl -s http://getcomposer.org/installer | php

  2. Create a composer.json file in your project root: { "require": { "twig/twig": "1.*" } }

  3. Install via Composer php composer.phar install


************ Functionality Description ************

  • Site Administration->local->Course Attendance

  • index.php : redirects to app.php
  • app.php : contains modular functions to perform different actions
  • twiglib.php :

About

Moodle local plugin that allows tutors to take attendance. Developed using Silex php microframework and twig template engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages