[symfony-users] Re: make front controller invisible

2009-06-30 Thread Thomas Rabaix
You can have one index.php, check the domain/url before symfony call. so you can easily redirect to the correct application/project On Mon, Jun 29, 2009 at 8:52 PM, Eno symb...@gmail.com wrote: On Mon, 29 Jun 2009, Roland Cruse wrote: ahh. Thanks for the explanation. I guess it must be some

[symfony-users] Re: How to clear cache for doctrine build functions ?

2009-06-30 Thread David
You get me to the point, thank you Jonathan ! I should read docs more thoroughly ;-) On Jun 29, 9:30 pm, Jonathan Wage jonw...@gmail.com wrote: If you remove some models from your YAML file then you need to remove the files that were generated in your lib/model, lib/form, etc. folders. -

[symfony-users] Re: Symfony sandbox 1.2 installation fatal error

2009-06-30 Thread Frank Stelzer
Without any more information, we couldn't help you much. Which PHP Version do you have? Am 30.06.2009 um 07:08 schrieb Apul: extension=php_domxml.dll is already uncommented and enable. Also, While checking using command prompt, I get a list of enabled modules:

[symfony-users] Install Plugin manualy

2009-06-30 Thread seifolah Ghaderi
Hi . I Want to add plugin manually ,I see some plugin contains some folder and module. I Download some symfony plugin and extract it.But it contains only one file. What's problem? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[symfony-users] Re: Jobeet tutorial Don't display style in Job App

2009-06-30 Thread seifolah Ghaderi
Thanks for replay. It is view.yml - default: http_metas: content-type: text/html metas: #title:symfony project #description: symfony project #keywords: symfony, project #language: en

[symfony-users] Re: Install Plugin manualy

2009-06-30 Thread Sid Bachtiar
What is that one file? If it is .tar.gz, then you need to extract it. It's like zip file. On Tue, Jun 30, 2009 at 7:54 PM, seifolah Ghaderisepel...@gmail.com wrote: Hi . I Want to add plugin manually ,I see some plugin contains some folder and module. I Download some symfony plugin and

[symfony-users] Re: Install Plugin manualy

2009-06-30 Thread DEEPAK BHATIA
On windows or linux On Tue, Jun 30, 2009 at 1:24 PM, seifolah Ghaderisepel...@gmail.com wrote: Hi . I Want to add plugin manually ,I see some plugin contains some folder and module. I Download some symfony plugin and extract it.But it contains only one file. What's problem?

[symfony-users] Re: Install Plugin manualy

2009-06-30 Thread Andrei Dziahel
Hi 2009/6/30 Sid Bachtiar sid.bacht...@gmail.com What is that one file? If it is .tar.gz, then you need to extract it. It's like zip file. Looks like he extracts .gz and gets one .tar file :) On Tue, Jun 30, 2009 at 7:54 PM, seifolah Ghaderisepel...@gmail.com wrote: Hi . I Want to

[symfony-users] Re: Install Plugin manualy

2009-06-30 Thread Andrei Dziahel
Hi. You can symfony plugin:install path/to/downloaded/plugin/archive.tar.gz and it should become installed. 2009/6/30 seifolah Ghaderi sepel...@gmail.com Hi . I Want to add plugin manually ,I see some plugin contains some folder and module. I Download some symfony plugin and extract it.But

[symfony-users] Re: Symfony sandbox 1.2 installation fatal error

2009-06-30 Thread Apul
Hi, I am using php version 5.2.6 Which information you want, let me know. I will tell you. On Jun 30, 12:39 pm, Frank Stelzer d...@bleedingmoon.de wrote: Without any more information, we couldn't help you much. Which PHP Version do you have? Am 30.06.2009 um 07:08 schrieb Apul:

[symfony-users] Re: plugins ....

2009-06-30 Thread Lee Bolding
Nobody else finds it ironic that we've just had a discussion about reinventing the wheel (re: ecommerce) - and now the same thing occurs, but everybody has the opposite opinion? Sort it out, guys. This is what I meant about the fractured nature of open source turning big business off - be

[symfony-users] Dependency Injection and Imports

2009-06-30 Thread Bernhard Schussek
Hi, I just read the documentation of the Dependency Injection Container and wonder whether it is possible to load several files at once (contrary to importing): e.g.: $loader-load('model.xml', 'application.xml'); Spring has this ability, and combining multiple bean definitions this way is

[symfony-users] One Line Form Decorator

2009-06-30 Thread juro
Hi, I am looking for a one line form decorator, so that I can display a form in one line, similar to this: User: 'username' 'firstname' 'surname' SAVE Does anyone have something that can achieve this? Alternatively, I could use some more specific documentation regarding the form decorators.

[symfony-users] Cache not working when xdebug profiling is on

2009-06-30 Thread Bert-Jan
Hi folks, I'm trying to profile a symfony 1.0 application with xdebug. The first thing I noticed is a simplexml_load_file() being called twice, which eats up a lot of time. However, the component that does this is supposed to be cached (with layout) for 10 minutes. When I echo a timestamp in

[symfony-users] Re: plugins ....

2009-06-30 Thread Richtermeister
Hey Lee, I assume what you mean is the similarity in argument between having a single ecommerce application for ecommerce purposes, and having a single plugin for, say, feed purposes. I don't think the two are the same discussions - they differ on scale. I can very well argue that an all in one

[symfony-users] Are input parameters sanitized by Symfony for use in query

2009-06-30 Thread Cyrille37
Hello, I would like to know if Symfony or the orm (Propel and Doctrine) are cleaning input parameters before use. I would like to know if I had to clean them before use or if it is done by lower layer ? Thanks cyrille --~--~-~--~~~---~--~~ You received this

[symfony-users] Re: Are input parameters sanitized by Symfony for use in query

2009-06-30 Thread Eno
On Tue, 30 Jun 2009, Cyrille37 wrote: I would like to know if Symfony or the orm (Propel and Doctrine) are cleaning input parameters before use. I would like to know if I had to clean them before use or if it is done by lower layer ?

[symfony-users] Re: plugins ....

2009-06-30 Thread Alexandru-Emil Lupu
HI! I see that most of us think alike about the plugins... I have thought recently (based on that ecommerce solution ), that the time invested by developers to reinvent the wheel, could be more kindly redirected somewhere else. For example, i would like to ask you: how many of you are using phpBB

[symfony-users] New plugin: sfTwitterAuthPlugin

2009-06-30 Thread Tom Boutell
sfTwitterAuthPlugin meets two needs: * Users can log in to your site with their twitter accounts without disclosing passwords to you, via Twitter's OpenAuth interface. * Your application can then send tweets on the logged-in user's behalf. To me, authentication is the really big benefit here:

[symfony-users] Re: Foreign key violation when saving embedded forms

2009-06-30 Thread Campezzi
Hi there! I don't know if this applies to 1:1 relationships, but I had a similar problem when trying to embed a for on a 1:n (an Author has many Books) relationship and found the solution on this TRAC entry: http://trac.symfony-project.org/ticket/4906 Towards the end of the discussion, jwage

[symfony-users] Company representation validation

2009-06-30 Thread Dennis
If you were someone running a large site, that had lots of other large sites/companies putting public data on your site, how would you verify: The person's identity The person's role in the company. The role's permissions to post the information on your site? My initial thoughts

[symfony-users] Re: Multi DB issue.

2009-06-30 Thread Gre Taguran
Hi Cyrille37, You are very right... my bad... I just realize it that Symfony is adding a serial id even if in my schema I did not include it. How do I exclude it from creating that id field? Thanks. Cyrille37 wrote: On 29 juin, 14:35, Gretags ogret...@gmail.com wrote: After

[symfony-users] Re: Jobeet tutorial Don't display style in Job App

2009-06-30 Thread NairuS
Hello, It looks correct. You can compare your code with the svn source: http://svn.jobeet.org/doctrine/tags/release_day_{nbOfDay}/ Change the pattern {nbOfDay} by the day you read. (01,02,...) Bye, NairuS 2009/6/30 seifolah Ghaderi sepel...@gmail.com Thanks for replay. It is view.yml

[symfony-users] Re: plugins ....

2009-06-30 Thread Johannes Heinen
Hi, to comment only one aspect: anyway, now i wonder... if there would be any sf 1.3 compatible plugins within in a month from 1.3 official release. (to say so: raise your hand those of you who had work / or who is working to upgrade a plugin from 1.1/ 1.2 to 1.3 version )... I think this

[symfony-users] Search based on attributes

2009-06-30 Thread Richtermeister
Hi all, I have a question regarding a particular search refinement methodology. So far I've been using the lucene plugin to do pre-indexed text search, and it works great. Now my client has a new request, to be able to slice and dice the search results based on what attributes they may have, so

[symfony-users] Re: New plugin: sfTwitterAuthPlugin

2009-06-30 Thread Pablo Godel
Very nice plugin, I will definitively keep it in mind. thanks Pablo On Tue, Jun 30, 2009 at 1:14 PM, Tom Boutellt...@punkave.com wrote: sfTwitterAuthPlugin meets two needs: * Users can log in to your site with their twitter accounts without disclosing passwords to you, via Twitter's

[symfony-users] Re: Firebug lite

2009-06-30 Thread Sid Bachtiar
You're right, I forgot that we can use PHP code in the yml :) I will try this On Wed, Jul 1, 2009 at 10:02 AM, happy oliverhappyoli...@gmail.com wrote: Hi, I think the esay way that would be to use the PHP condition check for envirment at the config file of  view.yml. Oliver On Jun

[symfony-users] Re: Foreign key violation when saving embedded forms

2009-06-30 Thread Java geek
Yes, that was the problem, I need to create new User object and manually link to Registration. I have already solved the problem, here's the solution. http://solveme.wordpress.com/2009/06/30/foreign-key-violation-when-saving-symfony-embedded-forms/ Thanks SN - Original Message - From:

[symfony-users] Shall we implement a shindig plugin to support gadgets.xml

2009-06-30 Thread Sammi
Hi buddies, I'm thinking about merge shindig by symfony way. I found we have a sfOpenSocialPlugin, it seems that we need write php code to implment a gadget. Is that possible to just port shindig php code into symfony plugin. We can use symfony routing system, framework feature to replace