[symfony-users] Re: symfony Day Cologne 2010

2010-09-23 Thread Dennis Benkert
Hi, as mentioned on PHPDeveloper we have set up a discount for 50 tickets. For more information check out http://phpdeveloper.org/news/15178. See you in Cologne, Dennis 2010/8/25 Dennis Benkert spinecras...@googlemail.com Hi, this year we are organizing a symfony Day again here in Cologne

[symfony-users] [Symfony2]: Some questions about console and bundles

2010-08-31 Thread Dennis Benkert
Hi, during the last days I again had the chance to take a look at Symfony2 again. After some search through the mailing list and the documentation I have some questions that came to my mind and the answers may be helpful for others, too. The console script is always located in a specific

Re: [symfony-users] [Symfony2]: Some questions about console and bundles

2010-08-31 Thread Dennis Benkert
2010/8/31 Fabien Potencier fabien.potenc...@symfony-project.com On 8/31/10 8:11 AM, Dennis Benkert wrote: Hi, during the last days I again had the chance to take a look at Symfony2 again. After some search through the mailing list and the documentation I have some questions that came to my

Re: [symfony-users] [Symfony2]: Some questions about console and bundles

2010-08-31 Thread Dennis Benkert
I should have guessed to take a look the the symfony-docs repository... Thanks a lot! 2010/8/31 Fabien Potencier fabien.potenc...@symfony-project.com On 8/31/10 2:21 PM, Dennis Benkert wrote: You only need one application per project. The CLI will probably change a lot (as we

[symfony-users] symfony Day Cologne 2010

2010-08-25 Thread Dennis Benkert
Hi, this year we are organizing a symfony Day again here in Cologne, Germany on 8th October. As last year the conference will be one day long with a sessions and a workshop track. Speakers for this year will be Fabien Potencier, Jonathan Wage, Kris Wallsmith, Pierre Joye, Christian Schaefer and

Re: [symfony-users] Re: memory leaks... just keep on leaking

2010-04-12 Thread Dennis Benkert
Richard U richard@gmail.com: I am uploading a csv file.. i require looping over each row... the data in each column has to be processed individually and allocated to the right table... On Mon, Apr 12, 2010 at 3:56 PM, Dennis Benkert spinecras...@googlemail.com wrote: Although I am

Re: [symfony-users] Re: memory leaks... just keep on leaking

2010-04-12 Thread Dennis Benkert
... but its clear to see the memory going up Don't know what this will tell you that i haven't already On Mon, Apr 12, 2010 at 5:28 PM, Dennis Benkert spinecras...@googlemail.com wrote: So, how big are these CSV files? How many lines are you processing and can you tell us how many entries

Re: [symfony-users] Re: memory leaks... just keep on leaking

2010-04-11 Thread Dennis Benkert
Although I am pretty sure you are frustrated there is no reason to show disrespect to other people. Christian's point is that we cannot help you without getting some information about your specific problem. Maybe you can provide some code sample that show us your memory problems. Also

Re: [symfony-users] Fabien's Symfony 2 presentation now available as a video

2010-02-22 Thread Dennis Benkert
Thanks for uploading it! 2010/2/22 Ben Haines ben.hai...@gmail.com: Sorry for the delay in getting this up. HD (720p) uploads to Vimeo.com kept failing. So here is a lower resolution version. Enjoy and of course thanks to all Symfony devs and sflive2010 organisers!

Re: [symfony-users] /lib/vendor

2010-02-21 Thread Dennis Benkert
Hi Thierry, you can change the file structure (as described here: http://www.symfony-project.org/jobeet/1_4/Doctrine/en/22#chapter_22_customizing_the_directory_structure) _but_ I would not recommend it. Especially when you start using symfony I would recommend sticking to the default structure.

Re: [symfony-users] Re: sflive2010 Symfony Core Dev QA session

2010-02-18 Thread Dennis Benkert
Great, thanks! - Dennis 2010/2/17 Ben Haines ben.hai...@gmail.com: Absolutely... as I get to upload them. Unfortunately power is scarce a the conference and handbrake doesn't run that fast on my Mac ;) I'll have uploaded them all by the end of the week. On 17 Feb, 14:56, Dennis Benkert

Re: [symfony-users] sflive2010 Symfony Core Dev QA session

2010-02-17 Thread Dennis Benkert
This is great, thanks very much for sharing this! Will you provide more of them in the days? - Dennis 2010/2/17 Ben Haines ben.hai...@gmail.com: After Stefan Koopmanschap's talk about community on Saturday at sflive2010 I feel compelled to give something back ;) So here is the Symfony Core

Re: [symfony-users] CSRF Attacks

2009-12-10 Thread Dennis Benkert
This also works with symfony 1.2 :) Am 11.12.2009 um 08:41 schrieb Alexandru-Emil Lupu gang.al...@gmail.com: if you are using sf 1.2 then you just need to set that csrf_secret ... On Fri, Dec 11, 2009 at 9:38 AM, DEEPAK BHATIA toreachdee...@gmail.com wrote: Hi, In the symfony

Re: [symfony-users] Doctrine release in Symfony

2009-11-25 Thread Dennis Benkert
Take a look at the Doctrine.php file based in the lib/vendor/symfony/ plugins/sfDoctrinePlugin folders. It holds the doctrine version as class constant iirc. - Dennis Am 25.11.2009 um 18:41 schrieb tirengarfio tirengar...@gmail.com: Hi, is there any way to see what is my Doctrine release

[symfony-users] Will there be a social event at symfony live 2010?

2009-10-12 Thread Dennis Benkert
Hi everybody, I just wanted to ask if there are any plans for doing a social event at symfony live 2010? If not, maybe it would be possible to organize one. greetings, Dennis --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[symfony-users] Re: difference between 'new' and 'create' methods generated by sfDoctrineRouteCollection

2009-10-07 Thread Dennis Benkert
Exactly. :) - Dennis Am 08.10.2009 um 03:57 schrieb Eno symb...@gmail.com: On Wed, 7 Oct 2009, Ashok wrote: What is the main difference between 'new' and 'create' methods generated by sfDoctrineRouteCollection? Where and when should I use one of the other? Explanation with an example

[symfony-users] symfony Usergroup Cologne

2009-10-05 Thread Dennis Benkert
Hey everyone, for all those who haven't read it on the community list yet. I have created a mixxt community at http://symfony-usergroup-cologne.mixxt.de for organizing a symfony usergroup in the Cologne, Germany area. Everybody who wants to join us is very welcome (this includes people from

[symfony-users] Re: symfony based shopping carts - hate to reinvent the wheel

2009-08-25 Thread Dennis Benkert
Or create a plugin from your code so that everybody can use it. :) - Dennis Am 26.08.2009 um 06:56 schrieb Eno symb...@gmail.com: On Mon, 24 Aug 2009, Davinder Mahal wrote: Yah, i know it's easy but why reinvent the wheel each time. If you've done it once it should be easy to re-use it.

[symfony-users] Re: Routing Question: Optional url parameter in the middle?

2009-08-25 Thread Dennis Benkert
Hi Daniel, afaik you can't do this using one route. But without knowing more about your project, how about using a category called 'uncategorized' which will be the default one if non is chosen? This way you can use one route and urls would be like /library/legal/document2.pdf and if no

[symfony-users] symfony Day Cologne

2009-07-13 Thread Dennis Benkert
Hey everybody! symfony Day Cologne will be the first symfony conference in Germany. One day, international speakers, a workshop, and a party. There will be talks given by various members of the symfony community, plus a workshop for beginners. The conference, both talks and the workshop, will be

[symfony-users] Re: symfony textmate bundle

2009-04-17 Thread Dennis Benkert
to ask you if it's possible to integrate Doctrine command in the future ? Thank you On 26 mar, 11:54, Dennis Benkert spinecras...@googlemail.com wrote: I just pushed the first preview of the bundle (codename 'conductor's baton') to github (http://github.com/denderello/symfony-tmbundle/tree

[symfony-users] Re: How to use cli task command in linux cron?

2009-04-08 Thread Dennis Benkert
afaik you can just execute /path/to/symfonyproject/symfony clearActiveUsers. The symfony file in your project is already doing the path correction. - Dennis 2009/4/8 xhe hexuf...@gmail.com: Don't know if you have ever met this issue. I want to run sym1.2 task from cron cli environemnt, in

[symfony-users] Re: symfony textmate bundle

2009-03-26 Thread Dennis Benkert
I just pushed the first preview of the bundle (codename 'conductor's baton') to github (http://github.com/denderello/symfony-tmbundle/tree/master). Everybody is invited to give feedback about the features, usage, etc. Happy coding, Dennis 2009/3/24 Dennis Benkert spinecras...@googlemail.com

[symfony-users] Re: symfony textmate bundle

2009-03-24 Thread Dennis Benkert
Hey all, I just wanted to inform you about the state of the bundle. I did some refactoring on the tab shortcuts and they are much shorter now. To give you a little teaser I will list some of them: 'gro' + tab: will produce $this-getRoute()-getObject(); 'gp' + tab: will produce

[symfony-users] Re: symfony textmate bundle

2009-03-24 Thread Dennis Benkert
menu. - Dennis 2009/3/24 Jacob Coby jc...@portallabs.com: On Mar 24, 2009, at 11:04 AM, Dennis Benkert wrote: Hey all, I just wanted to inform you about the state of the bundle. I did some refactoring on the tab shortcuts and they are much shorter now. To give you a little teaser I will list

[symfony-users] symfony textmate bundle

2009-03-12 Thread Dennis Benkert
I'm going to take over the maintenance of symfony's textmate bundle to add and update some features. For this I would ask everybody who is using textmate to give me some feature request. From the discussion on the developers list (http://groups.google.com/