Skip to content

theshock/kohana-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Modules for kohana 3 and php 5.3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages