Re: [symfony-users] Re: help:doctrine

2010-06-08 Thread safa boubekri
hello

it  returns me

3 4


the ID  of   Cotisation

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] emptu_object

2010-06-08 Thread safa boubekri
  hello

 have empty  object  how  can i call object from indexSuccess.php   ??




in   CotsationTable.class

 public function  getTotals(Doctrine_Query $q = null)
{

$q=Doctrine_Query::create()
- SELECT('SUM(montant)')
-from('Cotisation');
  $montant = $q-fetchOne();


  return $montant;}


in action i put
public function executeIndex(sfWebRequest $request)
  {
  $this-bilan =
Doctrine_core::getTable('Cotisation')-getTotals($montant);


  }

in  indexSuccess.php

?php print_r($bilan); ?
?php foreach($bilan as $value): ?
  ?php echo $value ?
?php endforeach; ?

but i have  empty  object
Cotisation Object( [_node:protected] = [_id:protected] = Array ( )
[_data:protected]
= Array ( [id] = Doctrine_Null Object ( ) [id_personne] = Doctrine_Null
Object ( ) [Titre] = Doctrine_Null Object ( ) [Montant] = Doctrine_Null
Object ( ) ) [_values:protected] = Array ( [SUM] = 300 )
thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] help:doctrine

2010-06-08 Thread safa boubekri
thank you for  the  link but the version of symfony wich i  use is 1.3

 i want to khow  if  this  method it's  correct  for 1.3

public function getTotal()
{
 $total = 0;
 foreach ($this-getMontant() as $item)
 {
   $total += $item-getMontant() ;
 }

 return $total;
}
  i put it nth cotasationTable.class.php

thank y

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] help:doctrine

2010-06-07 Thread safa boubekri
hello

i  make  this  code in my action

$this-test = Doctrine_Query::create()
   -select('titre')
   -from('Cotisation')-execute();


it's give me  the Id   but not  'titre'

thank  you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Re: method_backned

2010-06-02 Thread safa boubekri
i try it  it's gives me  white  page

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] generare_csv

2010-06-02 Thread safa boubekri
HELLO



how can i genrate   csv  which contain  the result of table


thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] generare_csv

2010-06-02 Thread safa boubekri
i put this code  in the action


public function executeCreate()
$this-association =
Doctrine_Query::create()-from('association')-execute();

$this-getResponse()-setContentType('application/csv-tab-delimited-table','charset=UTF-8');
$this-getResponse()-addHttpMeta('content-disposition: ', 'attachment;
filename='.resultat.'.csv', true);

$this-getResponse()-send();

}

but i dont have thedata of table  asscoiation

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] __tostring

2010-06-02 Thread safa boubekri
in the table   paimnentthe id_person is still  number


i want that it will be  give me  the nom  prenom  of person



i hope that is clear

thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] generare_csv

2010-06-02 Thread safa boubekri
thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] __tostring

2010-06-02 Thread safa boubekri


 tank youbut in the choise  i  have liste  of nomprenom



but i want to have npmprenom in the table of paiment: select*from paiment
 it give me  id_person   not  nom prenom

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Re: method_backned

2010-06-01 Thread safa boubekri
i  add   try var_dump($this-test );

but i have  Undefined property: sfPHPView::$test

for  getTotals
public function  getTotals()
{


return $this-createQuery('c')- SELECT('SUM(c.montant) FROM c')-execute();

  }

thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] __tostring

2010-06-01 Thread safa boubekri
Hello,

In my database, I've a table *paiement * that contains a foreign key  *
id_person * that refers to a table  person.

I've created a module with the admin generator for each one. I've modified
the *generator.yml* of my module *phone* to replace the phone type *id_person
 * by the  nom  prenom  of personne

  how can i   get  nom  person in the Id pf person in the table  paimenet

thank you



and implemented classically the __toString() method in my model for the
 person  class:

class Personne extends BasePersonne
{


public function __toString()
{
 return $this-getNom().'  '.$this-getPrenom();
}
}

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] __tostring

2010-06-01 Thread safa boubekri
i  modify  paiment


*class paiment extends BasePaiment
{
public function __toString()
{
return $this-getPerson()-__toString();
}*
*
*
*but the id_person   is style number*
*
*
*thak you*

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Re: method_backned

2010-05-28 Thread safa boubekri
sir please

i put in action

public function executeIndex(sfWebRequest $request)
  {

  $this-test = Doctrine_core::getTable('Cotisation')-getTotals();  }


in template i  call  value test as:
?php foreach($test as $value): ?
  ?php echo $value ?
?php endforeach; ?


but no result

thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] template:no value

2010-05-28 Thread safa boubekri
hello

i put in action

public function executeIndex(sfWebRequest $request)
 {

 $this-test = Doctrine_core::getTable('Cotisation')-getTotals();  }


in template i  call  value test as:
?php foreach($test as $value): ?
 ?php echo $value ?
?php endforeach; ?


but no result

thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Re: template:no value

2010-05-28 Thread safa boubekri
i  put
 ?php foreach($test as $value): ?
  ?php print_r($value) ?
 ?php endforeach; ?


i have all  page  is white

:(

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Re: template:no value

2010-05-28 Thread safa boubekri
   getTotals:


public function getTotals()
{


 return $this-createQuery('c')- SELECT('SUM(c.Montant) FROM c')-execute();




}

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Re: template:no value

2010-05-28 Thread safa boubekri
i think  probleme with doctrine  conexion because i have  this msg

SET NAMES 'UTF8'

0.00s, doctrine connection

when i debug

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Re: template:no value

2010-05-28 Thread safa boubekri
it  return me

3 4


the ID of he montantswhich  i want  to  have  the sum

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Re: template:no value

2010-05-28 Thread safa boubekri
ok  thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Re: template:no value

2010-05-28 Thread safa boubekri
it's select  sorry

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] method_backned

2010-05-27 Thread safa boubekri
how  can i call  methode   in the  indexSuccess.php  this method is
delared in the  action of module in  backend

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] cvs

2010-05-26 Thread safa boubekri
hello  i want to generate  cvs which contain  the details  of asscoiation


i put this code:



public function executeCreate(sfWebRequest $request){

  $this-association =
Doctrine_Query::create()-select('a.*')-from('association
a')-execute();


$this-getResponse()-setContentType('application/csv-tab-delimited-table','charset=UTF-8');
$this-getResponse()-addHttpMeta('content-disposition: ',
'attachment; filename='.resultat.'.csv', true);

$this-getResponse()-send();

$this-setLayout(false);


$this-form-save();

return $this-redirect($this-getRequest()-getReferer());
}


but i have this  result



bNotice/b:  Use of undefined constant resultat - assumed
'resultat' in 
bD:\sym_project\ajf\apps\Backend\modules\association\actions\actions.class.php/b
on line b28/bbr /

thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Re: cvs

2010-05-26 Thread safa boubekri
i have csv  generate  but  it contain

esultat' in 
bD:\sym_project\ajf\apps\Backend\modules\association\actions\actions.clas
s.php/b


i want  that  it  give us  the  result of  the table


thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] SUM()

2010-05-26 Thread safa boubekri
hello  i create  one module bilan  i want to cretae function wich ive
me the sum  of on otherwidget  which is in other  module

i ut this  code in action



public static function getTotals()
{
  $con = Doctrine::getConnection('Doctrine');
  $sql = SELECT  SUM(Cotisation.Montant) FROM Cotisation ;
  $stmt = $con-createStatement();
  // or FETCHMODE_ASSOC if you wish
  $rs = $stmt-executeQuery($sql, ResultSet::FETCHMODE_NUM);

  return parent::doSelectRS($rs);
}


but  no result


i will be gratefull

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] cvs

2010-05-26 Thread safa boubekri
hello

i want  that csv  contan the content  of table   association

but i  have in  the csv :

 bD:\sym_project\ajf\apps\Backend\modules\association\actions\actions.clas
s.php/b


thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] cvs

2010-05-26 Thread safa boubekri
after generation of csv


in the columun ofcsv  i have  these lines

thank  you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] sum()+backend

2010-05-25 Thread safa boubekri
hello every body

how  can  i  create  method  to have sum()

in the  backend



thank you  a lot

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] sum()+backend

2010-05-25 Thread safa boubekri
HELLO

i create module free which  dont have  table in  the database i hope
that it permet  me  to show  the  sum  of   an other

table

the code is:

public static function getTotals()
{
  $con = Doctrine::getConnection('Doctrine');
  $sql = SELECT  SUM(Cotisation.Montant) FROM Cotisation ;
  $stmt = $con-createStatement();
  // or FETCHMODE_ASSOC if you wish
  $rs = $stmt-executeQuery($sql, ResultSet::FETCHMODE_NUM);

  return parent::doSelectRS($rs);
}


but  i dont have  result

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] sum()+backend

2010-05-25 Thread safa boubekri
i have symfony 1.3  but i have problem how can i  use this  method in the form

i declar  one widget  but  how can i  use it


thank you

:)

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] primary key _forms

2010-05-21 Thread safa boubekri
hello
in my forms i have  ths primary key

how can i  display it

thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Re: language_backend

2010-05-20 Thread safa boubekri
in my setting.yml,  i  must put
  true


i dont  kows what is wrong

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Re: language_backend

2010-05-20 Thread safa boubekri
yes  i put it in the i18n

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] language_backend

2010-05-19 Thread safa boubekri
hello  every body

i add in setting.yml of backend


  i18n:true
   default_culture:   fr_FR
   standard_helpers: [Partial, Cache, I18N]
   charset: utf-8
and i  add   sf_admin.xml ds  \apps\Backend\i18n
and the commande
 symfony i18n:extract frontend fr _FR–auto-save

to  cahge the culture in french but   any  result

   can you help me

thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] language

2010-05-18 Thread safa boubekri
I  clear the cache.  AND I open the page in a different browser but
it's the same thing   :(


some one who has idea

thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] language

2010-05-17 Thread safa boubekri
hello

i configure setting as
all:
  .settings:
default_culture:   fr_FR
charset: utf-8
i18n:true


in order to change the  language but it isn't   work

wath i must do  i have symfony 1.3

thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] help

2010-05-13 Thread safa boubekri
hello  every body

i put this code

 public function executeCreate(sfWebRequest $request)
 {

 $this - formpersonne= new personneForm();
 $this-form = $this-configuration-getForm($this-personne);

if ($request-isMethod('post'))
{
$this-form-bind($request-getParameter($this-form-getName()));

if ($this-form-isValid())
{

$head = From: Admin .$email_admin.\n;

 $object  = 'inscription reussite';
 $message='je vous informe  que vous êtes  inscrit dans  votre association';
 $email=$this-form-getValue('Email');

mail($email, $object, $message, $head);
sfView::NONE;

return $this-redirect($this-getRequest()-getReferer());

}

the MSG has be  send successfuly  but  the  data  doest  add in the database


thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] help

2010-05-13 Thread safa boubekri
than you a  lot it's resolved

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] urgen_send_mail

2010-05-12 Thread safa boubekri
thank you i test it and i will  reply  you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] urgen_send_mail

2010-05-12 Thread safa boubekri
thank you all  i resolve problem

i m gratful  for your help

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] excel

2010-05-10 Thread safa boubekri
hello  every  body  how to  import and export file  excel


please help  me  i will be grateful

thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] form_backend

2010-05-07 Thread safa boubekri
hello

how can i instance form   in the backend

thank  you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] form_backend

2010-05-07 Thread safa boubekri
after i configurate  factories.yml i have this msg:

*Catchable fatal error*: Argument 1 passed to
Swift_Transport_AbstractSmtpTransport::registerPlugin() must be an instance
of Swift_Events_EventListener, instance of sfMailerMessageLoggerPlugin
given, called in
D:\SF_Project\PFE\lib\vendor\symfony\lib\mailer\sfMailer.class.php on line
140 and defined in


thank you a lot

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] form_backend

2010-05-07 Thread safa boubekri
OK THAK YOU SIR I   USE SYMFONY 1.3:

# You can find more information about this file on the symfony website:
# http://www.symfony-project.org/reference/1_4/en/05-Factories

prod:
  logger:
class:   sfNoLogger
param:
  level:   err
  loggers: ~

cli:
  controller:
class: sfConsoleController
  request:
class: sfConsoleRequest
  response:
class: sfConsoleResponse

test:
  storage:
class: sfSessionTestStorage
param:
  session_path: %SF_TEST_CACHE_DIR%/sessions

  response:
class: sfWebResponse
param:
  send_http_headers: false

  mailer:
param:
  delivery_strategy: none

dev:
  mailer:
param:
  delivery_strategy: none

all:
  routing:
class: sfPatternRouting
param:
  generate_shortest_url:true
  extra_parameters_as_query_string: true

  view_cache_manager:
class: sfViewCacheManager
param:
  cache_key_use_vary_headers: true
  response:
class: sfWebResponse
param:
send_http_headers: false
  mailer:
class: sfMailer
param:
  logging:   %SF_LOGGING_ENABLED%
  charset:   %SF_CHARSET%
  delivery_strategy: realtime
  transport:
class: Swift_SmtpTransport
param:
  host:localhost
  port:25
  encryption: ~
  username:   ~
  password:   ~

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] help_sfPhpExcelPlugi

2010-05-06 Thread safa boubekri
hello

because until now i dont resolve  the problem  of  export and import  excel
file

should you help me


please


thank you a lot

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] send_msg

2010-05-03 Thread safa boubekri
hello  everybody


i use  this
mail($mail_admin, $object, $message, $head);
in orther  to  send  msg  but i have this error

Warning: mail() [function.mail]: Failed to connect to mailserver at
localhost port 25, verify your SMTP and smtp_port setting in php.ini
or use ini_set()


thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] send_msg

2010-05-03 Thread safa boubekri
how can   specify  details

thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] help_nahoMailPlugin

2010-04-29 Thread safa boubekri
 i put tihs code nahoMail::send('My subject', 'My body', 'recipi...@mail.com');
 in the action but i dont have any result

i tink that i must declare it in  the  view  buthow  i do it?

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] help_nahoMailPlugin

2010-04-28 Thread safa boubekri
hi thank you  the version is 1.1.3


should you  give me the  steps  to confgurate  appl.yml and how can  i
send  msg  with  this plugin

i m grateful  of your help

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] help_sfPhpExcelPlugi

2010-04-27 Thread safa boubekri
hello

:(  the file reports.xslis not generate   change  '/var/tmp/  to  /tmp
because i have wamp/tmp

thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] help_sfPhpExcelPlugi

2010-04-26 Thread safa boubekri
hello

so sir i  put  this code but i  dont  get the file xsl  i thik because i
have office2003

please help me

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] help_sfPhpExcelPlugi

2010-04-26 Thread safa boubekri
 $objPHPExcel-getProperties()-setCreator(Maarten Balliauw);
$objPHPExcel-getProperties()-setLastModifiedBy(Maarten Balliauw);
$objPHPExcel-getProperties()-setTitle(Office 2007 XLSX Test
Document);
$objPHPExcel-getProperties()-setSubject(Office 2007 XLSX Test
Document);
$objPHPExcel-getProperties()-setDescription(Test document for Office
2007 XLSX, generated using PHP classes.);
$objPHPExcel-getProperties()-setKeywords(office 2007 openxml php);
$objPHPExcel-getProperties()-setCategory(Test result file);

because this lines means that we must  have office 2007 (  I THINK)

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] help_sfPhpExcelPlugi

2010-04-26 Thread safa boubekri
hello everybody  i have installed   sfPhpExcelPlugi  but i have  a  problem
 it ins'nt  work well  if the is  another  plugin  to generate   file  excel


thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] stupid question about securing backend with sfGuard?

2010-04-23 Thread safa boubekri
hi
try to  create administator


symfony guard:create-user admin admin
symfony guard:promote admin


i had the same problem  after this it's resolved

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] sfDoctrineGuardPlugin/login was not found on this server.

2010-04-22 Thread safa boubekri
hello

i developped  symfony application  i secure my backend with
 sfDoctrineGuardPlugin  firstly it's work normaly  but now i have this
 messag

404 Not Found

The requested URL /login was not found on this server.


Thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] sfDoctrineGuardPlugin/login was not found on this server.

2010-04-22 Thread safa boubekri
 where i find   mod_rewrite?

should explain me more

tahk you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] sfDoctrineGuardPlugin/login was not found on this server.

2010-04-22 Thread safa boubekri
 thank  you a lot ;i m   gratefulfor your help


i did'nt enable: LoadModule rewrite_module modules/mod_rewrite.so   in
http.conf

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] help_sfPhpExcelPlugi

2010-04-20 Thread safa boubekri
 so   i  load the  php_zip.dll   but  i have the same  message :php statup:
unable  to load  dynamic library  C:\wamp\bin\php\php5.3.0\ext\ php_zip


when i executed the command
*$php plugins/sfPhpExcelPlugin/examples_1_2/01simple.php
*

after  Create new PHPExcel object

Fatal error: Class 'sfConfig' not found in
/home/sfprojects/jobeet/plugins/sfPhpExcelPlugin/lib/sfPhpEx cel.class.php
on line 9
i m blocket should you help me

thank  you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] help_sfPhpExcelPlugi

2010-04-20 Thread safa boubekri
thank you but should you explain more

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] help_sfPhpExcelPlugi

2010-04-19 Thread safa boubekri
hi,
i have installed sfPhpexcel Plugin and set the default properties in
config/phpexcel.yml, i got an error like this when i executed the command
*$php plugins/sfPhpExcelPlugin/examples_1_2/01simple.php
*

after  Create new PHPExcel object

Fatal error: Class 'sfConfig' not found in
/home/sfprojects/jobeet/plugins/sfPhpExcelPlugin/lib/sfPhpEx cel.class.php
on line 9


i don't no were i went wrong... help me..

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] help_sfPhpExcelPlugi

2010-04-19 Thread safa boubekri
yes because i developped projet with symfony1.3.3 i think thak i have
problèmwith  php_zip.dlland php_xml.dll


it is  not  full i have this  messag php statup: unable  to load  dynamic
library  C:\wamp\bin\php\php5.3.0\ext\ php_zip

because theRequirements to use this plugin is that
Requirements

   - PHP version 5.2 or higher
   - PHP extension php_zip enabled
   - PHP extension php_xml enabled

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] help_sfPhpExcelPlugi

2010-04-19 Thread safa boubekri
i do  it symfony cc

but the same msg

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] help_foreign key

2010-04-15 Thread safa boubekri
hello   i need your help
thank you very much

in my schema  i have field    asforeign  key  but in the forms i
must  to write  this field but normaly it  will be  written
automatically  because it is foreign  key

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe, reply using remove me as the subject.


[symfony-users] help_language

2010-04-12 Thread safa boubekri
hello


  how can i  change the language of my project from english to an
onther  language


thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe, reply using remove me as the subject.


[symfony-users] dont display : filter_backend

2010-04-12 Thread safa boubekri
hello


i  want to khow how to  hide the forms of  filters in  the backend


thank you very much

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe, reply using remove me as the subject.


Re: [symfony-users] dont display : filter_backend

2010-04-12 Thread safa boubekri
Thank you  very much

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe, reply using remove me as the subject.


Re: [symfony-users] help_language

2010-04-12 Thread safa boubekri
Thank   you a lot

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe, reply using remove me as the subject.


[symfony-users] help

2010-04-11 Thread safa boubekri
HELLO

how  to change   username   password   in the  form of secure
authentication  in an other  language



thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe, reply using remove me as the subject.


Re: [symfony-users] Re: help

2010-04-08 Thread safa boubekri
so i use  symfony 1.3.3  i  find solution i must put admin and admin   the
super user


Thaks  you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe, reply using remove me as the subject.


Re: [symfony-users] help

2010-04-07 Thread safa boubekri
hello  i cant double  the user  because  it must be  one   but   for the
username et  password  i  put exactly i m sure

   thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe, reply using remove me as the subject.


[symfony-users] help

2010-04-05 Thread safa boubekri
hello

i  follow   http://www.symfony-project.org/jobeet/1_2/Doctrine/en/13

 i need your help i  create an administrator user  but in the exuction i
have The username and/or password is invalid.  i cant  access to my apps
backend


thank you

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe, reply using remove me as the subject.


[symfony-users] help_urgent

2010-04-02 Thread safa boubekri
hello


please  i   need your help   i follow  the steps of this
   youhttp://www.symfony-project.org/jobeet/1_2/Doctrine/fr/13   but  when i
execute;//backend_dev.php


i have juste   logout   without  forms  tu put   username  and  password

thank you  very  much

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe, reply using remove me as the subject.


[symfony-users] demande_aide

2010-03-30 Thread safa boubekri
  bonjour svp  j'ai installer le plugin sfGuardDoctrine ça marche mais lors
de création du module   sfGuardAuth  il  affiche Empty module and/or action
after parsing the URL /sfGuardAuth/ (/).

vu que  j'ai suivi  les etapes du
http://www.symfony-project.org/plugins/sfDoctrineGuardPlugin  vraiment je
suis bloqué


merci d'avance

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe from this group, send email to 
symfony-users+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


[symfony-users] problème/sfGuardDoctrine

2010-03-30 Thread safa boubekri
 bonjour svp  j'ai installer le plugin sfGuardDoctrine ça marche mais lors
de création du module   sfGuardAuth  il  afficheEmpty module and/or action
after parsing the URL /sfGuardAuth/ (/).

vu que  j'ai suivi  les etapes du
http://www.symfony-project.org/plugins/sfDoctrineGuardPlugin  vraiment je
suis bloqué


merci d'avance
--

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe from this group, send email to 
symfony-users+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


[symfony-users] problème_sf_gard_user

2010-03-29 Thread safa boubekri
Bonjour tout le monde svp j'ai ajouter le plugin  de sfDoctrineGuardPlugin
les tables sfgarduser  sont crées automatiquement dans la base de données
mais lors de création de model ça marcha pas j'i ce message:

enable to gneate module for  non-existantmodel sf_gard_user même si
cette table existe dans la Base de données

merci d'avance


-- 
اللَّهمَّ إِنِّي أَعُوذُ بِكَ مِنْ زَوَالِ نِعْمَتِكَ ، وَتَحَوُّلِ
عَافِيَتِكَ وَفُجاءَةِ نِقْمَتِكَ ، وَجميعِ سخَطِكَ

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe from this group, send email to 
symfony-users+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


[symfony-users] demande_inscription

2010-03-23 Thread safa boubekri
bonjour je suis ingénieur d'état génie  logiciel  maintenant je
développe une application avec symfony

je trouve des difficultés  pou créer  une page d'authentification


 SVP  comment  puisse-je  créer  une page authentification   en
symfony  avec sfDoctrineGuardPlugin

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe from this group, send email to 
symfony-users+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


[symfony-users] dmd_aide_symfony

2010-03-23 Thread safa boubekri
bonjour svp est ce que vous pouvez  en  m'éclaircir   toute la
configuration des  fichiers .yml  et tout  car
  je trouve des difficultés   pour créer  une page d'authentification avec
symfonyet   le pluging   sfDoctrineGuardPlugin
merci d'avance

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe from this group, send email to 
symfony-users+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


Re: [symfony-users] prefill login form

2010-03-23 Thread safa boubekri
bonjour  merci  pour   votre aide   svp est ce que vous pouvez  en
 m'éclaircir   toute la configuration des  fichiers .yml  et tout  car
  je trouve des difficultés

merci d'avance

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe from this group, send email to 
symfony-users+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.