[symfony-users] Possible Bug?

2010-05-27 Thread Ozzy
Hi, I have encountered a problem when working on Symfony. I think it is a bug, I have reported it by a ticket, but I also wanted to ask for your opinion. Can you check that please: http://trac.symfony-project.org/ticket/8704 Thanks. -- If you want to report a vulnerability issue on symfony, pl

[symfony-users] Possible bug found in sfWidgetFormChoice

2010-03-04 Thread Meijuh
When I use: $this->widgetSchema[1] = new sfWidgetFormChoice(array('default' => 'b', 'choices' => array('a' => 'a', 'b' => 'b'))); The option with value b will not get the selected attribute. But when I use: $this->widgetSchema[(1).'foo'] = new sfWidgetFormChoice(array('default' => 'b', 'choices'

[symfony-users] Possible bug in Propel 1.3

2009-07-16 Thread Trevor Lanyon
Hi, symfony propel:build-model builds this BaseSubscriberUnit.php: public function getSubscriberUnitCoordinate(PropelPDO $con = null) { if ($this->aSubscriberUnitCoordinate === null && (($this->mac !== "" && $this->mac !== null) && ($this->basestation_id !== "" &&

[symfony-users] possible bug in Propel?

2009-01-15 Thread Garakkio
I think I found a bug in Propel generated models, but I would like to be contradicted This is an extract from my schema.yml: sf_social_event: _attributes:{ phpName: sfSocialEvent } id: ~ user_admin: { type: integer, required: true, foreignTable: sf_guard_user, foreignReference: