Credo - Integrates Doctrine to CodeIgniter with ease |
Hello @PaulD,
I understand that the code you mentioned is much easier but for me, I just followed the specifications provided by the Doctrine ORM. What I did was I made some methods that can be called in underscore case since it is in the Style Guide of CodeIgniter such as getRepository to get_repository. I did also based my implementation from the Getting Started page of Doctrine ORM (http://docs.doctrine-project.org/project...arted.html). |
Messages In This Thread |
Credo - Integrates Doctrine to CodeIgniter with ease - by rougin - 03-20-2016, 05:30 AM
RE: Credo - Integrates Doctrine to CodeIgniter with ease - by PaulD - 03-20-2016, 06:06 AM
RE: Credo - Integrates Doctrine to CodeIgniter with ease - by rougin - 03-20-2016, 09:16 PM
RE: Credo - Integrates Doctrine to CodeIgniter with ease - by Avenirer - 03-21-2016, 02:19 AM
RE: Credo - Integrates Doctrine to CodeIgniter with ease - by rougin - 03-21-2016, 03:04 AM
RE: Credo - Integrates Doctrine to CodeIgniter with ease - by rougin - 03-24-2016, 07:11 PM
|