Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 612 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 612 Bytes

Kohana 3 modules repository

Here you can see my modules for Kohana 3. All modules require PHP 5.3 or higher. They don't work with PHP 5.2!

Comments

Based on build-in ORM and Auth modules for commenting any model. Just add this in your article view: Comments::render($article); Comments::form($article);

LessCSS

Easy LessCSS compiler LessCSS::compileAll();

Markdown

Easy Markdown compiler $markdown_text = Markdown::parse($text);

ORM Materialized Path

Easy building trees in MySQL using Materialized Path technique