[symfony-users] Application or module

2009-09-18 Thread mbernasocchi

Hi, I'm starting a new (my first with symfony) project which has a
forum and a blog. I'd like to have a static home page that links to
the two and to have cross links between blog and forum.
Is it better to create a frontend app with forum and blog modules or
to create two different applications? And why? for the backend i'll
create a different app.

thanks a lot
Marco
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[symfony-users] Application on module

2009-05-11 Thread s.py

Hello,

I would like to know if it's possible to insert an application on a
module, example:

apps/
  backend/
modules/
  module1/
(nouvelle application)

The aim of this is to surcharge a plugin in x modules, for example i
have a plugin xPlugin,


plugins/
  xPlugin/

I would like to use in the backend twice this plugin on different
module.

apps/
  backend/
modules/
  x1/
  x2/

The problem, is that i can't have a surcharge of xPlugin in module x1
and x2.

That's good if i put a module with this name but not with a lot of
modules.

apps/
  backend/
modules/
  xPlugin/

So, I think than an application on a module can resolve my problem.
If somebody know how to do or if somebody have an other idea, I shall
appreciate his help.

Post-scriptum: I've already thought to make alias of xPlugin (that
muse be OK), but i would like to not have 200 alias on my plugin
folder.

Thank you.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---