Re: [symfony-users] Re: Need Help to Install Symfony

2011-05-26 Thread Mikael Ohlsson
Seems like something is usling port 8080. Swap port tö something else. On May 25, 2011 7:55 AM, Chinthaka Rukshan Weerakkody chinthakaruks...@gmail.com wrote: Hi, I followed that tutorial and configured the httpd.conf file as follows. My installation directories are as follows. symfony

[symfony-users] Doctrine hydration for relations not working with object records

2011-05-18 Thread Mikael
(), 'groupe')) -fetchOne(); } Regroupement.class.php : public function getNom() { return trim($this-getType()-getNom().' '.$this-getCode()); } Would anybody have an idea of how to achieve that with Doctrine_Core::HYDRATE_RECORD ? Regards, Mikael -- If you

[symfony-users] Symfony 1.4 - reflexive relation with doctrine generates DELETE query

2011-05-17 Thread Mikael
-05-17 11:41:41' WHERE id = '15' DELETE FROM enseignement WHERE id = '13' I'm currently trying to find out the problem, but maybe it's a flawed model or known problem. Any idea on that ? Regards, Mikael Kermorgant -- If you want to report a vulnerability issue on symfony, please send

[symfony-users] Re: Symfony 1.4 - reflexive relation with doctrine generates DELETE query

2011-05-17 Thread Mikael
Hello, Found out it by myself (well, I got it working) I did not use the relation Parent by its name, but by the class name (-getEnseignement). I added a Child relation to be able to navigate on each side, adapted the getters in the code and voila... Mikael On 17 mai, 13:55, Mikael

[symfony-users] schema imported without relations

2010-10-27 Thread Mikael
relation alias So a question : is it at all possible to use DQL with joins when the schema does not specify relations ? Regards, Mikael -- 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

[symfony-users] Re: iocombiner plugin : activation procedure ?

2010-04-15 Thread Mikael
, jquery.alerts.css] javascripts:[jquery.js, jquery.alerts.js, jquery.iufm.js] view.yml: stylesheets: [common.css, frontend.css,jquery.alerts.css] javascripts:[jquery.js,jquery.alerts.js, jquery.iufm.js] Regards, Mikael On 14 avr, 16:05, weaverryan weaverr...@gmail.com wrote

[symfony-users] iocombiner plugin : activation procedure ?

2010-04-14 Thread Mikael
, Mikael Kermorgant -- 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

[symfony-users] doctrine autoloading pb while deploying on debian lenny

2010-04-01 Thread Mikael
? Regards, Mikael -- 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

[symfony-users] Re: doctrine autoloading pb while deploying on debian lenny

2010-04-01 Thread Mikael
(); $pays-setCode(trim($data[0])); $pays-setNom(trim($data[1])); $pays-save(); Regards Mikael -- 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] Re: doctrine autoloading pb while deploying on debian lenny

2010-04-01 Thread Mikael
THANKS !!! Mikael -- 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

[symfony-users] Re: Admin generator, Doctrine, one-to-many relation

2010-02-19 Thread Mikael
Hello, Not sure, but maybe the ahDoctrineEasyEmbeddedRelationsPlugin could help. I have a computer table and an interface table and this plugin has helped me to manage many interfaces for one computer. Regards Mikael On Feb 19, 12:04 pm, Johannes Trommer johannes.trom...@gmail.com wrote: Hello

[symfony-users] create fieldsets in form class

2010-02-19 Thread Mikael
in generator.yml. Is there a way to specify my fieldsets in the BackendPcForm class ? Regards, Mikael -- 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

[symfony-users] ahDoctrineEasyEmbeddedRelationsPlugin : how to hide some form widgets

2010-02-17 Thread Mikael
existing Eth records linked to existing Pcs. - If the pc object already has an interface, it shows up - If not, I get an error 500 : Widget Eth does not exist. Anyone an idea about how to deal with that ? Regards, Mikael -- You received this message because you are subscribed to the Google

[symfony-users] Re: ahDoctrineEasyEmbeddedRelationsPlugin : how to hide some form widgets

2010-02-17 Thread Mikael
prevents a security hole. I hope it will help but I must take some time to learn a bit more about these things. Anyway, thanks a lot ! Regards, Mikael -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony

[symfony-users] ahDoctrineEasyEmbeddedRelationsPlugin : use a relation from inherited object ?

2010-02-16 Thread Mikael
in advance, Mikael Kermorgant -- 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 more

[symfony-users] Re: ahDoctrineEasyEmbeddedRelationsPlugin : use a relation from inherited object ?

2010-02-16 Thread Mikael
To be more precise, here's an extract from schema.yml : = Obj: columns: name: type: string(25) num_serie: type: string(45) notnull: true relations: Eth: class: Eth local: id foreign: id_obj type: many cascade:

[symfony-users] Re: ahDoctrineEasyEmbeddedRelationsPlugin : use a relation from inherited object ?

2010-02-16 Thread Mikael
the complete schema.yml and some fixture on your email i...@asapdesign.de I guess my concern has something to do with the following line in lib / form / ahBaseFormDoctrine.class.php : $this-getObject()-getTable()-getRelation($relationName); Regards Mikael -- You received this message because

[symfony-users] Re: ahDoctrineEasyEmbeddedRelationsPlugin : use a relation from inherited object ?

2010-02-16 Thread Mikael
On Feb 16, 7:05 pm, Mikael mikael.kermorg...@gmail.com wrote: On 16 fév, 13:40, Daniel Lohse annismcken...@googlemail.com wrote: Hey there, I'm the plugin developer. There are few things that need work and I was much too fast to pull   the trigger on the 'stable' designation. Won't

[symfony-users] Re: ahDoctrineEasyEmbeddedRelationsPlugin : use a relation from inherited object ?

2010-02-16 Thread Mikael
On Feb 16, 8:19 pm, Daniel Lohse annismcken...@googlemail.com wrote: So, to clarify: there was no issue here. Exactly. Regards, Mikael -- 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

[symfony-users] Re: default value in form extracted from session

2010-01-08 Thread Mikael
Thanks a lot !!! Regards, Mikael -- 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

[symfony-users] Re: default value in form extracted from session

2010-01-08 Thread Mikael
template - would be ok just by preselecting the right pc in the dropdown list } Any idea about what to do ? Regards, Mikael -- 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

[symfony-users] Re: default value in form extracted from session

2010-01-08 Thread Mikael
I must have made a mistake during my test : the right pc shows up by default in the dropdown list when creating a new interface. If I wanted to hide this dropdown list, would I have to create a specific template ? Regards, Mikael -- You received this message because you are subscribed

[symfony-users] default value in form extracted from session

2010-01-07 Thread Mikael
() { $this-setDefault('id_obj', sfUser::getAttribute('pc')); } } Could someone help me to do this right ? Regards, Mikael -- 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

[symfony-users] [beginner] model design problem with common data in one table (should do multiple inheritance)

2009-12-21 Thread Mikael
and BaseObj but php won't permit it. Would someone know how to do this right ? Regards, Mikael -- 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

[symfony-users] Re: [beginner] model design problem with common data in one table (should do multiple inheritance)

2009-12-21 Thread Mikael
On 21 déc, 19:11, Eno symb...@gmail.com wrote: On Mon, 21 Dec 2009, Mikael wrote: I'd like to rewrite an existing application as a way to learn symfony, and I face a design issue. The database will contain informations about our stock (computers, switches, etc.). We have created