Skip to content

AlexNaupay/CodeIgniter-2-with-Doctrine-2

 
 

Repository files navigation

This is a simple CodeIgniter 2 installation with Doctrine 2. It contains sample models in application/models/Entity and usage examples in application/controllers/welcome.php.

Dev Mode

Dev mode is disabled by default, but you can enable it by setting $dev_mode = true; in application/libraries/Doctrine.php. This will auto-generate proxies and use a non-persistent cache (ArrayCache). Remember to turn dev mode off for production!

For more information on how to configure Doctrine, read Integrating Doctrine 2 with CodeIgniter 2

About

A simple installation of CodeIgniter 2 with Doctrine 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.4%
  • PHP 47.9%
  • Other 0.7%