The main goal is to avoid code duplication, for your mobile version, if the changes are only different templates, you can extend sfView to return a myView::MOBILE_SUCCESS and create your indexMobileSuccess.php views right to your indexSuccess.php.
If you have change to make in your actions, then a new app is a good way to do, but again, avoid code duplication. For the shared datas like i18n, auth modules, etc a private plugin IS actualy the right way to go. Cheers. Damien. On Thu, Oct 28, 2010 at 12:01 PM, cestcri <[email protected]> wrote: > Hi all, > > > I am currently building a mobile version for my symfony site. I chose > to create a new app next to the frontend, since the mobile version > will be very different, basically with fewer features. > > I wonder now if: > > a) this is a good choice > b) how to access shared data like my i18n files > > > Thanks in advance for your opinions. This is a critical point and I > would like to hear if there is a sort of "best practice" regarding > mobile (or whatever other sub-) application. Is the "private plugin" > the way to go (http://www.symfony-project.org/jobeet/1_4/Propel/en/ > 20)? > > > Have a nice day, > Christian > > -- > 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 [email protected] > To unsubscribe from this group, send email to > [email protected]<symfony-users%[email protected]> > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en > -- 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 [email protected] 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
