Here is my configuration: Ubuntu 9.04 Apache 2 MySql Php 5.3.3-0 Zend Framework 1.11开发者_开发知识库.1
Does Doctri开发者_StackOverflowne automatically prevent SQL injection? Is the following code secure?
I use a FormFilter on a class of my model, and it\'s very useful to me. But I need a feature that does not seem to exist.
I\'m not sure if this is a bug, but it sure seems like one to me. When I generate migrations using generate-migrations-diff involving tables that have foreign keys in Symfony, the migrations that res
Tables: Product: [id, name, brand_id, is_published] Brand: [id, name, is_published] Awards: [id, name] ProductAwards [product_id, award_id]
I want to fetch some entitie开发者_如何转开发s with a part of their associations eager loaded.
in my Symfony project I would use a new strategy for manage the data form. I don\'t want use the Symfony Form object, but I want use the model to build them.
Whats the way to unit test Doctrine 2 models? I am using it with Zend Framework 1.11. It has Zend_Test which uses PHPUnit. I think the right thing to use is PHPU开发者_运维技巧nit_Extensions_Database_
I\'m having an annoying problem. I\'m trying to find out what fields of a form were changed, and then insert that into a table. I managed to var_dump in doUpdateObjectas shown in the following
I have a symfony module for my GenericImport class. Rather than the default method symfony uses for the list page, I want to use GenericImportTable::getQueue(). I thought the following would work but