Subversion Repositories eFlore/Applications.cel

Rev

Rev 1605 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1605 Rev 3473
Line 99... Line 99...
99
    /**
99
    /**
100
    * Constructor
100
    * Constructor
101
    *
101
    *
102
    * @access public
102
    * @access public
103
    */
103
    */
104
    function Spreadsheet_Excel_Writer_BIFFwriter()
104
    function __construct()
105
    {
105
    {
106
        $this->_byte_order = '';
106
        $this->_byte_order = '';
107
        $this->_data       = '';
107
        $this->_data       = '';
108
        $this->_datasize   = 0;
108
        $this->_datasize   = 0;
109
        $this->_limit      = 2080;
109
        $this->_limit      = 2080;