Hey,
I will begin by apologizing for the possibly blown questions but I have done some reading and things don't yet fall as expected in my head, symfony and frameworks are new so please bear with me. Reading a symfony tutorial (http://www.sitepoint.com/article/symfony- beginners-tutorial) and the "My First Project" tutorial on symfony's documentation section, they both describe the process of creating an administration panel. Reading now "The Definitive Guide to symfony" for 1.1 chapter 14 - Admin Generator - it states that it uses the 1.0 form system. This administration panel rises several questions: 1. I'm still not aligned with the administration purposes. Is it just for "playing" with the database and evaluation functionalities added to the application logic? (like CRUD actions, new database fields etc). Obviously the administration panel is not what the end-user will eventually see, right? 1.1. In the first symfony tutorial it mentions running "php symfony propel-init-admin frontend photo Photo" and describes customizing generator.yml - is that specific to the administration panel or is this part of the application logic? 1.2. Customizations performed to classes of Photo in lib/model/ Photo.php are indeed part of the application logic and they are extended with new functions for the end application. Right? (I'm trying to say that, customizing these classes isn't something specific to the administration panel for my own fun but rather it's the way for me to start adding functionalities and building my application and the administration panel simply allows me to test and evulate it). 1.3. I have a question reagrding the generator.yml syntax but maybe it's worth waiting for a proper answer so that I understand better the administration panel purpose. :-) 2. Since I've started learning and working on 1.1, what are the implications of using the administration panel which uses the old 1.0 form system? 2.1. The Forms Book (http://www.symfony-project.org/book/forms/1_1/en/ 04-Propel-Integration) describes this new Form system (as far as I understand at least) and it discusses the "propel:build-forms" CRUD forms generation ("propel:generate-crud frontend author Author") - this seems to be very much similar to the administration panel / module pages. My question is, are those forms in lib/forms (/base) are already the final outcome, what will be shown to the user? Thanks. Regards, Lir. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---