Hi I\'m using Doctrine as my ORM for my Zend App. I was looking at exporting a query to a csv file however I get the following output
I\'m in the process of writing a small/basic CMS system using Symfony 1.4 and Doctrine. I have a several models, mainly for user management, with a couple of others to list products etc. I have creat
I am storing data for lap times in a database, the data consists of a distance, time, average speed and max speed.
Hello Ive been working with doctrine 1.2 lately and do aliot of work from the command line.The 开发者_开发知识库problem is that when Im working on a project I change my schema alot at first.This would
I generated new project in Symfony and I used Doctrine: expires_at:{ ty开发者_开发问答pe: timestamp, notnull: true }
i have: public function executeTest(sfWebRequest $request) { $query = Doctrine_Query::create() ->from(\'Messages\')
After working hard in my ZF/Doctrine integration I\'m having a problem \"translating\" my previous Zend_Db work into Doctrine. I used generate-models-db to create the models and I did got to access so
i have table in mysql: id | num1 | num2| num 3| num3| num5| 1| 6| 3| 4| 2| 1| $num = num2; $val = 2; $id = 2;
I\'m having a little issue with Doctrine.Im getting the following error: PHP Fatal error:Uncaught exception \'Doctrine_Connection_Exception\' with message \'Couldn\'t get last insert identifier.\'
Can som开发者_运维知识库eone tell me how to get all entities of one type which are marked with \"EDIT\" ACL permission?