Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorbadPussycat
     

    Hello /.*/

    my scaffold don't use localized dates

    in the listing.tpl

    {loop content_columns}
          <td class="field"><?php  echo  $user->get($content_column) ?></td>
    {end}
    

    yes I think with a little more code in my view and helpers I can achieve this. But since I'm a lazy guy :) I try to avoid to much coding :D

    I made a config/locales/de.php, then I copied the $locale array to /locales/localize/date/de.php or /locales/user/de.php but nothing works for me

    thanks from Germany badPussycat

    • CommentAuthorKaste
     

    I actually don't get how this should work without coding it ;-)

    • CommentAuthorKaste
     

    you mean the public setter/getter should transparently convert date-values back and forth according to the current locale.

    • CommentAuthorbadPussycat
     

    yes the getter. But after rethinking I guess that is not implemented, 'couse it's the view's job to handle this :)