[symfony-users] Sf 1.4 - Custom Filter - Doctrine_Core::set argument type error

2010-03-20 Thread Dennis Riedel
Hello List I use Symfony 1.4.4-DEV with Doctrine 1.2 on PHP5.3.1. I have added a custom filter to one of my backend lists. In my object´s Table class I have defined the following function: /** * Applies the document to a given query retrieving addressees to be filtered. * * @param

Re: [symfony-users] Doctrine - modify schema.yml

2010-03-13 Thread Dennis Riedel
Hi I have experienced the same, trying to remove temporalily some models from my schema.yml file. I saw, when calling doctrine:build, that it used some cached schema file instead of the one I modified. But deleting all the cache files did not help either. I hesitated from deleting my generated

Re: [symfony-users] Doctrine - modify schema.yml

2010-03-13 Thread Dennis Riedel
Maybe this helps: http://www.symfony-project.org/reference/1_4/en/A-What-s-New Clean Model Files You can automate the above process and find out what models exist on the disk but do not exist in your YAML schema files by using the doctrine:clean-model-files task. $ php symfony

Re: [symfony-users] Problem with File Upload

2010-02-23 Thread Dennis Riedel
Hello Maicol I think you are missing the binding of the submitted form. As described in the tutorial: When the user submits the form with a POST request, the bind() method binds the form with the user input data and triggers the validation mechanism. The form then changes to a *bound state*.

Re: [symfony-users] Re: Newbie problems: sfFlashMessagePlugin installation

2010-01-06 Thread Dennis Riedel
You can also create symlinks on Windows Vista and 7. On Wed, Jan 6, 2010 at 8:21 PM, Michael Smith sitecr...@gmail.com wrote: Also symfony plugin:publish-assets does a copy on windows and creates a symbolic link on *nix platforms. On Jan 6, 12:01 pm, Dineu Henrique dineu...@gmail.com wrote:

[symfony-users] Re: Symfony has definitely become too complicated framework

2009-09-19 Thread Dennis Riedel
I would make a difference: web application and web site. Joomla, Drupal and TYPO3 are great to build websites and manage static and multimedia content and adding some of the social necessities. This is all representational. All the rest that is en vogue today, (social apps) and plattforms,

[symfony-users] Re: about generator.yml

2009-09-06 Thread Dennis Riedel
Hi Abraham Did you solve your problem? I used generate-module and generate-admin to create my backend form. But it never seems to use my custom configuration that I have created in myModule/config/generator.yml. Cache was cleared... Regards, Dennis On Fri, Sep 4, 2009 at 7:57 PM, Abraham

[symfony-users] Re: about generator.yml

2009-09-06 Thread Dennis Riedel
. On Sat, Sep 5, 2009 at 11:40 PM, Dennis Riedel riedel.den...@gmail.comwrote: Hi Abraham Did you solve your problem? I used generate-module and generate-admin to create my backend form. But it never seems to use my custom configuration that I have created in myModule/config/generator.yml. Cache