Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 835 Bytes

zend.i18n.view.helpers.rst

File metadata and controls

24 lines (17 loc) · 835 Bytes

I18n View Helpers

Introduction

Zend Framework comes with an initial set of helper classes related to Internationalization: e.g., formatting a date, formatting currency, or displaying translated content. You can use helper, or plugin, classes to perform these behaviors for you.

See the section on view helpers <zend.view.helpers> for more information.