Skip to content

AlexKupreev/kohanut-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kohanut Core

This is just the module for the cms. See bluehawk/kohanut for the whole application, the documentation is on the website.

+++

This fork is the port of Kohanut core for Jelly modelling system. Also Jelly-Auth Kohana 3 authentication module applied for user management (but all its possibilities are not implemented yet).

This modification depends on such Kohana 3 modules as

Here the example of my bootstrap Kohana::modules(), order of includind matters:

Kohana::modules(array(
    'database'    => MODPATH.'database',
    'jelly-mptt'  => MODPATH.'jelly-mptt',
    'kohanut'     => MODPATH.'kohanut', 
    'jelly-auth'  => MODPATH.'jelly-auth', 
    'auth'        => MODPATH.'auth',
    'jelly'       => MODPATH.'jelly',
    ));

About

This is just the module for Kohanut, please see bluehawk/kohanut for the whole package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.9%
  • PHP 35.1%