Files
archived-doctrine-website/source/blog/2008-01-29-using-doctrine-with-codeigniter.md
2018-08-24 04:50:22 +01:00

475 B

title, menuSlug, layout, authorName, authorEmail, categories, permalink
title menuSlug layout authorName authorEmail categories permalink
Using Doctrine with CodeIgniter blog blog-post jwage
/2008/01/29/using-doctrine-with-codeigniter.html

If you use the PHP MVC framework, CodeIgniter, and want to use Doctrine, here is a tutorial on how to integrate Doctrine with your CodeIgniter applications. It was fairly simple and took me about 15 minutes to figure out a nice and clean implementation. The wiki page can be found here.