[symfony-users] best way to implement transactional services with symfony?

2011-04-28 Thread Slavka
hey guys, my project currently offers a whole bunch of services to handle various buisness tasks, the services are represented using modules while actions represent the operations offered by the service (i.e. basic CRUD). now i am running into some issues where for e.g. a buisness task requires

[symfony-users] strangeness with pdostatement....

2010-12-09 Thread Slavka
The following from xdebug trace where l__mi_prinx is suppose to be a bigint but instead .0 is appeneded to the end of the number and changes the value type from integer to decimal anyone know why? - PDOStatement-fetch(2) C:\sites\local.symfony.swag\lib\vendor

[symfony-users] strangeness with pdostatement....

2010-12-09 Thread Slavka
The following from xdebug trace where l__mi_prinx is suppose to be a bigint but instead .0 is appeneded to the end of the number and changes the value type from integer to decimal anyone know why? - PDOStatement-fetch(2) C:\sites\local.symfony.swag\lib\vendor

[symfony-users] sympal plugin

2010-11-13 Thread Slavka
Hey guys.. was wondering if anyone has managed to successfully get sfsympalplugin up and running using doctrine and mssql? -- 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

[symfony-users] Potential issue with SQL been generated by Propel!!?? or an issue with my schema??

2010-04-21 Thread Slavka
Ok i came accross this weird issue the other day... i created a schema.yml file ~ propel: _attributes: { package: lib.model.ams, defaultIdMethod: native } ams_company: id: ~ company:{ type: varchar(255),

[symfony-users] Re: Potential issue with SQL been generated by Propel!!?? or an issue with my schema??

2010-04-21 Thread Slavka
, or at least gave us an error message. On Wed, Apr 21, 2010 at 09:14, Slavka richard@gmail.com wrote: Ok i came accross this weird issue the other day... i created a schema.yml file ~ propel:  _attributes:                              { package: lib.model.ams

[symfony-users] navigation plugin

2010-04-21 Thread Slavka
Hey guys... was just wondering if anyone has created a simple navigation plugin for symfony? -- 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

[symfony-users] symfony 1.2 db connections timing out

2010-04-12 Thread Slavka
Hey guys... im getting the SQLSTATE[HY000]: General error: 2006 MySQL server has gone away In my action i create the required db connections as such $connection_cdb = Propel::getConnection('propel'); $connection_stats = Propel::getConnection('cdb_stats'); I then read a big csv file from the

[symfony-users] memory leaks... just keep on leaking

2010-04-11 Thread Slavka
It seems to be pretty clear the symfony 1.2 and propel are still full of memory leaks... I have a simple for loop selecting the same object into the same variable... in theory this should not lead to increase memory use for every loop however that is what is happening... Has anyone every looked

[symfony-users] Re: memory leaks... just keep on leaking

2010-04-11 Thread Slavka
Christian have you just started using symfony? if not then i am sure you are aware of the memory leaks i am talking about... Cheers On Apr 12, 3:30 pm, Christian Schaefer cae...@gmail.com wrote: Hi Slavka, from your tiny description it is not clear whether the leak you experience is a result