[symfony-users] Re: symfony 1.4 - renderComponent() and ajax problem

2011-06-23 Thread Imran
omment", array('comment' => $product_comment, 'class' => "hidden")); return $this->renderText($text); Cheers! -Imran On Jun 23, 12:15 am, vviippola wrote: > Hi ppl, > > I'm going crazy with this issue, probably something trivial

[symfony-users] Blog plugin for symfony1.4

2011-06-17 Thread Imran
Hi devs, Is there any plugin exists for blog integration in symfony 1.4 application? I found a plugin sfSimpleBlogPlugin, but it works with Propel with symfony 1.1. -Imran -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You

[symfony-users] get form reference in post validator class

2011-06-17 Thread Mohd Imran
? // h } } Thanks -Imran -- 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, send email to sym

[symfony-users] Re: Get form field value before bind

2011-06-17 Thread Mohd Imran
m's posts values? I don't have identifier(id) in URL. Thanks -Imran On Jun 16, 7:15 am, Erkhembayar Gantulga wrote: > You can pass object in routing. > > for example: > > comment: >   url: /comment/:name/:date.:sf_format >   class: sfDoctrineRoute >   param: { mod

[symfony-users] Re: get object for edit the form

2011-06-17 Thread Mohd Imran
ortable with hard-coding the form's name. I can get work done by work around, but i am looking for better/ recommended way of editing a form. Thanks -Imran On Jun 16, 7:11 am, Erkhembayar Gantulga wrote: > HI *Imran*, > > If you using default CRUD, There is line (!$form->get

[symfony-users] get object for edit the form

2011-06-15 Thread Imran
lug'); $object = // how to get the object like: where username = '$username' and id = '$id' $form = new CommentForm(object); } How to get the id value from post method before binding the form? Thanks -Imran -- If you want to report a vulnerability issue on s

[symfony-users] Get form field value before bind

2011-06-15 Thread Imran
Hi folks, I am using the symfony 1.4, Is there any way to get the form field value before binding the form? What is the best way to edit the form without passing the ID parameter in URL? Thanks -Imran -- If you want to report a vulnerability issue on symfony, please send it to security

[symfony-users] Get sfUser object in sfWebRequest class

2011-06-10 Thread Imran
ect in above class? Or i am adopting the wrong approach? Thanks -Imran -- 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

[symfony-users] The route "#" does not exist

2011-06-02 Thread Imran
Hi Folks, I am new to symfony1.4 and few issues are coming with link_to() helper. when i use write as link_to('text', '#), it throws error The route "#" does not exist. It was working in earlier versions of symfony. How to render the anchor tag with # url? Thanks -- If you want to report a

[symfony-users] User management in Symfony 2

2011-05-12 Thread Imran
Hi folks, Is there user management plugins/bundels (similar to sfGuardPlugin for 1.x) exists in symfony2? Thanks -Imran -- 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

[symfony-users] Get Context User in sfMixer class

2011-05-03 Thread Imran
#x27;preSave')); I can use the sfContext::getInstance(), but this make the code untestable, so i am looking for any better option. Thanks -Imran -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because

[symfony-users] Skip autoloading in symfony

2011-02-07 Thread Imran
Hi visitors, I have some class files in /app/my_app/lib/. Symfony load the files (*.php) automatically. Is there any way to skip the particular class files from autoloading? Thanks -Imran -- If you want to report a vulnerability issue on symfony, please send it to security at symfony

[symfony-users] Symfony on Shared Hosting

2011-02-06 Thread Mohd Imran
Hi folks, I want to run symfony project on shared hosting, and i am not allowed to create the virtual host there. Is there any way to run symfony on shared hosting (using .htaccess)? Thanks -Imran -- If you want to report a vulnerability issue on symfony, please send it to security at

[symfony-users] renderText in private methods

2011-01-25 Thread Imran
Hi everyone, I was trying to use the renderText() method in a private method of action class, but it doesn't work. How can we use renderText() in private method or any alternative? Thanks -Imran -- If you want to report a vulnerability issue on symfony, please send it to securi

[symfony-users] Avoid duplicate insertion in Propel

2011-01-17 Thread Imran
Hi folks, Is there any way to avoid the duplicate insertion in Propel? Thanks -Imran -- 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&q