Is it possible to set Zend_Date options in application.ini config like this:
resources.date.options.format_type = php
in Zend Framework v 1.* ?
Is it possible to set Zend_Date options in application.ini config like this:
resources.date.options.format_type = php
in Zend Framework v 1.* ?
Copyright © 2021 Jogjafile Inc.
By default such resource it not available: http://framework.zend.com/manual/1.12/en/zend.application.available-resources.html
However, nothing stops you from creating your own resource:
1.In
application.inispecify resource path & date settings2.Creating resource