From 61640ef7ce076955e07fae0c23b7db0fe64b79d0 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 30 Oct 2010 12:08:28 +0200 Subject: [PATCH] Add Note that this is not a holy-grail but may need adjustments for other versions --- cookbook/en/integrating-with-codeigniter.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cookbook/en/integrating-with-codeigniter.txt b/cookbook/en/integrating-with-codeigniter.txt index 23165176a..e058ec6b9 100644 --- a/cookbook/en/integrating-with-codeigniter.txt +++ b/cookbook/en/integrating-with-codeigniter.txt @@ -1,5 +1,9 @@ This is recipe for using Doctrine 2 in your [CodeIgniter](http://www.codeigniter.com) framework. +> **NOTE** +> +> This might not work for all CodeIgniter versions and may require slight adjustments. + Here is how to set it up: Make a CodeIgniter library that is both a wrapper and a bootstrap for Doctrine 2.