[symfony-users] Re: Tiny mce not working

2009-10-30 Thread asim nizam
ok thanks for reply --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to

[symfony-users] Re: Tiny mce not working

2009-10-29 Thread asim nizam
i have installed and donr setting in view.yml --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group,

[symfony-users] Re: Tiny mce not working

2009-10-29 Thread asim nizam
Any body who used this tiny mce On Thu, Oct 29, 2009 at 4:39 PM, asim nizam asim...@gmail.com wrote: i have installed and donr setting in view.yml --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users

[symfony-users] Re: Tiny mce not working

2009-10-29 Thread asim nizam
thanks i have used tiny mce using simple way not symfony way. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe

[symfony-users] Re: Tiny mce not working

2009-10-29 Thread asim nizam
i have not get help on google group just wastage of time --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from

[symfony-users] Re: sfphpExcelPlugin installation problem

2009-09-06 Thread asim nizam
Yes i installed sfexcelplugin successfully using new version for symfony1.2 thanks alll On Sun, Sep 6, 2009 at 7:00 PM, DEEPAK BHATIA toreachdee...@gmail.comwrote: Did you do php symfony cc On Sat, Sep 5, 2009 at 9:51 AM, asim nizamasim...@gmail.com wrote: i did same i downloaded it

[symfony-users] Re: sfphpExcelPlugin installation problem

2009-09-04 Thread asim nizam
i did same i downloaded it manually and copied in plugin folder and also enabled in sfconfigurationfile but when i run the example file it says phpexcel class doesnot exist --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[symfony-users] Re: illegal offset type

2009-08-31 Thread asim nizam
yes sir it was to __toStrig method and you discusssed below clearly thanks. On Mon, Aug 31, 2009 at 5:07 PM, krishan milepe...@gmail.com wrote: how did you solve, share... so that everybody can get to know On Aug 31, 2:55 pm, asim nizam asim...@gmail.com wrote: Thanks i have solved

[symfony-users] Re: illegal offset type

2009-08-26 Thread asim nizam
here is my form code class HrTblJobApplicationForm extends BaseHrTblJobApplicationForm { public function configure() { $this-setWidgets(array( 'application_id'= new sfWidgetFormInputHidden(), 'vacancy_id'= new

[symfony-users] Re: how to display image in template

2009-08-22 Thread asim nizam
Yes when i visit localhost/civil/web/uploads/assets/abc.jpg i see the image!! On Fri, Aug 21, 2009 at 7:13 PM, Gábor Fási maerl...@gmail.com wrote: The /var/www... path is the full path on your server, you cannot access it via that one. Assuming your webroot is /var/www the path you need

[symfony-users] Re: how to display image in template

2009-08-22 Thread asim nizam
Can any body tell me about file uploading and how to change its absolute path when saving in DB so i can display image /civil/web/uploads/assets/abc.jpg --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users

[symfony-users] Re: sfWidgetFormDoctrineChoice with i18n

2009-08-18 Thread asim nizam
$c = new Criteria(); $c-addSelectColumn(HrTblMarriagesPeer::ID); $c-addSelectColumn(HrTblMarriagesPeer::HR_TBL_PARTICULARS_ID); $c-addSelectColumn(HrTblMarriagesPeer::MAR_NAME_OF_SPOUSE); $c-add(HrTblMarriagesPeer::HR_TBL_PARTICULARS_ID,2);*/ $this-setWidgets(array(

[symfony-users] Re: style sheet issue

2009-08-17 Thread asim nizam
I have clear cache it still not working On Mon, Aug 17, 2009 at 5:04 PM, Sid Bachtiar sid.bacht...@gmail.comwrote: symfony cc On Mon, Aug 17, 2009 at 10:50 PM, sunnyasim...@gmail.com wrote: i have file main.css and i have included in view.yml. but the page doesnot display the

[symfony-users] Re: about session handling

2009-08-15 Thread asim nizam
Can i use some thing like $_SESSION['name']=asim; in symfony On Sat, Aug 15, 2009 at 7:06 PM, DEEPAK BHATIA toreachdee...@gmail.comwrote: Hi, Below is taken from Symfony Chapter 6 http://www.symfony-project.org/book/1_2/06-Inside-the-Controller-Layer#chapter_06_user_session

[symfony-users] Re: about session handling

2009-08-12 Thread asim nizam
thank you very much!! On Wed, Aug 12, 2009 at 9:36 PM, Tom Haskins-Vaughan t...@templestreetmedia.com wrote: http://www.symfony-project.org/book/1_2/06-Inside-the-Controller-Layer#chapter_06_user_session sunny wrote: how to creat sessions like $_SESSION['name']=asdasd; in symfony.

[symfony-users] Re: symfony forms

2009-08-11 Thread asim nizam
On Tue, Aug 11, 2009 at 3:10 PM, shakir33 ezziani.cha...@gmail.com wrote: Hi everybody, i'm using symfony 1.2, and i have a problem with getting what the users wrote in the labels i try using $params = array( 'name'= $request-getParameter('nom'), 'email' =

[symfony-users] Re: help needed

2009-08-10 Thread asim nizam
Thanks it works On Mon, Aug 10, 2009 at 5:37 PM, Eric ericteub...@googlemail.com wrote: I assume your webservers root path is /var/www Your first path /civil/web/uploads/assets/abc.jpg is absolute to this path, so it works. Your second path var/www/civil/web/uploads/assets/abc.jpg is

[symfony-users] Re: help needed

2009-08-10 Thread asim nizam
Can you tell how to upload the file which have no relative path thanks On Mon, Aug 10, 2009 at 5:40 PM, asim nizam asim...@gmail.com wrote: Thanks it works On Mon, Aug 10, 2009 at 5:37 PM, Eric ericteub...@googlemail.com wrote: I assume your webservers root path is /var/www Your first

[symfony-users] Re: help needed

2009-08-10 Thread asim nizam
no i am using correct path img width=200px src=?php echo $hr_tbl_particulars-getParImage() ?/ while this show image thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this

[symfony-users] Re: help needed

2009-08-10 Thread asim nizam
sorry it is img width=200px src=/var/www/civil/web/ uploads/assets/abc.jpg/ i have stores file with this path /var/www/civil/web/ uploads/assets/abc.jpg i simply want to display thanks ause you are subscribed to the Google Groups symfony users group. To post to this group, send email to

[symfony-users] Re: help needed

2009-08-10 Thread asim nizam
ok thanks On Mon, Aug 10, 2009 at 6:11 PM, Gábor Fási maerl...@gmail.com wrote: You must have the public path over there. Assuming your webroot is /var/www, with this src your server is looking for a file in /var/www/var/www/civil/web/uploads/assets. The path you echo there should be

[symfony-users] Re: help needed

2009-08-10 Thread asim nizam
Than please tell me solution. On Mon, Aug 10, 2009 at 6:12 PM, asim nizam asim...@gmail.com wrote: ok thanks On Mon, Aug 10, 2009 at 6:11 PM, Gábor Fási maerl...@gmail.com wrote: You must have the public path over there. Assuming your webroot is /var/www, with this src your server

[symfony-users] Re: sfWidgetFormPropelChoice

2009-08-10 Thread asim nizam
i am newbie can use show me how to right correct code On Tue, Aug 11, 2009 at 11:29 AM, cokker cokker...@googlemail.com wrote: It takes a criteria option. Look at the docs. Greets Sven sunny schrieb: How to use criteria in sfWidgetFormPropelChoice widget

[symfony-users] Re: sfWidgetFormPropelChoice

2009-08-10 Thread asim nizam
also how to display only selected data in dropdown using where clause thanks On Tue, Aug 11, 2009 at 11:31 AM, asim nizam asim...@gmail.com wrote: i am newbie can use show me how to right correct code On Tue, Aug 11, 2009 at 11:29 AM, cokker cokker...@googlemail.com wrote: It takes

[symfony-users] symfony

2009-08-07 Thread asim nizam
how to use paginationation --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to