[symfony-users] sym 1.2.9 Pagination using Propel........

2010-02-28 Thread karansoni
Hii everyvone.,, I am quite new to symfony and using 1.2.9 as the project development. An important feature of Pagination i do not know how to do it. I have listened about sfPager plugin but do not know how to install and integrate it or is there any other method to do that Please help me wth

[symfony-users] Re: handle processForm()

2010-02-28 Thread Tom Ptacnik
If you don't have a special reason to do that in the process form method I would advice to do it - in the form - by overwriting the doUpdateObject() method (on the end call parent::doUpdateObject($values); ) or better, if you want this behaviour all the time (not only when the name is changed by

[symfony-users] Re: Why is this fixture not working?

2010-02-28 Thread Samuel Morhaim
Never mind about this one, but now I am facing one more issue.. Based on the below schema.. why is the 1 to many between Command and Events not working? I get a method such as $command->getEvent() but it seems to be bringing the first record.. not all records.. i cant find a getEvents() method..

[symfony-users] Re: if anyone would like to sign up on our site, we could use some Symfony experts

2010-02-28 Thread lawrence
On Feb 23, 3:59 am, Eno wrote: > I dont suppose anyone knows of a similar site forAndroidquestions? :-) > We will be launching an Android site at the end of March. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this

[symfony-users] textarea is unclickable

2010-02-28 Thread Parijat Kalia
Hey fellas! I have a textarea on my page. Now it can be resized using javascript, so basically it has some javascript tampering it all the time. So if it has some default text loaded into it, then ideally if I click somewhere on the textarea, the mouse cursor should appear at that point. However,

[symfony-users] bypass cache after redirect

2010-02-28 Thread Daniel Kucharski
Hi all, When I switch the user language for my project ( I switch just back to the homepage in the newly set language) I notice that Internet Explorer displays the homepage in the previous language. Using DebugBar I found out the homepage appears to be cached by Internet Explorer. Is there

Re: [symfony-users] frontend_dev.php dissapears

2010-02-28 Thread Parijat Kalia
yES, it is magic!!! I can teach you how if U pay me dollars Btw: it happens when u do not use symfony tags for your links and urls', just figured that out through elsewhere!!! On Fri, Feb 26, 2010 at 10:42 AM, Gábor Fási wrote: > Check the referer, you probably have an incorrect url echoed t

[symfony-users] Why is this fixture not working?

2010-02-28 Thread Samuel Morhaim
It is a somewhat complex table relation but it should work.. A rule, can have a command, the command can have many events. I get this error: Unknown record property / related component "ev1" on "Event" Fixture: Rule: rule_1: id: 1 type: User campaign_id: 1 msg_to: 32075 m

[symfony-users] Re: Only one model per module for doctrine-generate-crud?

2010-02-28 Thread Tom Ptacnik
Why do you want to add another model to an existing module? Because of the URL? On 27 ún, 08:05, Roland Cruse wrote: > Hi > > symfony doctrine-generate-crud seems to build a module for each model > (database table) with actions edit, delete, create etc.Using this task > you can not add another mo