I have models that extend Doctrine_Record, and are directly mapped to one specific record from the database (that is, one record with given a given id, hardcoded statically in the class).
I have the following SQL query: select bank.* from bank join branch on branch.bank_id = bank.id join account a on a.branch_id = branch.id
I have many-2-many relation between Property and Feature. I have to extract results from Property table, but only if both or more Features are related.
I\'m trying to build a model for content pages on my site, and i gave it a self reference named \'Related Page\'. Now if i build my models and try to create a new page in the admin generator everythin
I am attempting to encrypt certain database fields by adding a call to mysql AES_ENCRYPT (and AES_DECRYPT) using Doctrine DQL Hooks.
I just started out with Doctrine and it has been awesome so far. I have a little challenge though. class TestTable extends Doctrine_Table
I\'ve seen plenty of comparisons of Doctrine vs Propel, but none of them has actually convinced me to choose Doctrine over Propel.
I played a lot with Doctrine 1.2. Creating and deleting records are no problem anymore ;). But sometimes i have empty records 开发者_Go百科in my database. Every field is set to NULL. I have the feelin
I\'hv got a problem when I am using foreach in smarty, an array with 2 item was loop in a foreach, but the result is it loop 3 time.
I\'m trying out symfony so i started installing it on a remote mashine thru ssh (normal user, no root access)