Home > kohana-chacms

kohana-chacms

Kohana-chacms is a project mainly written in PHP, it's free.

Work-in-progress CMS module for the kohana 3.1 framework.

ChaCMS is an work-in-progress CMS module for Kohana 3.

Requires Kohana 3.1.x

Features

  • Made for Kohana 3.1.x
  • Jelly integration
  • Completely extendable

Installation

  • clone this repository as a module

      git submodule add git://github.com/emtou/kohana-chacms.git modules/chacms
      git submodule update --init
  • enable the module in your bootstrap

  • install my kohana-dispatcher module.

  • install the kohana-dependencies module.

Usage

todo...

Versions

  • 0.1 (2011-06-28): initial menu and menuitems
  • 0.2 (2011-07-01): use global dependency injection container and handles dummy links in menu items
Previous:js_library