[symfony-users] Re: foreign key relations in admin generator

2010-04-20 Thread SatBoy78
Hi I've tried to use your suggestions to solve a similar problem that I have with my application, but when I am in the backend_dev I can't see the text label: there is a strange text " Doctrine_Collection data : Array( 0 : Object(ZoneCitta) ) " do you know the meaning of that string? I've used y

[symfony-users] frontend: get labels (not id) from child tables

2010-04-20 Thread SatBoy78
Hi I am developing a project with symfony (doctrine) and I am encountering some problems in retrieving data from child0tables; I'll explain the whole question: in my mysql db I have a main table that contains foreign key of some child tables. I've created symfony modules on these tables, and every

[symfony-users] Re: foreign key relations in admin generator

2010-04-20 Thread SatBoy78
so i can try to help you with > your problem > > > > On Tue, Apr 20, 2010 at 5:19 PM, SatBoy78 wrote: > > Hi > > I've tried to use your suggestions to solve a similar problem that I > > have with my application, but when I am in the backend_dev I can't see &

[symfony-users] Re: frontend: get labels (not id) from child tables

2010-04-21 Thread SatBoy78
hi thank you for your suggestion... but if I slugify the IDs I can change the text in the url, and I need that change (text label replacing IDs) in the indexSuccess and in the showSuccess pages, where there are the list of records stored in the database and each single record... now in my indexSuc

[symfony-users] Re: foreign key relations in admin generator

2010-04-22 Thread SatBoy78
thanks tom.. yes, for these items I've got a M:N relation... so the solution suggested by Arnold isn't good for my problem... do you have some hints to show text labels and not IDs in this particular case? thanks a lot have a nice day On 22 Apr, 08:12, Tom Ptacnik wrote: > I think that this  //

[symfony-users] Re: frontend: get labels (not id) from child tables

2010-04-22 Thread SatBoy78
thanks tom... I've got these tables: Ristorante: connection: doctrine tableName: ristorante columns: id: type: integer(4) fixed: false unsigned: false primary: true autoincrement: true nome: type: string(100) fixed: false unsigned: fal

[symfony-users] Re: foreign key relations in admin generator

2010-04-23 Thread SatBoy78
Hi, thanks a lot for your suggestions... in fact I need a 1:N relation I've tried to use your hints, but when I make a build --all I've got an error: symfony can't recognize localAlias I've searched localAlias on symfony documentation, but I can't find it What's wrong? thanks On 23 Apr, 09:29,

[symfony-users] Re: foreign key relations in admin generator

2010-04-26 Thread SatBoy78
ok, thanks a lot I'll try to solve my problem following your hints On 26 Apr, 09:28, Tom Ptacnik wrote: > Ok, then it looks that localAlias doesn't exist, sry for that :) > > So make it ' foreignAlias Ristorantes ' > > And you can use method on Ristorante object ->getZoneCita() (gives you > 1 Z

[symfony-users] [backend] blank page after I've installed sfDoctrineGuardPlugin

2010-05-04 Thread SatBoy78
hi all, I've got a strange problem with symfony: I've installed sfDoctrineGuardPlugin and after this I can't access to my backend, I can only see a blank page I've followed all the steps shown in the joobet tutorial, I've cleaned the cache, but I can't see the login page... do you know why I've go

[symfony-users] Re: [backend] blank page after I've installed sfDoctrineGuardPlugin

2010-05-04 Thread SatBoy78
this is my settings.yml prod: .settings: no_script_name: false logging_enabled:false dev: .settings: error_reporting: web_debug: true cache: false no_script_name: false etag: false tes

[symfony-users] Re: [backend] blank page after I've installed sfDoctrineGuardPlugin

2010-05-04 Thread SatBoy78
no, I don't have a sfGuardAuth module... -- 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-use

[symfony-users] Re: [backend] blank page after I've installed sfDoctrineGuardPlugin

2010-05-04 Thread SatBoy78
I've seen apache log, and I've seen that all works well... I've a question about sfGuardAuth module: symfony doesn't generate it when I install the plugin? -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message bec

[symfony-users] Re: [backend] blank page after I've installed sfDoctrineGuardPlugin

2010-05-04 Thread SatBoy78
yes, I'm using backend_dev.php and I've seen log file: all flags are green, no one is red... thanks a lot -- 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 "symf

[symfony-users] Re: [backend] blank page after I've installed sfDoctrineGuardPlugin

2010-05-05 Thread SatBoy78
my error log is completely blank... I don't know how to solve this problem... -- 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

[symfony-users] Re: [backend] blank page after I've installed sfDoctrineGuardPlugin

2010-05-06 Thread SatBoy78
Thanks for your hints, I'll follow all your suggestions. I hope I can solve my problem. -- 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. T

[symfony-users] Re: [backend] blank page after I've installed sfDoctrineGuardPlugin

2010-05-06 Thread SatBoy78
I rebuilt everything from the beginning and now it works: symfony mysteries! -- 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 t

[symfony-users] sfDoctrineApplyPlugin problem - installation failed

2009-07-28 Thread SatBoy78
Hi, I'm trying to install sfDoctrineApplyPlugin but installation fails I've tried using symfony plugin:install sfDoctrineApplyPlugin and I got this message: >> sfPearFrontendPlugin downloading sfDoctrineApplyPlugin-1.0.2.tgz ... >> sfPearFrontendPlugin Starting to download sfDoctrineApplyPlugin-

[symfony-users] search page with some checkboxes

2009-08-04 Thread SatBoy78
Hi all, I've got a database table with a list of boolean, so when I've created forms in symfony I got a page with some chieckboxes; now I'd like to use this form to create a search page, and using checkboxes I can filter results of query I've read all the jobeet tutorial, expecially Lucene integ

[symfony-users] Re: search page with some checkboxes

2009-08-04 Thread SatBoy78
I'm working in frontend_dev.php: is that the dev controller that you suggest me? I've tried to see logs: REQUEST: parameterHolder: action: search conti_bancari: { chiusura_conto_gratis: 'on', id: '', id_dettagli: '', _csrf_token: 2fdaede2c6f2824289fadfc66f709e04 } module: cercaconti quer

[symfony-users] Re: search page with some checkboxes

2009-08-06 Thread SatBoy78
I've placed some echo commands in searchSuccess, and I've seen that the value of $query is "submit", and this is the error this is my form: I've put name="query" in , but this is the reason of the error!!! where I have to place this name="query"?