Добавил namespace и зависимости

This commit is contained in:
CORP\phedor 2018-03-27 17:40:33 +03:00
parent e9f7c23990
commit 32ec09a66a
92 changed files with 454 additions and 128 deletions

View file

@ -3,6 +3,8 @@
/**
* Клетка таблицы
*/
namespace ctiso\Excel;
class TableCell
{
public $style = false;
@ -38,7 +40,7 @@ class TableRow
/**
* Таблица
*/
class Excel_Table
class Table
{
static $index;
private $name;