[symfony-users] Re: Performance & ORM for Symfony 1.3

2009-10-26 Thread Puentes Diaz, Roberto G. (puentesd...@gmail.com)
Hi Fabien ! On 21 oct, 03:05, Fabian Lange wrote: > Hi Roberto, > I have a hard time understanding your numbers. > You say you generate a benchmark file in the front controller which > just writes how long the page took to load? > Which unit is that time? Is it bad? Is there any change when invo

[symfony-users] Re: Symfony and Zend Studio for Eclipse?

2009-02-23 Thread Puentes Diaz, Roberto G.
Hi, I set SF1.2 like a PHP Project Include Path. Its really better. Cheers Rober On 23 feb, 11:21, blue92877 wrote: > Hello, > > I just got a copy of Zend studio for eclipse, and I'm having some > trouble setting up symfony within.  Is there someone who is familiar > with this process or is usi

[symfony-users] Re: jobeet : Day 3 : schema and relationship

2009-02-23 Thread Puentes Diaz, Roberto G.
Hi Kris... You're right!. it's rare, but what happen, if yes? I write this because, ( http://groups.google.com.ar/group/symfony-docs/browse_thread/thread/fc7b080386ac07a3# ) i continue with a fragment of day too: The onDelete attribute defines the ON DELETE behavior of foreign keys, and Propel

[symfony-users] Re: jobeet : Day 3 : schema and relationship

2009-02-22 Thread Puentes Diaz, Roberto G.
Please. Any comment? I should be fix the chapter of jobeet book? --~--~-~--~~~---~--~~ 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 unsubscrib

[symfony-users] Re: jobeet : Day 3 : schema and relationship

2009-02-20 Thread Puentes Diaz, Roberto G.
Hi Tomas. We talk about to delete a category, and their jobs will haven't category. Addition if you put requiere: true, you can't set null to category_id ( onDelete: setnull ) Therefore, i say, if you set, requiere: true, you need set, onDelete: cascade. You can avoid onDelte, if you change the

[symfony-users] Re: for a smart mind

2009-02-07 Thread Puentes Diaz, Roberto G. (puentesd...@gmail.com)
On Feb 4, 7:44 pm, Sid Bachtiar wrote: > Add somewhere in that template. > > Make sure you refresh your elicpse project (right click project, > select 'refresh') everytime after you execute symfony command (e.g.: > symfony cc, symfony propel-build-mode) etc. > > Sometime it still doesn't work an

[symfony-users] Re: real autocomplete

2008-09-29 Thread Puentes Diaz, Roberto G. ([EMAIL PROTECTED])
On 14 sep, 13:56, "Bernhard Schussek" <[EMAIL PROTECTED]> wrote: > Apart from configuring the symfony lib dir as include path, I can also > recommend setting the symfony lib dir up as a custom project and > including it in your project (right click -> configure include path -> > projects tab -> ad

[symfony-users] Re: real autocomplete

2008-09-29 Thread Puentes Diaz, Roberto G. ([EMAIL PROTECTED])
On 14 sep, 12:20, Hugo HAMON <[EMAIL PROTECTED]> wrote: > Hello, > > Do you want a real autocomplete of the global core classes of the > symfony framework (ie sfWebRequest, sfWebResponse... ?) or only for > classes generated by the ORM ? For all > * Propel generates all accessors (getters and s

[symfony-users] Re: Tutorial: How migrate/change a website in producction

2008-09-24 Thread Puentes Diaz, Roberto G. ([EMAIL PROTECTED])
On 24 sep, 04:59, "Nicolas Perriault" <[EMAIL PROTECTED]> wrote: > I used the sfPropelMigrationLight plugin for a while, it works nicely. > But as far as when you alter your schema, you have also to migrate > data, and sometimes this implies some processing and transformation, > I've now ended up

[symfony-users] Re: Which IDE do you use?

2008-09-13 Thread Puentes Diaz, Roberto G. ([EMAIL PROTECTED])
PDT + APTANA of course But now zend studio can work with xdebug http://www.maxhorvath.com/2008/08/how-to-enable-the-xdebug-debugger-in-zend-studio-for-eclipse.html then ZendStudio is a great alternative --~--~-~--~~~---~--~~ You received this message because you a

[symfony-users] Forms1.1 I18N and URLs Routing

2008-09-12 Thread Puentes Diaz, Roberto G. ([EMAIL PROTECTED])
Hi to all. I started play with symfony 1.2 and I just read the new chapter of book symfony forms : http://www.symfony-project.org/book/forms/1_2/en/08-Internationalisation-and-Localisation Very easy realy. But always i have questions respect to URLs if field title is in article_i18n: When i

[symfony-users] real autocomplete

2008-09-12 Thread Puentes Diaz, Roberto G. ([EMAIL PROTECTED])
I use PDT I think that is very necesary have a good support when i have: $father = $obj1->(Crtl+Space).getFatherObject() also i realy want can do $fathername = $obj1->(Crtl+Space).getFatherObject()->(Crtl +Space).getName() And if it's possible have these last feature join to panel