Hello! This is my very first contact with Symfony - I decided to write my new project in sf2 (it's private project and I can deal with all the risk and delays caused by not-production-ready framework). Anyway - my knowledge about SF, Doctrine, YAML etc. is about zero - the only source is official page and my PHP experience. I managed to run sandbox application, get some inherited templates and run the most simple user auth (foo/foo from the Guide). Additionaly I configured Doctrine dbal connection and it worked when I ran it from console: an sql query worked when i executed php app/console doctrine:query:sql "select * from mytable" Fine - it works - so it's time to build user auth. And I got completely stuck. HOW!? The guide is totally helpless. I don't have user tables and I don't have any idea of the required structure. If framework can generate such table for me - I totally don't know how. The exapmle lacks such simple step-by-step info for 'newfags' like me. If I had such database table, I couldn't make it 'work' - simply because I don't know framework and therefore I don't know, which button should I push. :-(
Could somebody help me with my problem and provide step-by-step tutorial from sandbox to working db-based authentication? -- 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 To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en