doctrine
Is it possible to refactor executing tests with include_partial?
For example I have: public function executeTestOne(sfWebRequest $request) { $this->value = Doctrine::getTable(\'Test\')->createQuery(\'a\')->where(\'id = ?\', $request->getParameter(\'id\[详细]
2023-04-02 02:28 分类:问答Manage ACL with Zend Framework and Doctrine 2
Does anyone know how to deal with ACL and Doctrin开发者_运维技巧e 2 inside a Zend Framework 1.11.10 Project ?[详细]
2023-04-02 01:57 分类:问答url_for or link_to in backend with admin generator Symfony
in backend_dev i generated with admin generator module News: local开发者_StackOverflow社区host/backend_dev.php/news/2/edit[详细]
2023-04-02 00:19 分类:问答copy/archive object in database - Symfony
i would like make copy if i add and edit News. class News extends BaseNews { public function postSave(){[详细]
2023-04-01 20:29 分类:问答symfony doctrine:generate-migrations-diff not creating version file
I already did some migrations with symfony 1.4, but for some reason, it\'s no longer working. I have my OLD model, and i added a brand new table to my schema.yml.[详细]
2023-04-01 18:13 分类:问答sfValidator for compare password sha1
I would like make login panel based on Symfony/Doctrine validators. I found somethings: new sfValidatorSchemaCompare(\'password\', sfValidatorSchemaCompare::EQUAL, \'password_again\')[详细]
2023-04-01 12:38 分类:问答Problem with sfValidatorDoctrineChoice
The code is: $query = Doctrine_Core::getTable(\'Users\')->createQuery(\'u\') ->select(\'u.email\')[详细]
2023-04-01 12:08 分类:问答symfony/doctrine special query (MAX) with Doctrine_Query::create()
I am trying to add a new query to my app and I\'m stuck a bit. I also don\'t really know what to use as search term, so I\'m stuck.[详细]
2023-04-01 12:04 分类:问答How to get a Doctrine2 result object as an associative array?
I have a simple entity which is a table holding my user data and I want to fetch all columns of a specific user as an arr开发者_JAVA技巧ay and then json_encode them but what I get is an entity object[详细]
2023-04-01 11:15 分类:问答add clause WHERE for admin generator
I generated with Admin generator this: abstract class autoNewsActions extends sfActions { public function preExecute()[详细]
2023-04-01 07:42 分类:问答