Hi,

I wonder what the rationale behind the constants in Zend_Date is.

The constants are defined that way
   const DAY            = 'Zend_Date::DAY';

Which refers to another array property defined like this

private $_Const = array(
          // day formats
         'Zend_Date::DAY'            => 'd',

What is the point ?

Arnaud.

Reply via email to