[symfony-users] Which IDE do you use?

2008-09-09 Thread Sumedh
I don't think we have a feature of poll here...? Thought would help to know what are people generally using for symfony projects... I am using Eclipse PDT so far...but it's crashing every hour since yesterday...so don't know what to do... :( --~--~-~--~~~---~--~~

[symfony-users] Re: Which IDE do you use?

2008-09-09 Thread Jonathan H. Wage
Textmate and vi for everything. On Sep 9, 2008, at 1:13 AM, Sumedh [EMAIL PROTECTED] wrote: I don't think we have a feature of poll here...? Thought would help to know what are people generally using for symfony projects... I am using Eclipse PDT so far...but it's crashing every hour

[symfony-users] Unit Testing Class autoload for 1.1

2008-09-09 Thread Gareth McCumskey
Hi all, I have had a few problems in the past trying to implement as test-driven approach with symfony due to the class loading in a unit test. I found a site that offers a great way to make sure all classes are included but it seems to be for symfony 1.0: *?php require_once

[symfony-users] Re: Which IDE do you use?

2008-09-09 Thread danielwinter
I love my PhpEd - SFTP sync, SSH terminals, code folding, (symfony) code insight, code templates (with hot-keys), debugging, profiling, code navigation and completion (even for HTML tags), integrated custom CHM help files Not the cheapest but IMHO the best. On Sep 9, 4:13 pm, Sumedh [EMAIL

[symfony-users] Re: Which IDE do you use?

2008-09-09 Thread Dmitry Nesteruk
Eclipse 2008/9/9 danielwinter [EMAIL PROTECTED] I love my PhpEd - SFTP sync, SSH terminals, code folding, (symfony) code insight, code templates (with hot-keys), debugging, profiling, code navigation and completion (even for HTML tags), integrated custom CHM help files Not the

[symfony-users] Re: Which IDE do you use?

2008-09-09 Thread markus.staab
Eclipse PDT On 9 Sep., 12:35, Dmitry Nesteruk [EMAIL PROTECTED] wrote: Eclipse 2008/9/9 danielwinter [EMAIL PROTECTED] I love my PhpEd - SFTP sync, SSH terminals, code folding, (symfony) code insight, code templates (with hot-keys), debugging, profiling, code navigation and

[symfony-users] Re: One click installer for symfony

2008-09-09 Thread Ant Cunningham
alexander lind wrote: I use DarwinPorts - http://darwinports.com It makes installation of things like php, apache etc a little more bearable. You still compile things yourself with ports, but you can edit the config file if you want to change something. Its not apt-get, but its

[symfony-users] Re: Autoloading problem with Propel 1.3

2008-09-09 Thread Eric Fredj
Hi, It seems it should work fine because in SfNestedSetBuilder and SfNestedSetPeerBuilder classes, the call to addIncludes() method depends on the addInclude properties so the require() line should not be generated. http://trac.symfony-project.org/ticket/3716 Can you check your propel.ini use

[symfony-users] Re: Which IDE do you use?

2008-09-09 Thread Kris Wallsmith
Textmate and vi. I'm also going to check out the latest version of Coda. Kris On Sep 9, 2008, at 3:48 AM, markus.staab [EMAIL PROTECTED] wrote: Eclipse PDT On 9 Sep., 12:35, Dmitry Nesteruk [EMAIL PROTECTED] wrote: Eclipse 2008/9/9 danielwinter [EMAIL PROTECTED] I love my PhpEd

[symfony-users] Re: Which IDE do you use?

2008-09-09 Thread g0d br
Eclipse PDT On Tue, Sep 9, 2008 at 9:36 AM, Kris Wallsmith [EMAIL PROTECTED]wrote: Textmate and vi. I'm also going to check out the latest version of Coda. Kris On Sep 9, 2008, at 3:48 AM, markus.staab [EMAIL PROTECTED] wrote: Eclipse PDT On 9 Sep., 12:35, Dmitry Nesteruk [EMAIL

[symfony-users] Re: Which IDE do you use?

2008-09-09 Thread Tom Haskins-Vaughan
Vim Kris Wallsmith wrote: Textmate and vi. I'm also going to check out the latest version of Coda. Kris On Sep 9, 2008, at 3:48 AM, markus.staab [EMAIL PROTECTED] wrote: Eclipse PDT On 9 Sep., 12:35, Dmitry Nesteruk [EMAIL PROTECTED] wrote: Eclipse 2008/9/9 danielwinter [EMAIL

[symfony-users] Re: sf 1.1 : where has passed sfResponse parameter holder ?

2008-09-09 Thread Florian
Hello, Have you found a way to make this work ? I maybe have a solution : replace with getRequest()-getParameterHolder()- has('isicsBreadcrumbs')) On 20 août, 01:35, Dustin Whittle [EMAIL PROTECTED] wrote: Nicolas, I have run into the same issue and my solution was to extend the view

[symfony-users] Re: Extending sfGuardPlugin: problem with __toString()

2008-09-09 Thread Tom Haskins-Vaughan
I have a feeling that it has something to do with the fact that my tsmArticle.author_id field links to sf_guard_user. But surely, when I use a propel select widget and specify which class to use, it should override that? Tom Haskins-Vaughan wrote: [Using symfony 1.1] I am writing 2 simple

[symfony-users] Re: Which IDE do you use?

2008-09-09 Thread Sumedh
Thanks guys... I am not very geeky so won't be using Vim... :) ... Guys who use Eclipse PDT, could you please help me troubleshoot the issue? there is no log file generated...how can I find out problem point? I've now downloaded and configured NetBeans... On Sep 9, 6:31 pm, Eno [EMAIL

[symfony-users] Re: Which IDE do you use?

2008-09-09 Thread Tom Haskins-Vaughan
That's exactly what I thought! I wanted to use TextMate because I'd heard amazing things about it. But obviously in order to use TextMate you need a Mac. I wasn't going to shell out all that money just so that I could use one app. So I gave Vim a go. And with a few plugins, it's perfect for

[symfony-users] Re: Symfony Propel with addAsColumn

2008-09-09 Thread karol
anyone? On 7 Wrz, 19:24, karol [EMAIL PROTECTED] wrote: Hi, I've a problem with this working out: $c-addAsColumn('tagg', '(SELECT COUNT(*) FROM wzory_tagi, tagi WHERE wzory_tagi.WZOR_ID=wzory.ID AND wzory_tagi.TAG_ID=tagi.ID AND tagi.tag LIKE )'); $c-add($c-getColumnForAs('tagg'), 0,

[symfony-users] Re: Which IDE do you use?

2008-09-09 Thread Hasse R. Hansen
Im using Eclipse PDT with the symfoclipse plugin, and on smaller private projects, just the Vim editor, with some symfony enhancements On Sep 9, 8:13 am, Sumedh [EMAIL PROTECTED] wrote: I am using Eclipse PDT so far...but it's crashing every hour since yesterday...so don't know what to do...

[symfony-users] Re: sfGuard - how to implement registration

2008-09-09 Thread Sifix
Hello, Whtat I have understand is if instead of $sf_guard_user_profile = $this-form-save(); you use $sf_guard_user_profile = $this-form-getObject-save(); then you will be able to save the id you set above.. Please also take not the following post on my thread

[symfony-users] Re: Which IDE do you use?

2008-09-09 Thread Cindy Cullen
I like Coda - let's me edit, ssh, and sftp all in one. It even has reference materials built-in. On Sep 9, 2008, at 1:49 AM, Jonathan H. Wage wrote: Textmate and vi for everything. On Sep 9, 2008, at 1:13 AM, Sumedh [EMAIL PROTECTED] wrote: I don't think we have a feature of poll

[symfony-users] Re: Which IDE do you use?

2008-09-09 Thread Jacob Coby
There is a textmate clone for Windows called E. http://www.e-texteditor.com/ I don't know how good E is compared to TextMate, but TM is a great editor. I just wish it had Vim bindings :) On Sep 9, 2008, at 9:57 AM, Tom Haskins-Vaughan wrote: That's exactly what I thought! I wanted to use

[symfony-users] Re: Which IDE do you use?

2008-09-09 Thread Julien
on a MAC, I use : Coda + Versions (for svn, versionapp.com) + Changes for diffs On Sep 9, 2:13 am, Sumedh [EMAIL PROTECTED] wrote: I don't think we have a feature of poll here...? Thought would help to know what are people generally using for symfony projects... I am using Eclipse PDT so

[symfony-users] Re: Which IDE do you use?

2008-09-09 Thread Eno
On Tue, 9 Sep 2008, Sumedh wrote: I am not very geeky so won't be using Vim... :) ... A text editor is geeky? vim has the advantage of being available for almost every platform and is usually available on every Linux server Ive ever used... --

[symfony-users] Re: Which IDE do you use?

2008-09-09 Thread Eno
On Tue, 9 Sep 2008, Jacob Coby wrote: There is a textmate clone for Windows called E. http://www.e-texteditor.com/ I don't know how good E is compared to TextMate, but TM is a great editor. I just wish it had Vim bindings :) We had a co-worker using E for awhile - he switched to vim

[symfony-users] Re: How to troubleshoot eclipse

2008-09-09 Thread Steve Daniels
2008/9/9 Sumedh [EMAIL PROTECTED]: No...didn't know this one...is it good? I love it! Once you've got the php plugin installed (through Aptana's own interface) and the svn plugins it's brilliant IMHO. --~--~-~--~~~---~--~~ You received this message because you

[symfony-users] Debugging site on the prod server

2008-09-09 Thread jukea
A bad thing indeed, but... In a perfect world, you would test on the development server, and deploy on the prod server when your code is bug free. However, for various reasons (ie: error while manually syncing the prod tables with dev) , you sometimes have a working site on dev and a blank page

[symfony-users] Re: Debugging site on the prod server

2008-09-09 Thread Dmitry Nesteruk
apache log and symfony log it is enough 2008/9/9 jukea [EMAIL PROTECTED] A bad thing indeed, but... In a perfect world, you would test on the development server, and deploy on the prod server when your code is bug free. However, for various reasons (ie: error while manually syncing the

[symfony-users] Re: sf 1.1 : where has passed sfResponse parameter holder ?

2008-09-09 Thread CaffeineInc
it does support parameterHolder.. but the way you access it is different as context is now a singleton. sfContext::getInstance-getRequest()-getParameterHolder(); will work the same way. or $this-getRequest()-getParamterHolder() from your action. On Aug 19, 6:58 pm, Nicolas CHARLOT [EMAIL

[symfony-users] Re: Which IDE do you use?

2008-09-09 Thread Nicolas CHARLOT
Le 9 sept. 08 à 08:13, Sumedh a écrit : I don't think we have a feature of poll here...? Thought would help to know what are people generally using for symfony projects... I am using Eclipse PDT so far...but it's crashing every hour since yesterday...so don't know what to do... :( I'm

[symfony-users] Re: Which IDE do you use?

2008-09-09 Thread Serkan Koyuncu
@sumedh: Last month I had similar problem on my EclipsePDT (SuSE 11). I suggest you to remove all projects from eclipse and delete all .cache .settings .project file folders from each projects' root folder. Now you can create new projects. I hope it helps. By the way,

[symfony-users] Re: sf 1.1 : where has passed sfResponse parameter holder ?

2008-09-09 Thread Nicolas CHARLOT
Le 9 sept. 08 à 16:48, CaffeineInc a écrit : it does support parameterHolder.. but the way you access it is different as context is now a singleton. sfContext::getInstance-getRequest()-getParameterHolder(); will work the same way. or $this-getRequest()-getParamterHolder() from your

[symfony-users] Re : [symfony-users] Re: Which IDE do you use?

2008-09-09 Thread Loïc Vernet
Does someone use nano to edit his php files ? :) - Message d'origine De : Eno [EMAIL PROTECTED] À : symfony-users@googlegroups.com symfony-users@googlegroups.com Envoyé le : Mardi, 9 Septembre 2008, 15h31mn 34s Objet : [symfony-users] Re: Which IDE do you use? On Mon, 8 Sep 2008,

[symfony-users] new plugin: sfDB4toPropelPlugin

2008-09-09 Thread Loïc Vernet
Hi symfonians ! Just a little mail to announce the release of a new sf1.1 plugin: sfDB4toPropelPlugin DB4toPropelPlugin is a plugin that adds to symfony a new task propel:db4-to-propel that allows you to convert a DB4 schema (a DBDesigner 4 schema) into a valid propel schema.yml file. More

[symfony-users] Introducing sfExceptionFormatsPlugin

2008-09-09 Thread Kris Wallsmith
I've just released a new plugin called sfExceptionFormatsPlugin, available on symfony-projects.org. This plugin extends the request formats feature added in symfony 1.1 to include the error 500 and exception pages. With this plugin installed, any uncaught exceptions thrown will render as

[symfony-users] Re: Which IDE do you use?

2008-09-09 Thread Bernhard Schussek
Eclipse PDT I really like the powerful code completion and the easy possibiltiy to jump to the declaration of any code you use by pressing a single key. Very helpful for debugging. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[symfony-users] [Announcement]: Givvy.com goes live.

2008-09-09 Thread James
Hello Everyone. For the past 9 months my business partners and I have been working on a Giving Management System built on top of Symfony 1.0 Please check it out. It is aimed at the american charitable giving market and we hope that we will be able to take it global as well.

[symfony-users] Re: Which IDE do you use?

2008-09-09 Thread Ant Cunningham
On my Mac i use Eclipse+PDT for complex projects and Textmate/E/Kate (under their respective OSes) for lighter projects. I tried Symfoclipse for awhile but the only thing I was really using was the YAML editor. After a while it got annoyting to have to navigate through the file tree to the

[symfony-users] Re: How to troubleshoot eclipse

2008-09-09 Thread Ant Cunningham
Steve Daniels wrote: 2008/9/9 Sumedh [EMAIL PROTECTED]: I love it! Once you've got the php plugin installed (through Aptana's own interface) and the svn plugins it's brilliant IMHO. I feel the same about my Eclipse setup: PDT Subclipse Mylyn JSEclipse SQLExplorer RDT (YAML editor

[symfony-users] Re: sf 1.1 : where has passed sfResponse parameter holder ?

2008-09-09 Thread Kris Wallsmith
If you want to store a variable to the request scope in sf1.1, use the request attribute holder: sfContext::getInstance()-getRequest()-setAttribute('foo', 'bar'); Is that what you're asking? Kris On Sep 9, 2008, at 8:27 AM, Nicolas CHARLOT [EMAIL PROTECTED] wrote: Le 9 sept. 08 à 16:48,

[symfony-users] Re: Which IDE do you use?

2008-09-09 Thread Jim Barcelona
Vim 7.2 (for personal use) and Eclipse PDT (for work). Ya, I love powerful code completion, too, which is what you've also got in Vim 7.2 -- I have a quick cheat sheet for code completion and opening declarations here: http://www.codebelay.com/blog/?p=205 Cheers, Barce On Tue, Sep 9, 2008 at

[symfony-users] Re: sfGuard - how to implement registration

2008-09-09 Thread Sifix
Javo I find the solution. if you use $this-form-getObject-save(); then you will save the modied value of the object that you did using $this-form-getObject()-setUserId(1); but the other fields that were posted through the form will not be saved. So what you have to do is the following //Update

[symfony-users] Re: new plugin: sfDB4toPropelPlugin

2008-09-09 Thread Jackovson
(it seems there is a problem when installing the plugin from symfony task : php symfony plugin:install sfDB4toPropelPlugin --release=1.0.1 Installation of sfDB4toPropelPlugin plugin failed: bad md5sum for file /home/obi/public_html/dev/svn/test/fishomatic-web/branches/2.0/

[symfony-users] Re: new plugin: sfDB4toPropelPlugin

2008-09-09 Thread Jackovson
Thats a very good news ! I was allways going to http://blog.tooleshed.com/docs/dbd2propel/transform.php to transform my propel file ! Does your plugin cal output .xml file ? It should be possible to transform .yml to .xml, but maybe more efficient to directly output xml ? (maybe you can use the