I never saw any docs on the official sites.
A templates/module structure does not meet
symfony's standards, why would you need such
"turn-around"?

A full "template i18n" support - what functionality
do you need? I used to use two methods to achieve it:

(1) for static content in your templates use __('key')
     and in your files under i18n use the key as source
     and the full text in the specific language

(2) for dynamic content i use (cms like) model attributes
     (db table cols) mapped to specific pages. in the template
     i simply use $page->getContent() where page is the model
     (table) and content is the attribute (column) holding the
     content... not a straight solutions, i know...
     Perhaps you could use SimpleCMSPlugin...?

For any better solutions I would be thankful too.

jp



On Sat, 02 Feb 2008 16:56:59 +0100, Thierry  
<[EMAIL PROTECTED]> wrote:

>
> Is there any docs on how to change the location of template files.
> So instead of having
>
> module
>  - template
>
> to have
>
> templates
>   - module
>
>
> Furthermore any docs on how to support full template i18n?
> >



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to