I\'m about to push a site I\'ve been develop开发者_StackOverflowing using Code Igniter and Doctrine live.
I am dealing with several bus routes. I want to fetch the two points closest to my departure and destination points.
I\'m using this tutorial as the basis for a Code Igniter / Doctrine based project. http://www.phpandstuff.com/articles/codeigniter-doctrine-scratch-day-3-user-signup-form
I have Doctrine query setup with mySQL as database: $q = Doctrine_Query::create(); $q->select(\'make.id, make.make,
So Doctrine is very nice so the Code Igniter is .. both are well and different things, 开发者_开发百科
Closed. This question is off-topic. It is not curre开发者_运维技巧ntly accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I am trying to check that a combination of entries across five columns (I have parent1, parent2, parent3, parent4, and parent5 all of which are integers) does not already exist in my form validation.
Update I have now go back to a previous build of doctrine and now the error is: Invalid schema element named \"Roles\" at path \"RoleResource->columns->relations\"
My Doctrine 1.2 is integrated inside CodeIgniter as a hook and I know that my char-set is utf8 with collation utf8_unicode_ci.
EDIT: This question title originally was: How does Doctrine know last inserted id in MySQL? and was related to Doctrine ORM mapper. After some digging I found out that this question is not related to