Skip to content

avillagran/kohana_rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kohana Rails

Kohana helpers and classes for use like Rails

## Required modules - Imagefly: https://github.com/avillagran/imagefly - Notice: https://github.com/loonies/kohana-notice

Installation

$ git submodule add [email protected]:avillagran/kohana_rails.git modules/kohana_rails
$ git submodule update --init

Using Controller_Application

class Controller_Site extends Controller_Application {

	public function action_index()
	{
		$view = $this->get_view(); // by default: ControllerName/ActionName -> site/index

		$this->template->content = $view; // Required
	}

}

About

Kohana module like rails helpers and classes (in-development)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages