wikiext A Wiki extension for Yii

  1. Documentation
  2. Change Log

This extension is just a simple Wiki parser-class for Yii, extended from CodeHolic's (Creole) Wiki Markup Parser

Resources

Documentation

Requirements
  • Yii 1.0 or above
Installation
  • Extract the release file under protected/extensions
Usage

See the following code example:

Yii::import('application.extensions.wikiext.wikiext');

// or you can include it in the config/main.php file
// if needed
// ...
// 'import'=>array(
//		'application.models.*',
//		'application.components.*',
//        'ext.wikiext.*'
// )
// ...
$wiki=new wikiext();
$wiki->parse( $string );

Change Log

April 26, 2010
  • Initial release.
2 0
6 followers
869 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Others
Tags:
Developed by: imehesz
Created on: Apr 27, 2010
Last updated: 13 years ago

Downloads

show all