开发者_运维问答I have a symfony admin generator page where each row makes several function calls and, therefore, several trips to the database.
I have 2 tables, page and settings. page is just a bunch of fields, such as name and slug, and has 3 other fields for meta tags (title, keywords, description) and displays a cms page.
we are building a new website, which will reuse an existing symfony-software used by another website. I\'m moving reusable components into a plugin (\"app-plugin\"), in order to avoid duplicating code
HI! I use symfony 1.4.11. 开发者_JAVA百科In my project\'s all users ad, are available on the site only when it owner will have a premium account.The problem is that all ads are available on direct li
I use symfony 1.4.11 .I have next component class: class companiesComponents extends sfComponents { public function executeCompanylist(sfWebRequest $request) {
I have a table/class called ImportBundle. ImportBundle has an active flag that can be set to 1 or 0. On one of my admin pages I have a select field showing all the ImportBundles in my database. I开发
I have been looking at nestedSet behaviour in symfony using doctrine, to display a nestedSet hierachy in an admin module for my CMS.
I figured out how to use the php_sqlsrv_53_ts_vc6.dll drive for PHP and want Symfony to开发者_StackOverflow社区 connect to a MS SQL 2008 database.
Recently I have been struggling with the sfDoctrineGuardPlugin available for Symfony. The issue is with translation of the plugin.
I am currently working onoutputting a heirarchy in terms of a navigation menu from a nestedSet in Doctrine.