Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 619 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 619 Bytes

#Requeriments

Twitter Bootstrap extension for Yii. getyiistrap

###How to configure the application

Yii-tickets is a module for Yii 1.1.5 and up.

This version it's a fork from Yii-tickets

####Using Module To use a module, first place the module directory under modules of the application base directory.


return array(

   'modules'=>array('tickets',...),
  
);

####Access Module To access a controller action in a child module, we should use the route

http://www.example.com/index.php?r=ticket/ticket/index