[symfony-users] How do I exclude a directory from config scan?

2011-06-08 Thread Jesse Greathosuse
The problem is that I have my deployment cache in my ./build folder and symfony is loading the config file from that folder every time the kernel is booted. Cannot import resource 'database_dev.yml' from '/home/jesse/ myProject/build/cached-copy/app/config/config_dev.yml'. Is there some silver

[symfony-users] Re: Reduce coupling in entities

2011-05-24 Thread Jesse Greathosuse
I've never had any success with extending entities because you always end up with a class that cant be used after you extend the entity. I see a lot of people using Base entities which is essentially the same thing as a model which an entity extends. Create a mapped super class which inherits

[symfony-users] [SF2] [forms] disabled attribute is needed -- distinction between read_only and disabled

2011-05-21 Thread Jesse Greathosuse
that there should be a way to flag a field as disabled, without making it read_only. Currently, the only way that I see of flagging a field as disabled is by making it read_only which I think there should be some distinction of purpose between the two terms. Thanks, Jesse -- If you want to report

[symfony-users] Symfony Meetup tonight in NYC with Jonathan Wage of Doctrine. Topic is his Mongo (odm) and working with Mongo and Doctrine

2010-11-18 Thread Jesse
Free Pizza and Beer/Soda will be provided. As well as door prizes! Come fill your brain and your stomach! Nov18 Thu 7:00 PM Meetup HQ 632 Broadway FLR DIEZ NY, NY 10012 More info available: http://www.meetup.com/Symfony-NYC/calendar/15221720/ -- If you want to report a vulnerability issue on

[symfony-users] Symfony now powering Startrek.com

2010-07-21 Thread Jesse
meetup group tomorrow at 7pm in manhattan. More info is provided here: www.meetup.com/symfony-nyc Live Long and Prosper Symfony community, Jesse Sanford and the NYC-Symfony user group. P.S. we got a call out on the late show (start at 7:20): http://www.nbc.com/the-tonight-show/video/thursday

[symfony-users] Symfony NYC user group

2010-01-27 Thread Jesse
I did a bit of searching and could not for the life of me find a Symfony user group in the new york metro area. So I started one. How many users on this list are interested in meeting every once in a while to discuss Symfony and related topics? http://www.meetup.com/symfony-nyc

[symfony-users] fcgi apache mod_rewrite problems aka No Input file specified.

2009-10-22 Thread Jesse
So we have the following problem when trying to switch over to fcgi rather than mod_php I can get all normal symfony routes etc working fine. The only issue is when we try to do special rewrites for certain paths using mod_rewrite. For instance: (from .htaccess in the webroot) RewriteRule

[symfony-users] Re: Synfony with smarty

2009-01-07 Thread Jesse
:         [AppUrl, Helper] Pavel On Jan 5, 6:42 pm, Jesse jesse.bad...@gmail.com wrote: Hi Saad, Im the current lead developer of the smarty plugin. I dont see your Symfony library path in that error which seems to be the problem. I have symfony installed as an external under project

[symfony-users] Re: a question about smarty plugin

2009-01-05 Thread Jesse
Asif, Make sure that the Symfony library is in your projects path. If it cant finder your symfony helpers then its because you dont have Symfony as part of your path. Jesse On Jan 5, 2:46 am, Asif infinite.desi...@gmail.com wrote:  i have installed the symfony version 1.2.1 on my server

[symfony-users] Re: disable smarty

2008-12-22 Thread Jesse
you can try to create a module.yml for the specific module you want to disable smarty.. set all: view_class: sfPHP On Dec 22, 5:56 am, Prashanth munichli...@gmail.com wrote: Hi,       I am working on a project where people has used smaty for the view class, I want to disable that for

[symfony-users] Sf1.2 and setDefault .. on page refresh the value doesnt get reset.. is this a browser issue?

2008-12-20 Thread Jesse
OK so here is the problem.. I have a simple country / state selector .. $this-setWidget('state_id', new sfWidgetFormDoctrineSelect(array( 'model' = 'State', 'query' = Doctrine_Query::create()-from('State')-where ('country_id = ?',