[symfony-users] Symfony Developer required at Zigron-Islamabad office

2011-05-17 Thread Fahad Khalid
Job Description: We are looking for people who are interested in developing their career with us. Successful candidates should enjoy working in a well- managed team environment have the enthusiasm and ambition to complete projects to the highest standard and want to be part of an organization that

Re: Re : [symfony-users] Where Modify action before saving

2010-12-12 Thread khalid
yes never use the context in your model. if you have on your action $object = $this->from->getObject()->setUserId($this->getUser()->getId()); $this->from->save(); the solution of gabriel is nice you can use the option of your form for inject the user_id or guard user object. good luck 2010/12/12

Re: Re : [symfony-users] Where Modify action before saving

2010-12-12 Thread khalid
Hi, the relation name is guardUser $this->setUserId($this->getGuardUser()->getUser()->getId()); ps: The problem are you cannot set the user when the object is new ? this line must be in the action not in your model. because you set the current user_id, the guard_user_id it'sz$ différente of use

Re: [symfony-users] Application Configuration

2010-10-14 Thread khalid
Hi, ur yes because you must enabled sfDoctrinePlugin 2010/10/14 eliana m. > hello > I need to install different plugins for each application. > > The following is the code for the appconfiguration: > > > class ingeindConfiguration extends sfApplicationConfiguration > { > public function config

Re: [symfony-users] problem with generator.yml

2010-08-20 Thread khalid
it's normal if you overload the template you cannot see the changement on your template if you apply some change on the generator.yml. Le 15 août 2010 01:38, Khalid EL HAJOUI-ETTAALIBI a écrit : > Bonjour tout le monde, > > j'ai généré l'interface d'administ

Re: [symfony-users] problem with filters

2010-08-20 Thread khalid
You can used sfFormExtratPlugin and used autocompletion easy to used Le 14 août 2010 17:46, Khalid EL HAJOUI-ETTAALIBI a écrit : > Bonjour, > > Je voudrais savoir comment pourrais je par exemple filtrer les données > afficher mais de façon à ce que j'ai deux champs input (le

[symfony-users] problem with generator.yml

2010-08-20 Thread Khalid EL HAJOUI-ETTAALIBI
Bonjour tout le monde, j'ai généré l'interface d'administration et puis j'ai copié les templates qui se trouve dans le dossier cache de mon module générée pour pouvoir modifier le design mais quand j'ai fais des modifs sur le generator.yml pour modifier le titre ainsi que les champs à afficher je

[symfony-users] problem with filters

2010-08-20 Thread Khalid EL HAJOUI-ETTAALIBI
Bonjour, Je voudrais savoir comment pourrais je par exemple filtrer les données afficher mais de façon à ce que j'ai deux champs input (le premier est le critère de filtrage basé sur les colonnes et puis le deuxième champs le mot que je pourrais tapez selon la colonne choisie) Merci pour votre ai

Re: [symfony-users] backend and __toString()

2010-06-26 Thread khalid
Hi, You must overload the user's widget list and add an option in your from for switch the widget when your are in the backend application 2010/6/26 Martin Henits > I have overrided the __toString() method for my users model to display > first name and sirname. > can I display something like th

Re: [symfony-users] Help me in this problem starting symfony on ubuntu and xampp

2010-06-17 Thread khalid
test with ./symfony project:permissions if is don't work your web file must be www-data chmod -R www-data:www-data but i'am not sure 2010/6/17 Diego Bello > On Thu, Jun 17, 2010 at 2:27 PM, Dina aquarius > wrote: > > Dear Symfony Users, > > > > You are users and me is just a beginner who

Re: [symfony-users] Re: Zend et Symfony

2010-04-27 Thread khalid
27;).'/vendor/Zend/Loader/ > Autoloader.php'; >Zend_Loader_Autoloader::getInstance(); >self::$zendLoaded = true; > } > in the project configuration.class.php after that the Zend Lucene was > working fine but when i tried the pdf it's not > > On Apr 26, 4

Re: [symfony-users] Zend et Symfony

2010-04-26 Thread khalid
hello, Your probleme come to the autoload of symfony. how you are integrated zend ? 2010/4/26 Omar El Mazny > Hello, > > I integrated Zend with symfony the search feature is working really > good but when it comes to the pdf class i keep getting this error > message > "Fatal error: Class 'Zend_

[symfony-users] Re: doctrine admin generator: custom label and icon in object_actions

2009-08-08 Thread khalid
On the admin generator you can use a partial but i don't no if what's you wan't but i think is usefull or use the formatter or overlord _form_field.php and modify this template in the admin generator http://www.symfony-project.org/jobeet/1_2/Doctrine/en/12 _form_field.php Displays a singe form fi

[symfony-users] Re: How does Propel determine which database to use for command-line tools?

2009-08-02 Thread khalid
2009/8/2 jskidmore > > Thanks Khalid! Can "--env" be set for any of the Propel CLI tasks? I > see from The symfony Cookbook that it can be used for the data > management tasks, but what about model generation etc.? > > On Aug 2, 7:28 am, khalid wrote: > > in t

[symfony-users] Re: How does Propel determine which database to use for command-line tools?

2009-08-02 Thread khalid
in the database .yml you can determine you environnement all: dev: test: each enviromment you can make propel:build-all --env=test or --env=dev default is all 2009/8/2 jskidmore > > How does Propel determine which database to use for *command-line > tools* (ex. "propel:build-all