syte-yii Syte as a Yii Framework Module

  1. Requirements
  2. Usage
  3. Resources

This is the Syte project as a Yii Framework Module

Requirements

PHP OAuth extension

Usage

  • Download the package here
  • Unpack it and copy the syte folder to your_web_app/protected/modules/
  • Add the syte module to modules array in the your_web_app/protected/config/main.php
  • Add to components array:
array(
 'components' => array(
   'syte' => array(
     'class' => 'syte.components.SyteApplicationComponent',
   ),
 ),
);
  • Open http://localhost/your_web_app/?r=syte and follow the installation instructions

Resources

Syte - https://github.com/rigoneri/syte/

4 0
9 followers
0 downloads
Yii Version: 1.1
License: (not set)
Category: Others
Developed by: TXGruppi
Created on: Jul 26, 2012
Last updated: 11 years ago