Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmtrs/bliigmodule
Bliig blog engine as a yii module.
https://github.com/dmtrs/bliigmodule
Last synced: about 2 months ago
JSON representation
Bliig blog engine as a yii module.
- Host: GitHub
- URL: https://github.com/dmtrs/bliigmodule
- Owner: dmtrs
- Created: 2011-05-12T09:45:48.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-12T20:36:07.000Z (over 13 years ago)
- Last Synced: 2024-04-20T19:41:02.127Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 1.33 MB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
bliigModule
===========
Yii module to use the bliig blog engine###Details
This initial was a idea of [phpnode](http://www.yiiframework.com/user/22573/) when talking about the bliig engine.
The idea is to have a small blog engine to be easily added to your yii web application.###Installation
Access thewebapp/protected/modules/
folder in your applicatio. If not exists create it.
Use git or donwload the module and extract it there. So you must have something likewebapp/protected/module/bliigModule/
Rename the folder if you like for example to
bliig
and declare it to theprotected/config/main.php
array(
'bliig'=>array(
'components'=>array(
'db'=>array(
'connectionString' => 'sqlite:'.dirname(__FILE__).'/../modules/bliig/data/blog.db',
'tablePrefix'=>'tbl_',
),
),
),
),
......
); ?>
###History
####Version 0.1
- Gii generated module
- Copied controllers/views and models from the bliig project