Hi, We have a new system to build. We will start with merging different applications we did before and put it in to one symfony project. Right now we have 3 things to merge, the User management, the Report, and the XYX which consist of the Admin System. I suggested the we organise our project in symfony to be
symfony_project/apps/admin_system <-- handles user acl management symfony_project/apps/reporter <-- handles report modules symfony_project/apps/xyz <-- separate system with other use but our IT Manager wants it to be symfony_project/apps/admin_system/modules/reporter_visit symfony_project/apps/admin_system/modules/reporter_stat symfony_project/apps/admin_system/modules/xyz_module_1 symfony_project/apps/admin_system/modules/xyz_module_2 symfony_project/apps/admin_system/modules/user_module1 symfony_project/apps/admin_system/modules/user_module2 I insisted that the 1st approach is better but couldn't really come up with a solid justification beside the my approach being more organised and easier to manage. Which do you think is better and why? Can you give more technical justifications like cache serialization and performance. Thanks. -- 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