Tagged Questions

0
votes
1answer
21 views

Getting Doctrine to use MySQL “FORCE INDEX”

I have a query in Doctrine's DQL that needs to be able to use MySQL's "FORCE INDEX" functionality in order to massively reduce the query time. Below is what the query basically looks like in plain …
0
votes
1answer
27 views

Switch symfony 1.4 from doctrene to propel

How can I properly switch the newly installed Symfony 1.4 framework from Doctrine (that it is configured for by default) to Propel?
0
votes
2answers
45 views

Doctrine ORM JOINS

I have a few simple classes, all extending Doctrine_Record. Now I want to make a slightly more complex query with Inner Join, not just table data extracting. I am doing to use DQL, does this oblige …
1
vote
1answer
27 views

Symfony : How to use widgets with i18n forms in backend (doctrine)

Hi everybody. I can not manage to have both i18n and tinyMCE widgets on internationalised fields. If i put both, i will have internationalised fields for all my objects' fields, but no tinyMCE for …
0
votes
2answers
32 views

Doctrine ORM - Implement self-relations

Hi everyone! Can anyone give me an example of how to implement a class self-relation? Thanks in advance, Best regards!
0
votes
2answers
26 views

Doctrine quoting apostrophes

I am using Doctrine ORM for php and Zend MVC. I have a mysql database. When I insert into the database it is escaping quotes. In other-words when I enter <input name="customer_name" …
0
votes
1answer
15 views

Doctrine - schema.yml error

Hi there! I have the following schema.yml file: Page: actAs: I18n: fields: [name,html,urlShortDesc] columns: name: string gender: type: enum values: [html, …
0
votes
1answer
17 views

Doctrine Load Module Exception

Hello all, I'm new to doctrine. I created an bootstrap file like the following one: require_once(dirname(__FILE__)."/../conf/general.php"); …
0
votes
3answers
75 views

Doctrine schema.yml generator

Hi, I am pretty new to doctrine. I made two small projects with doctrine for my own but now I am about to create big project for my client. The project will have more than 50 tables. Is there any way …
0
votes
1answer
36 views

PHP Doctrine Validation

Hi, I'm using doctrine and trying to validate some models. I have the following in my YAML schema: User: package: User columns: username: type: string notnull: true …
0
votes
0answers
41 views

How to make Doctrine delete table prefixes from class names?

Hello, I'm using Doctrine 1.1.5 and I'd like to know if there is some option for remove table prefix from files and class names when calling Doctrine::generateModelsFromDb or …
0
votes
1answer
23 views

What does mutators and accessors do in Doctrine?

In this document, it explains how to use mutators and accessors in Doctrine, but does not explain what they are. Could anyone explain what mutators and accessors do and what they are? Thanks in …
0
votes
1answer
52 views

What’s the best way to make small schema updates with Doctrine/Symfony?

What's the best way to make small schema updates to your symfony/doctrine application? My issue is, I'm working on a new side-project and occasionally find myself adding a new column here, a new …
0
votes
4answers
59 views

Tracking the views of a given row

Hi there, I have a site where the users can view quite a large number of posts. Every time this is done I run a query similar to UPDATE table SET views=views+1 WHERE id = ?. However, there are a …
0
votes
2answers
32 views

How does one call the down method for a Doctrine migration in Symfony 1.2?

I am using Symfony 1.2 with the sfDoctrinePlugin. I couldn't find any command to call the down method on a migration, neither the documentation suggests any related arguments to the existing doctrine …

1 2 3 4 5 8 next
15 30 50 per page