[symfony-users] Question about i18nTable in Jobeet

2010-10-19 Thread Javier Garci
Hi, in Jobeet there is this part below of the schema: jobeet_category: _attributes: { isI18N: true, i18nTable: jobeet_category_i18n } id: ~ jobeet_category_i18n: id: { type: integer, required: true, primaryKey: true, foreignTable: jobeet_category, foreignReference:

[symfony-users] Credentials: is there any difference between "[[ ]]" and "[]" ?

2010-10-19 Thread Javier Garci
Hi, is there any difference between "credentials: [[admin]]" and "credentials: [admin]" ? Javier -- 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 "symfon

[symfony-users] Any way to generate backend lists using instead of ?

2010-10-12 Thread Javier Garci
Hi, anyway to generate backend lists using instead of ? Without modifying too much the symfony generator... Javi -- 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

[symfony-users] Bug in Gentle Introduction about adming generator?

2010-10-11 Thread Javier Garci
Hi, here: http://www.symfony-project.org/gentle-introduction/1_4/en/14-Admin-Generator#chapter_14_sub_fields I have found this line: "The code located in the model must be independent from the presentation. The example of the |getArticleLink()| method earlier doesn't respect this principle

[symfony-users] Call to undefined method Sedii18nPeer::doSelectWithI18n()

2010-10-06 Thread Javier Garci
Hi, i have followed the steps to create a i18n table: http://www.symfony-project.org/jobeet/1_4/Propel/en/19#chapter_19_sub_propel_objects But when i try execute this $categories = JobeetCategoryPeer::doSelectWithI18n($c, $culture); It says: ( ! ) Fatal error: Call to undefined method Sedii

[symfony-users] Any smart way to operate production URL while im working in dev enviroment?

2010-10-06 Thread Javier Garci
Hi, I have some code that retrieves the production URL and check some staff. Im prefer to work in the dev invoroment so I have to write in my code something like this http://www.mysite.com/foobar"; ?> getUri() ?> Is there any smarter way to operate production URL while im working in dev

[symfony-users] Problems trying to go the previous element of a group of elements retrieved using a propel criteria.

2010-10-06 Thread Javier Garci
Hi, i have retrieved a group of elements using a propel criteria. Now are at $Sedi18ns When i use this: $SediI18ns->prev() I get: ( ! ) Fatal error: Call to undefined method sfOutputEscaperArrayDecorator::prev() in /home/javier/Aptana_Studio_Workspace/cashgold/apps/cashgold/modules/conta

[symfony-users] New line in text in propel schema, how?

2010-10-06 Thread Javier Garci
Hi, I have this: SediI18n: XX: { id: sede_foo_1, culture: it, paese_indirizzo: it, ufficio: "Ufficio di XXX 1", indirizzo: "Foo Bar FooBar" } Now, when i prints this register the field "indirizzo": Foo Bar FooBar Everything is in one line. Any way to write the value of "indirizzo

[symfony-users] Question about I18n tables

2010-10-06 Thread Javier Garci
Hi, i have this schema and fixtures: | sedi: _attributes:{ isI18N: true, i18nTable: sediI18n} id: ~ sediI18n: id:{ type: integer, required: true, primaryKey: true, foreignTable: sedi, foreignReference: id} culture: { isCultur

[symfony-users] How to convert the SQLs of the symfony development bar to the MySQL SQLs ?

2010-09-30 Thread Javier Garci
Hi, just that. Javi -- 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.co