TIP: Use Markdown or, <pre> for multi line code blocks / <code> for inline code.
[KO3] Multiple file formats for config/i18n
  • Hey,

    I've put together a little module that some of you guys might find useful!

    Basically it allows you to choose json/ini/yaml files to do your config and i18n instead of just php arrays (though you still could if it makes sense in certain situations).

    There's one thing you need to add into the bootstrap for the config to work, and i18n should work automatically!

    I thought this would specifically be useful for i18n because if you are doing something where a client is doing the copy for their site or something, handing them a php array isn't very friendly :p

    Anyway, you guys can check it out at http://github.com/Lowgain/kohana_multiformat

    Let me know if there are any comments/you find bugs/whatever can be done to improve on this! Thanks!