mirror of
https://github.com/doctrine/doctrine-website.git
synced 2026-03-23 22:32:11 +01:00
475 B
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.