I have created Zend_Auth adapter implementing Zend_Auth_Adapter_Interface (similar to Pádraic\'s adapter) and created simple ACL plugin. Everything works fine with default session handler. So far, so
I rea开发者_JAVA技巧d so many post and I found many variations about how to get save to insert vs update but couldn\'t find something that would work for me.
Is there an equivalent to Rails-like polymorphic associations in Doctrine? I\'m trying开发者_如何学运维 to do something similar to: http://railscasts.com/episodes/154-polymorphic-associationYes, sort
I\'ve got a Doctrine table with the Searchable behavior enabled. Whenever a record is created, an index is made in another table. I have a model called Entry and the behavior automatically created th
开发者_开发问答I\'m using symfony with doctrine and I make a registration form. Email field is declared unique and if I set it to already existing one, I get the message An object with the same \"emai
I\'m working on web app based on CodeIgniter/Doctrine. I\'ve tested several auth libraries, but all of them use ActiveRecord. Is there a plugin/library that uses Doctrine, or can be adapted开发者_开发
I have a couple of tables (mySQL) that i would like to update with the help of Doctrine. The products table id is auto-incrementing, and here\'s a brief description on what I would like to do:
I am working with a CMS-type site in Symfony 1.4 (Doctrine 1.2) and one of the things that is frustrating me is not being able to store HTML pages in YML fixtures. Instead I have to create SQL backups
Is it poss开发者_如何转开发ible to have multiple slugs on one table in Doctrine? I tried this in my yaml-file:
I\'am writing a migration in Doctrine and开发者_如何转开发 i have to add a autoincrement to a column, but i don\'t find any information to do so via the changeColumn-method.$options = array(\'auto_inc