|
|
@ -11,7 +11,7 @@ class Controller extends BaseController |
|
|
|
{ |
|
|
|
{ |
|
|
|
protected $pathImage = "assets/image/"; |
|
|
|
protected $pathImage = "assets/image/"; |
|
|
|
protected $pathDocument = "assets/file/project/"; |
|
|
|
protected $pathDocument = "assets/file/project/"; |
|
|
|
protected $pathTmpImport = "assets/file/import/"; |
|
|
|
protected $pathTmpImport = "assets/file/tmpimport/"; |
|
|
|
protected $pathActivityDocument = "assets/file/activity/"; |
|
|
|
protected $pathActivityDocument = "assets/file/activity/"; |
|
|
|
protected $listJoinAll = ['first', 'second', 'third', 'fourth', 'fifth', |
|
|
|
protected $listJoinAll = ['first', 'second', 'third', 'fourth', 'fifth', |
|
|
|
'sixth', 'seventh', 'eighth', 'ninth', 'tenth']; |
|
|
|
'sixth', 'seventh', 'eighth', 'ninth', 'tenth']; |
|
|
|