I do have a table called \"tax\" with two column \"id | tax_value\". I can list the table with an foreach very well.
I can\'t seem to find any mention in the Doctrine documentation on how to check if an entity has an existing relationship to another entity:
I am with the follow problem, when i try to return an response from doctrine to my client using Zend_Xmlrpc, i got this message Failed to parse response, the answer in question is an bidimentional arr
I\'m working with Doctrine 1.2 in Symfony 1.4 on PHP5.3. I have a database, in which events have multiple start datetimes (1:n) and types (n:m).
iv\'e got a problem to receive a complete array (with all the data of the embedded childs collections and objects) of my document. My document looks exactly like this one:
i want to insert multiple rows in a loop using d开发者_开发知识库octrine 2.. i usually insert 1 record using this:
I\'m using Doctrine 1.2.3 in my application and I am trying to create a PDF report based on the following tutorial http://devzone.zend.com/article/12492-Creating-PDF-Documents-with-Zend-Framework usin
In Diem CMS I would like to do a conditional statement that would exclude some articles based on the tag model
I\'m using Doctrine 2 ORM and I have this problem. I have three Entities, Address, Location and OrganizationalUnit.
I have a set of objects in a DB which can have a number of boolean flags associated with them. The flags will be pre-defined but may flags may be added or removed later. I could store them in a tabl