[symfony-users] Opinion and help on implementing app structure for Symfony2 (DIC)

2011-03-15 Thread catchamonkey
C get method. I have read the docs of the DIC a couple of times but would be grateful if someone could be a little more specific in implementing this. Do I need to create a Bundle for my vendor library? If so, what would that need to do to achieve this? Many thanks! Chris Sedlmayr (catcham

[symfony-users] Re: sfGuardPlugin Redirect Problem

2011-03-05 Thread catchamonkey
Hi Drew, I think it is one of the most used plugins around so we should be able to help you here. Can you provide some more information about where you are being told it can't redirect? Can you paste the stack trace? Chris -- If you want to report a vulnerability issue on symfony, please sen

[symfony-users] Re: Web hosting provider for Symfony 2? What do you recommend?

2011-02-28 Thread catchamonkey
I'm sure there are others here that would also recommend Server Grove. Well priced, great support, and they know their Symfony (1 and 2) http://www.servergrove.com/ -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this mes

Re: [symfony-users] Symfony Live 2011 Last Minute Plans

2011-02-23 Thread catchamonkey
Cheers Pablo, That is one of the Hotel's i've got in my list but thanks for confirming the location is OK. I would be arriving on the 2nd at the earliest, there is a chance I would have to travel early thursday, but would still arrive in time... just! Thanks, Chris -- If you want to report a

[symfony-users] Symfony Live 2011 Last Minute Plans

2011-02-23 Thread catchamonkey
Hi everyone, I have now got the last minute opportunity of going to sflive2011 next week. I hope that some of you can help me out here. I would like to know; Some places people are staying so I can get a price. When you are going so I can plan my arrival. And for those going from the UK, when are

[symfony-users] Re: Is there anyone should help me to confirm I am in mailing list now?

2011-02-21 Thread catchamonkey
Hi Haulyn, You certainly are, posts are moderated so sometimes you may notice a delay in them appearing, but we do try to get them approved etc pretty quickly. Regards, Chris Haulyn Jason wrote: > Hi > I am not sure I am in mailint list or not, anybody should help me to > check can you receive t

[symfony-users] Re: Override doctrine:serialize method?

2011-01-21 Thread catchamonkey
Hi Carlos, You could hook into one of the Doctrine events to do this. http://www.doctrine-project.org/projects/orm/1.2/docs/manual/event-listeners/en There is an event for serialisation of records. Doctrine_Event::RECORD_SERIALIZE Regards, Chris -- If you want to report a vulnerability issue on

[symfony-users] PDF Version of the Symfony2 Docs

2010-12-10 Thread catchamonkey
Hi all, I know that Sphinx support it, just not sure how to go about getting a copy. http://docs.symfony-reloaded.org/ Any ideas? Fabien, is this something you have to/can enable? Thanks, Chris -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-

[symfony-users] Re: return view as pdf.

2010-10-22 Thread catchamonkey
Hi, There is a discussion going on currently. http://groups.google.com/group/symfony-users/browse_thread/thread/f7385f40ced78272?hl=en_US Regards, Chris On Oct 22, 5:26 pm, José Regalado wrote: > Hi. I need return any view as pdf. is possible, some snippet?... > Symfony 1.2 -- If you want to

[symfony-users] Telling sfCache to not cache failed queries

2010-10-04 Thread catchamonkey
Hi, I have a bunch of components that get their data from external web services. I have caching configured on the components. If the API call returns no data (due to an error externally, or latency or anything else) I want the response to not be cached, otherwise the cached component then display

[symfony-users] Re: check where a user came from and change links accordingly

2010-08-20 Thread catchamonkey
Hi, Be sure to have some patience, in my timezone it was late last night when you posted this. I'm not entirely sure what you are trying to do. What back links are you referring to? Chris On Aug 20, 12:22 pm, Leo van Alphen wrote: > Nobody? > > On Thu, Aug 19, 2010 at 11:57 PM, Leo van Alphe

[symfony-users] Re: Application Desktop

2010-08-20 Thread catchamonkey
Hi, I recall this being possible back in the days of 1.0 with server2go. No reason it wont work with 1.4 or any other version. Just bundle the libs in the project and have a play around, shouldn't be too hard. Chris On Aug 20, 8:43 am, Christopher Schnell wrote: > This would be also very inte

[symfony-users] Re: Basic routin question

2010-08-19 Thread catchamonkey
Hi, Clear your cache. I would presume that is the problem. The dev environment is using the new route as it clears the cache on every request. But your production environment is using the cache as it hasn't been cleared manually. Chris On Aug 19, 11:25 am, torok84 wrote: > Hi, > > I'm quite n

[symfony-users] Re: Implementing an existing ACL API in symfony

2010-08-17 Thread catchamonkey
Christian Schaefer wrote: > hi chris, > > I would suggest to not reinvent the wheel and look for a solution that > uses sfguard on the inside and oauth to the outside. > I haven't tested them myself yet but there are some plugins in that > area already. > > cheers > /chri

[symfony-users] Implementing an existing ACL API in symfony

2010-08-16 Thread catchamonkey
top of sfGuard(Doctrine) Regards, Chris (catchamonkey) -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group,

[symfony-users] Re: which differences between Doctrine::getTable and Doctrine_Query::create

2010-08-11 Thread catchamonkey
Hi Rus, Would you mind posting your solution so it could benefit others in the future? Many thanks, Chris On Aug 11, 10:29 am, RusAlex wrote: > SOLVED > > On Aug 11, 12:46 pm, RusAlex wrote: > > > > > 1.    $this->rank_domain = Doctrine::getTable('RankDomain')- > > > >find(array($request->getP

[symfony-users] Re: Tutorial Error

2010-08-10 Thread catchamonkey
; On Aug 10, 1:18 pm, catchamonkey wrote: > > > > > OK, so the default route maps frontend_dev.php/job/index to the > > executeIndex action inside > > apps/frontend/modules/job/actions/actions.class.php. > > > Test to see if it's reaching the class or method,

[symfony-users] Re: Tutorial Error

2010-08-10 Thread catchamonkey
thor     Your name here >  * @version    SVN: $Id: actions.class.php 23810 2009-11-12 11:07:44Z > Kris.Wallsmith $ >  */ > > On Aug 10, 1:02 pm, catchamonkey wrote: > > > > > The routing entry will be in the main routing for your frontend > > > apps/fronte

[symfony-users] Re: Tutorial Error

2010-08-10 Thread catchamonkey
The routing entry will be in the main routing for your frontend apps/frontend/config.routing.yml But apologies, that entry isn't created for this command. Check that the default route still exists as that is used for job/ index etc. default_index: url: /:module param: { action: index } de

[symfony-users] Re: Tutorial Error

2010-08-10 Thread catchamonkey
Hi, I double checked the command and it works as expected. It should create an entry in your routing.yml Can you see if that is there? Has the module been generate as expected? apps/frontend/modules/job etc Chris On Aug 10, 9:35 am, RusAlex wrote: > On this tutorialhttp://www.symfony-project.

[symfony-users] Re: Symfony2 PR3

2010-07-09 Thread catchamonkey
Do you mind me asking, why would you use CakePHP instead of symfony 1.4? Chris On Jul 9, 3:39 pm, Ekinox wrote: > Le 09/07/2010 16:27, Michał Piotrowski a écrit :> 2010/7/9 > Ekinox: > > >> So we should use CakePHP ? > > > If you need stable API than yes. But wait! There is a symfony 1.4 with >

[symfony-users] Re: Symfony Developer

2010-07-07 Thread catchamonkey
Hi, You can check out http://symfonians.net/ There is also a page on the official site worth a look; http://trac.symfony-project.org/wiki/DevelopersForHire Chris On Jul 7, 4:30 pm, calotherm wrote: > Hello All, > > Appologies if this isn't the correct place, I'm looking to hire > symfony a dev

[symfony-users] Re: giving 500 internal server error after symfony setup

2010-06-28 Thread catchamonkey
You are more than welcome. Chris On Jun 28, 10:34 am, vineet naik wrote: > Thank you so much .. its working now. > > On Jun 28, 2:03 pm, catchamonkey wrote: > > > > > Hi, > > > Ok, so you need to point the Alias to the symfony libraries. > > > Alia

[symfony-users] Re: giving 500 internal server error after symfony setup

2010-06-28 Thread catchamonkey
gt; >   Alias /sf /home/sfproject/lib/vendor/symfony/data/web/sf >     >      AllowOverride All >      Allow from All >     > > > > Thanks > > On Jun 28, 1:45 pm, catchamonkey wrote: > > > > > Hi, > > > Yes, the Alias declaration makes the sf files

[symfony-users] Re: giving 500 internal server error after symfony setup

2010-06-28 Thread catchamonkey
/data/web/sf >     >      AllowOverride All >      Allow from All >     > > i observe that the '/home/sfproject/lib/vendor/' dir doesnt exist as > well ... what am i missing here ? > > Thanks a lot.. > > On Jun 28, 1:13 pm, catchamonkey wrote: > > &

[symfony-users] Re: giving 500 internal server error after symfony setup

2010-06-28 Thread catchamonkey
Hi, Have you taken a look at your apache logs? If you are getting a 500 response there could be a more helpful message there. Chris On Jun 28, 8:23 am, vineet naik wrote: > Hi, > > I am new to symfony, and trying to set up a project for the first > time. I installed it almost as per the getting

[symfony-users] Re: Symfony2 Doctrine2 $this->container->getDatabaseConnection() throws 'undefined method'

2010-06-26 Thread catchamonkey
o if you go directly to the container: > >      $conn = $this->container->getDatabaseConnectionService(); > > The DoctrineController is going to be removed soon so I would just go ahead > and use the getDatabaseConnectionService() method. > > - Jon > > > > >

[symfony-users] Re: the manner to installing Symfony

2010-06-25 Thread catchamonkey
Hi, The best place to start is with the excellent documentation; Check out installation http://www.symfony-project.org/installation And a full set of docs here http://www.symfony-project.org/doc/1_4/ Cheers, Chris On Jun 24, 12:06 am, Devina Anggraeni Rahmat wrote: > hi ,, > > i'm first people

[symfony-users] Re: Symfony2 Doctrine2 $this->container->getDatabaseConnection() throws 'undefined method'

2010-06-25 Thread catchamonkey
Hi again, I may have solved this; $conn = $this->container->getDatabaseConnectionService(); Works fine, i've updated the docs and sent to Fabien for approval so will let you know. Cheers, Chris On Jun 25, 8:33 pm, catchamonkey wrote: > Hi all, > > Tucking into Symfony2 an

[symfony-users] Symfony2 Doctrine2 $this->container->getDatabaseConnection() throws 'undefined method'

2010-06-25 Thread catchamonkey
Hi all, Tucking into Symfony2 and playing with a few things. However, if you check out the Doctrine guide http://symfony-reloaded.org/guides/Doctrine To use the dbal, after defining a connection in config.yml you call; $conn = $this->container->getDatabaseConnection(); Then can use $conn to run