I\'m not really sure I\'m using the good terms, so I\'ll try to explain my problem first. I have a cross-reference table, CompetenceCollab, containing the associations between people and their compet
Good day, I have an application written using the Symfony framework.The application works on my development server, where I have shell access.However, I am unable to load my application on my host, a
I need to display upcoming events from a database. The problem is when I use the query I\'m currently using any events with a start day that has passed will show up lower on the list of upcoming event
Is there a way to insert logic based on virtual fields into a Doctrine_Query? I have defined a virtual field in my model, \"getStatus()\" which I would ultimately like to utilize in a Where clause in
I\'m having trouble selecting a subset of data with doctrine. I have 3 tables Location Contact Contact_location
In terms of project scale, doctrine vs zend-db-table speed and performance, when should I use doctrine inside Zend projec开发者_运维知识库t, and when zend-db-table?Any ORM framework gives you benefit
I\'m using a doctrine table that has several optional relations (of types Doctrine_Relation_Association and Doctrine_Relation_ForeignKey) with other tables.
I have a doctrine update query to save my data: $customer = Doctrine_Query::create() ->update(\'Customer\')
How c开发者_C百科an I call a stored procedure using Doctrine?Doctrine doesn\'t have support for stored procedures per se. The exact method depends on doctrine version, but the best thing to do is to u
I am running Symfony 1.3.2 on Ubuntu. I need to write a batch script that can: Access the database using the ORM