[symfony-users] ldap authentication

2010-05-20 Thread mirfan
Hi, I want my application to be authenticated with ldap i have no idea how i will do that and i am also fresh to symfony, one more thing is that i have installed and enabled sfGuard plugin but its is not working. Please help me. -- If you want to report a vulnerability issue on symfony, please

[symfony-users] image path

2009-12-27 Thread mirfan
hi, is that not awkward that i have to write full path of the image that i wand to display like see the following img src=/demo_project/web/images/image_name.gif / if i have to change the directory of the project that will be a blunder because i will have to change all the img path, is there any

[symfony-users] image path

2009-12-27 Thread mirfan
hi, is that not awkward that i have to write full path of the image that i wand to display like see the following img src=/demo_project/web/images/image_name.gif / if i have to change the directory of the project that will be a blunder because i will have to change all the img path, is there any

[symfony-users] Re: Symfony 1.3 - Range year

2009-12-27 Thread mirfan
i suggest that the better option to do so is to use JQuery popup calendar. you can find it on http://www.jquery.com On Dec 27, 4:44 pm, Vincent UNG ung.vinc...@gmail.com wrote: Hi, it's me again I have many field as a date field, actually, I use sfWidgetFormJQueryDate and sfWidgetFormDate In

[symfony-users] Re: Symfony 1.3 - Range year

2009-12-27 Thread mirfan
use this one http://keith-wood.name/datepick.html you may need some hard code On Dec 27, 6:23 pm, Vincent UNG ung.vinc...@gmail.com wrote: I already use it with sfFromExtraPlugin, a symfony plugin that let me to use datepicker of jQuery UI In the widget class, I set option changeMonth, and

[symfony-users] default values for embedded form

2009-12-24 Thread mirfan
Hi, I am embedding form B into Form A see the following scenario form A is examination form for a doctor form B is form which have some general info about patient these both forms are inter-connected through patient when i am entering data for patient i have option to enter genral

[symfony-users] foreign key

2009-12-24 Thread mirfan
is there any function like for retrieving data by foreign key like the one we have retrieveByPk(); -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this

[symfony-users] model and function

2009-12-24 Thread mirfan
i have define a function getEncounterInfo($value){} in model of EyePhysicalExamination.php now when i am calling it in the following way $this-getEncounterInfo($value) it give the following error Call to undefined method eyePhysicalExaminationActions::getEncounterInfo. and when i call it like

[symfony-users] strange problem with date

2009-12-21 Thread mirfan
Hi, I was working on project in UBUNTU operating system everything is fine and good but now it seems strange when i migrate to Centos 5 when i access any page which is printing date a Fatal Error occurs saying class DateTime not found. I generate a new and fresh project in Centos which also

[symfony-users] Re: strange problem with date

2009-12-21 Thread mirfan
i have installed the latest version of pear but it still give me the same problem cache folder has 777 permission, if this is not right then what it should be? these are ther versions PEAR Version: 1.4.9 PHP Version: 5.1.6 -- You received this message because you are subscribed to the Google

[symfony-users] Re: strange problem with date

2009-12-21 Thread mirfan
i have cc. what is htc magic? -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com. For

[symfony-users] Re: strange problem with date

2009-12-21 Thread mirfan
ok plz leave htc magic i was confused did you have any solution for my problem On Dec 21, 5:58 pm, Alexandru-Emil Lupu gang.al...@gmail.com wrote: Lol... a mobile phone sent via htc magic On Dec 21, 2009 2:56 PM, mirfan m.irfa...@gmail.com wrote: i have cc. what is htc magic? -- You

[symfony-users] Re: Question about links using link_to and CSS rules

2009-12-21 Thread mirfan
you can also use html anchor tag as a href=?=url_for('content/update?name='.$name) ?I never say my name/a assign any class to a tag. On Dec 22, 10:41 am, DEEPAK BHATIA toreachdee...@gmail.com wrote: // Option argument as an associative array ?php echo link_to('I never say my name',

[symfony-users] Re: Question about links using link_to and CSS rules

2009-12-21 Thread mirfan
for these links. I expected it works writing something like this: #menu link_to { } But the rule only works if i write it in this way: #menu a { } Am i doing this right? Dont you think this way (link_to in the view and a in the CSS rule) could be confusing? On Dec 22, 10:46 am, mirfan m.irfa

[symfony-users] Re: database on a different server than symfony

2009-12-03 Thread mirfan
you have to edit the database.yml file which exist in config folder all: propel: class:sfPropelDatabase param: classname: PropelPDO dsn:mysql:dbname=database_name;host=server_name 0r IP_Address username: mysql_username password: mysql_password

[symfony-users] Nested Forms

2009-10-27 Thread mirfan
Hi, i have form A in which i embed Form B and now i have to embed form C into form B (this will be through ajax call any number of forms can be embeded) this situation is looking very complex for me please someone help me i am using the following method to embedform

[symfony-users] Project Deployment

2009-10-23 Thread mirfan
Hi, I have deployed a symfony project but i got an issue and that is let me explain: server: 132.147.160.108 {it is a locl server} http://132.147.160.108/civil_users/web/index.php/employee this is the page which i access by writing the url {i have write the index.php} the problem is that this

[symfony-users] Re: Project Deployment

2009-10-23 Thread mirfan
, Oct 23, 2009 at 3:49 PM, mirfan m.irfa...@gmail.com wrote: Hi, I have deployed a symfony project but i got an issue and that is let me explain: server: 132.147.160.108 {it is a locl server} http://132.147.160.108/civil_users/web/index.php/employee this is the page which i access

[symfony-users] deployment of symfony project

2009-10-23 Thread mirfan
Hi, i have deployed a symfony project after successful deployment when i access it without any module its ok but when i access module it give me error the scenario is like this http://132.147.160.108/chk/web/index.php this link is accessible and

[symfony-users] Re: deployment of symfony project

2009-10-23 Thread mirfan
i cant get what you want to say where i will find apache error log the project_name/log folder is empty On Oct 23, 6:54 pm, Eno symb...@gmail.com wrote: On Fri, 23 Oct 2009, mirfan wrote: i have deployed a symfony project after successfuldeploymentwhen i access it without any module its ok

[symfony-users] Re: Project Deployment

2009-10-23 Thread mirfan
thanks a lot it works when i clear the cache On Oct 23, 6:44 pm, Eno symb...@gmail.com wrote: On Fri, 23 Oct 2009, mirfan wrote: i have disable no_script_name and enable mod_rewrite but it still not working Did you clear cache

[symfony-users] Assign value to form fields

2009-09-15 Thread mirfan
Hi, I have a form and i want to assign value to its field from my action.class.php like $this-form['first_name'] = 'Micheal'; but its give me error how i will handle it? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[symfony-users] Re: Symfony Project configuration on another machine

2009-08-19 Thread mirfan
is that: cannot read path/filename.php for every file and i cant access any folder from web browser. any help will be highly appreciated. On Aug 13, 6:57 pm, Eno symb...@gmail.com wrote: On Thu, 13 Aug 2009, mirfan wrote:  I have configured my symfony project on UBUNTU machine now i want

[symfony-users] Re: Symfony Project configuration on another machine

2009-08-19 Thread mirfan
mine observation was also that it is due to file permissions i use chown -R to give permission to all files but its not working properly and when i assign permisssion to each file one-by-one then its ok, and working, i am new to ubuntu please someone told me how i will assign permission to

[symfony-users] Symfony Project configuration on another machine

2009-08-13 Thread mirfan
Hi everyone, I have configured my symfony project on UBUNTU machine now i want to configure the same on another ubuntu machine i copy the project to second machine but it just give me that you have no permission to access the file or folder, how i will configure it please help me.

[symfony-users] Function of another Model

2009-08-07 Thread mirfan
Hi everyone, I am new one to symfony and need your help my problem is: i have two tables countries and cities when i add a city i am selecting a country for it cities structure is idcity_name country_id now when i am diplaying the cities i add the criteria but how i will display the

[symfony-users] Re: symfony

2009-08-07 Thread mirfan
http://symfonynerds.com/blog/?p=12 study this blog man On Aug 8, 10:33 am, asim nizam asim...@gmail.com wrote: how to use paginationation --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To

[symfony-users] Re: nested forms

2009-08-06 Thread mirfan
. Then when If this won't work use pastebin again but please try to isolate the problem. There are many lines of unnecessary code. -- Best regards Łukasz Wojciechowski New Generation Software +48 602 214 629http://www.ngsoft.pl W dniu 3 sierpnia 2009 12:58 użytkownik mirfan m.irfa...@gmail.com

[symfony-users] Re: nested forms

2009-08-03 Thread mirfan
629http://www.ngsoft.pl W dniu 3 sierpnia 2009 06:43 użytkownik mirfan m.irfa...@gmail.com napisał: Hi Łukasz Wojciechowski, Ryan Weaver blog is really helpful it solve alot of my problems, but i have another one issue is the same from Ryan blog i have get how to embed a single form

[symfony-users] Re: nested forms

2009-08-03 Thread mirfan
here is it http://pastebin.com/me219634 On Aug 3, 3:34 pm, mirfan m.irfa...@gmail.com wrote: should i mail you all the pages? On Aug 3, 2:15 pm, Łukasz Wojciechowski lu...@pronet.lublin.pl wrote: I can try but You should provide us some code. Maybe a fragment which is responsible

[symfony-users] Re: nested forms

2009-07-30 Thread mirfan
in a loop then all records was saved to database properly. good luck -- Best regards Łukasz Wojciechowski New Generation Software +48 602 214 629http://www.ngsoft.pl 2009/7/30 mirfan m.irfa...@gmail.com: please somebody help me i am really stucked here On Jul 29, 6:48 pm, mirfan m.irfa

[symfony-users] Re: Help For Nested Form

2009-07-29 Thread mirfan
use embedForm in the forms class class Game extends ..{ $this-embedForm('formname', new FormYouWantToEmbed()); } this will display the form On Jul 29, 2:28 pm, seifolah Ghaderi sepel...@gmail.com wrote: Hi All. It's my project plan. I have  *league*  table. Each *league*  table has

[symfony-users] nested forms

2009-07-29 Thread mirfan
hi everybody, i am using embedFormForEach and also embedForm: 1. embedForm save data without any problems but embedFormForeach is not saving the data in database. 2. i need unlimited time to embed form thats why i am using embedFormForEach but i need some help here: a. first is that some

[symfony-users] dynamic input fields

2009-07-26 Thread mirfan
hi, i am working with a very dynamic form that is i can add and remove fields from admin side into a form and all the fields are saved in database table and the form will load all the fields when loaded the table will be id

[symfony-users] saving data to multiple tables

2009-07-24 Thread mirfan
i have a parent form Patients now i need another to embed in this form which is PatientMedicalHistory, i am a very fresh symfony user please some one help me how i will embed this form and how i will save the forms in database and also the edit process i am really boored and thinking to quit the