[symfony-users] Re: set/get parameters from myProject/src/myVendor/myBundle/Resources/config/myBundleConfigFile

2011-05-22 Thread Pau Peris
2011/5/22 Pau Peris sibok1...@gmail.com hi, does anyone knows how sould i set/get statements from myProject/src/myVendor/myBundle/Resources/config/myBundleConfigFile? in symfony1.x it used to be done with sfConfig::set()/sfConfig::get() PD: Should the file be a php one? -- If you want

[symfony-users] Re: set/get parameters from myProject/src/myVendor/myBundle/Resources/config/myBundleConfigFile

2011-05-22 Thread Pau Peris
Solved! 2011/5/22 Pau Peris sibok1...@gmail.com No one has ever used a global file to store configurtion parameters? Thx PD: I would like to store a default value for my local timezone into a config file to retrieve that value from any php file of my bundle, is it fine to place it inside

[symfony-users] set/get parameters from myProject/src/myVendor/myBundle/Resources/config/myBundleConfigFile

2011-05-21 Thread Pau Peris
hi, does anyone knows how sould i set/get statements from myProject/src/myVendor/myBundle/Resources/config/myBundleConfigFile? in symfony1.x it used to be done with sfConfig::set()/sfConfig::get() PD: Should the file be a php one? -- If you want to report a vulnerability issue on symfony,

[symfony-users] Symfony2 setup

2011-04-03 Thread Pau Peris
Hi, i'm about to start a symfony2 project so i've created my own project directory inside ~/myProject. I want to store symfony2 framework inside ~/myProject/symfony so i'm going to use git submodules for that. Then i would need to add some bundles to to have Doctrine ORM support,etc My question is

[symfony-users] Symfony board community

2011-03-29 Thread Pau Peris
hi, i'm working on a personal project for which i need some help. does anyone knows some board where i can find people interested in working on personal projects? -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this

[symfony-users] Data base restrictions

2011-03-10 Thread Pau Peris
Hi, i've created the following schema where an user can have multiple addresses. When an user is deleted every address must also be deleted, also the current address_id in use can't be deleted but updated. Could someone give me a tip? Thanks in advanced! :) Users: connection: main

Re: [symfony-users] Web page text content i18n

2011-01-31 Thread Pau Peris
Thanks a lot!! :) 2011/1/31 Gábor Fási maerl...@gmail.com: Xliff dictionaries are cached as php arrays, pretty hard to beat that. On Jan 31, 2011 12:23 AM, Pau Peris sibok1...@gmail.com wrote: hi, to handle web page text content translation (i18n) on a web page is it always recommended

Re: [symfony-users] Re: Directory locked after svn pe svn:externals lib/vendor/

2010-05-10 Thread Pau Peris
I still have the same issue. 2010/5/4 pghoratiu pghora...@gmail.com: Try deleting the lib/vendor/symfony directory and doing a svn up afterwards.    gabriel On May 4, 11:17 pm, Pau Peris sibok1...@gmail.com wrote: Hi to all an thanks for the answers, but i still have the same issue.   svn

Re: [symfony-users] Re: Directory locked after svn pe svn:externals lib/vendor/

2010-05-10 Thread Pau Peris
lib/vendor/symfony should be a svn checkout or a tar.gz download? 2010/5/10 Pau Peris sibok1...@gmail.com: I still have the same issue. 2010/5/4 pghoratiu pghora...@gmail.com: Try deleting the lib/vendor/symfony directory and doing a svn up afterwards.    gabriel On May 4, 11:17 pm, Pau

Re: [symfony-users] Re: Directory locked after svn pe svn:externals lib/vendor/

2010-05-04 Thread Pau Peris
wrote in that pe setuo sent via htc magic On May 1, 2010 11:36 PM, pghoratiu pghora...@gmail.com wrote: Try running a svn cleanup and see if that resolves the problem with locked directories.    gabriel On May 1, 6:49 pm, Pau Peris sibok1...@gmail.com wrote: Hi, i have a local copy

[symfony-users] Directory locked after svn pe svn:externals lib/vendor/

2010-05-01 Thread Pau Peris
Hi, i have a local copy of a svn project i'm working on. To be able to update symfony via svn i run svn pe svn:externals lib/vendor/ and now when i rn svn st or svn up i get the following messages. Do somene know how to get rid of them? Thanks in advanced. Is that normal? #svn up Fetching

[symfony-users] Add symfony to svn project

2010-04-16 Thread Pau Peris
Hi, i'm trying to integrate symfony into a personal svn project. I would like to do something like svn import http://svn.symfony-project.com/branches/1.4 myproject/lib/vendor/symfony so i could be able to update symfony and also to commit the project to my private svn. The goal is to integrate

[symfony-users] How to specify connection port in databases.yml using Doctrine

2010-02-10 Thread Pau Peris
Hi, i'm using Doctrine as default ORM and i'm trying to specify the connection port as i have 2 mysql running instances. The configuration i use to connect is: dsn: 'mysql:host=localhost;dbname=xXxxXx' username: xXXx password: XXx port: 3307 I also tried:

[symfony-users] Download day by day code for symfony guide

2010-01-26 Thread Pau Peris
Hi to all, does anyone know where can i download day by day code for Symfony Guide? http://www.symfony-project.org/jobeet/1_4/Doctrine/en/ thanks -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to

Re: [symfony-users] Download day by day code for symfony guide

2010-01-26 Thread Pau Peris
version, according to `svn log` it hasn't been updated for 1.4. On Tue, Jan 26, 2010 at 11:01, Pau Peris sibok1...@gmail.com wrote: Hi to all, does anyone know where can i download day by day code for Symfony Guide? http://www.symfony-project.org/jobeet/1_4/Doctrine/en/ thanks -- You

Re: [symfony-users] Download day by day code for symfony guide

2010-01-26 Thread Pau Peris
After configuring my vhost, can i just run: svn co http://svn.jobeet.org/doctrine/tags/release_day_10 myJobeetDir Thanks 2010/1/26 Pau Peris sibok1...@gmail.com: Thanks a lot for your quick answers :) 2010/1/26 Alexandru-Emil Lupu gang.al...@gmail.com: Here it is ... http://svn.symfony

Re: [symfony-users] Re: Errors following symfony 1.4 guide, is it error free?

2010-01-18 Thread Pau Peris
include_stylesheets() ? /head 2010/1/18 Alexandru-Emil Lupu gang.al...@gmail.com: Where have you inserted the include_stylesheets in your layout? Try to move the function call right before your /body sent via htc magic On Jan 17, 2010 11:39 PM, Pau Peris sibok1...@gmail.com wrote: What

[symfony-users] Errors following symfony 1.4 guide, is it error free?

2010-01-17 Thread Pau Peris
Hi, i'm following symfony 1.4 online guide and everything goest ok till i arrive at chapter 4. There after downloading the css, images etc i get a nice fronted job module working smooth with its own templates. Bu then when i go to apps/frontend/config/view.yml and modify the file as follows #

[symfony-users] Re: Errors following symfony 1.4 guide, is it error free?

2010-01-17 Thread Pau Peris
Guide is erroneous. jobeet_jobs should be jobeet_job_list public function executeIndex(sfWebRequest $request) { $this-jobeet_job_list = Doctrine::getTable('JobeetJob') -createQuery('a') -execute(); } 2010/1/17 Pau Peris sibok1...@gmail.com: Hi, i'm following symfony 1.4 online guide

[symfony-users] Re: Errors following symfony 1.4 guide, is it error free?

2010-01-17 Thread Pau Peris
What about css bug? I'm still searching for the guide error which makes job module from jobeet project loose its look. 2010/1/17 Pau Peris sibok1...@gmail.com: Guide is erroneous. jobeet_jobs should be jobeet_job_list public function executeIndex(sfWebRequest $request