Welcome Guest, Not a member yet? Register   Sign In
Drop-in PHP Doctrine plugin
#1

[eluser]Nick Husher[/eluser]
CI-Doctrine - built for Doctrine 1.0 (included in package)

A colleague of mine recently turned me on to Doctrine, an Object-Relational Mapper for PHP5. There are plenty of great resources that explain exactly what using an ORM gets you, but for me it boils down to being able to transparently serialize objects into my database in a human-understandable way.

The problem is that Doctrine didn't really have CodeIgniter in mind when it was developed, so it can be a little difficult and confusing to install it in such a way as to be maintainable and comfortable to use for a CI developer. I read the Wiki article, which is a little dated (for version 0.1 rather that version 1.0), and requires hacking of core CodeIgniter files. I also found a helpful blog entry, which migrates any core hacking out into a hook, but it still required some configuration and couldn't be selectively disabled on some pages (not every page needs that kind of page overhead). I want drop-in-and-go ease, and flexibility.

So, I developed my own solution in the form of a CI plugin. It grabs information from the database.php configuration file, just like the hook, but is as simple as dropping it into your CI plugins directory and writing your schema file.

The Readme file follows:


Messages In This Thread
Drop-in PHP Doctrine plugin - by El Forum - 12-03-2008, 11:09 AM
Drop-in PHP Doctrine plugin - by El Forum - 12-03-2008, 11:18 AM
Drop-in PHP Doctrine plugin - by El Forum - 12-05-2008, 01:06 PM
Drop-in PHP Doctrine plugin - by El Forum - 12-05-2008, 01:12 PM
Drop-in PHP Doctrine plugin - by El Forum - 02-04-2009, 03:14 AM
Drop-in PHP Doctrine plugin - by El Forum - 02-16-2009, 03:48 AM
Drop-in PHP Doctrine plugin - by El Forum - 03-24-2009, 08:58 AM
Drop-in PHP Doctrine plugin - by El Forum - 03-24-2009, 09:21 AM
Drop-in PHP Doctrine plugin - by El Forum - 03-24-2009, 09:29 AM
Drop-in PHP Doctrine plugin - by El Forum - 03-24-2009, 09:41 AM
Drop-in PHP Doctrine plugin - by El Forum - 03-24-2009, 09:51 AM
Drop-in PHP Doctrine plugin - by El Forum - 03-24-2009, 09:57 AM
Drop-in PHP Doctrine plugin - by El Forum - 03-24-2009, 10:10 AM
Drop-in PHP Doctrine plugin - by El Forum - 04-08-2009, 03:29 PM
Drop-in PHP Doctrine plugin - by El Forum - 04-26-2009, 11:21 AM
Drop-in PHP Doctrine plugin - by El Forum - 05-03-2009, 03:38 AM
Drop-in PHP Doctrine plugin - by El Forum - 05-03-2009, 05:34 AM
Drop-in PHP Doctrine plugin - by El Forum - 05-16-2009, 02:55 AM
Drop-in PHP Doctrine plugin - by El Forum - 09-21-2009, 08:01 AM
Drop-in PHP Doctrine plugin - by El Forum - 09-21-2009, 08:08 AM
Drop-in PHP Doctrine plugin - by El Forum - 09-21-2009, 08:23 AM
Drop-in PHP Doctrine plugin - by El Forum - 09-21-2009, 08:38 AM
Drop-in PHP Doctrine plugin - by El Forum - 09-21-2009, 08:49 AM
Drop-in PHP Doctrine plugin - by El Forum - 09-24-2009, 08:45 AM
Drop-in PHP Doctrine plugin - by El Forum - 10-10-2009, 02:58 AM
Drop-in PHP Doctrine plugin - by El Forum - 10-29-2009, 04:27 PM
Drop-in PHP Doctrine plugin - by El Forum - 10-30-2009, 07:53 AM
Drop-in PHP Doctrine plugin - by El Forum - 11-03-2009, 10:34 AM
Drop-in PHP Doctrine plugin - by El Forum - 11-30-2009, 04:25 AM
Drop-in PHP Doctrine plugin - by El Forum - 06-19-2010, 11:43 PM
Drop-in PHP Doctrine plugin - by El Forum - 05-25-2011, 06:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB