[eluser]Unknown[/eluser]
Hi,
May some people already aware with a qtranslate plugin of wordpress for multi-lingual content, I found it very interesting if we can make with CodeIgniter.
Any technical guide to help implement a module or helpers to help a project in CodeIgniter support this plugin?
The behavior of qtranslate is:
- Organize the editor areas into different form for each language (similar to Ionize CMS)
- The content of all languages put in the same db field with special <!--:en-->...<!--:--><!--:fr-->...<!--:-->
So the implementation should consider for:
- Language setting
- Editor parsing / Saving
- Fetch the content from db for output
- Others..
I plan to do it for pyrocms but also consider to make it globally which is not depending on a specific CMS but here I go no clear idea and technical steps to get it faster.
I may have issue with such application design with best practice that give me this doubt to start.
Please help if any.
Thanks,