예제 #1
0
파일: Number.php 프로젝트: kalkin/solarphp
 /**
  * 
  * Sets the default 'dec_point' and 'thousands_sep' values.
  * 
  * @return void
  * 
  */
 protected function _preConfig()
 {
     parent::_preConfig();
     $this->_Solar_View_Helper_Number['dec_point'] = $this->locale('FORMAT_DEC_POINT');
     $this->_Solar_View_Helper_Number['thousands_sep'] = $this->locale('FORMAT_THOUSANDS_SEP');
 }