doctrine
template for FORM in Symfony with admin generator
I generated admin doctrine in Symfony 1.4. I use generator.yml. I would like edit template for form. I know that it is in cache. I copy this for backend, but there doesnt have $form.[详细]
2023-04-01 07:17 分类:问答Doctrine Set Case When
Is it possible to write in Doctrine the following SQL query? UPDATE Inventory SET a = CASE WHEN a=id THEN NULL ELSE a END,[详细]
2023-04-01 04:01 分类:问答30 days in Doctrine Symfony
i would like add clause where - max 开发者_JS百科30 days from now. in database i have timestamp: 2011-08-30 20:29:35[详细]
2023-04-01 01:04 分类:问答Problem with pear after upgrading php
I upgraded the WAMP from php 5.3.0 to php 5.3.5 now I\'m having a problem with pear that I just cant\' solve[详细]
2023-03-31 20:26 分类:问答save for two table - doctrine and symfony
i have two table: News: id title body and NewsCopy: id title body if i add new News i would like also add this same all data for table NewsCopy?[详细]
2023-03-31 18:54 分类:问答symfony doctrine:build --all
I have started to learn symfony and I am a little bit confused. In \'practical symfony\' they explain symfony doctrine:build --model, symfony doctrine:build --sql and symfony doctrine:insert-s开发者_如[详细]
2023-03-31 15:24 分类:问答PHP extension works from browser not from CMD
I\'m still struggling integrate APC with EasyPHP for testing Doctrine + CI. Installed APC configured php.ini[详细]
2023-03-31 13:08 分类:问答PHP reference to static method
I\'m doing something like that on my project: use Doctrine\\ORM\\EntityRepository; class ArticlesType extends AbstractType {[详细]
2023-03-31 09:40 分类:问答Two forms in one module
I would like to modify two forms in one page. I generated a module with Doctrine. I have: public function executeEdit(sfWebRequest $request)[详细]
2023-03-31 05:01 分类:问答CodeIgniter and Doctrine models
I´m having problems understanding some basic strategies using doctrine 2 in codeIgniter 2 development.[详细]
2023-03-31 02:04 分类:问答