Skip to content

ninjapenguin/kohana-Doctrine-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Doctrine integration module for Kohana

Very simple module allowing for integration of Doctrine ORM library into the Kohana framework

  • Provides extension to Profiler in order to show Doctrine activity
  • Registers own autoloader so that Doctrine models (autogenerated) (not suffixed with _Model) will be loaded from model dirs (obeying Kohana's cascading filesystem)

Usage

Simply place the doctrine directory in your modules dir and enable it as a module in your app configuration file

Future Work

I plan to integrate the future ideas into the module:

  • Provide CLI interface for module, schema auto-generation
  • Integration with Unit Testing suite and migrations
  • Caching

Support

matt@ninjapenguin.co.uk

About

Bundles Doctrine ORM library, along with integration hook and profiler extension for inclusion into Kohana

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages