$this->core

El framework a través de $this->core dispone de una serie de objetos disponibles para facilitar la vida del programador en el desarrollo de soluciones.

* * $this->core->__p = new CorePerformance();
* * $this->core->is = new CoreIs();
* * $this->core->system = new CoreSystem($root_path);
* * $this->core->logs = new CoreLog();
* * $this->core->errors = new CoreLog();
* * $this->core->config = new CoreConfig($this, __DIR__ . '/config.json');
* * $this->core->session = new CoreSession($this);
* * $this->core->security = new CoreSecurity($this);
* * $this->core->cache = new CoreCache($this);
* * $this->core->request = new CoreRequest($this);
* * $this->core->user = new CoreUser($this);
* * $this->core->localization = new CoreLocalization($this);
* * $this->core->model = new CoreModel($this);
* * $this->core->cfiLog = new CFILog($this);
​​
Cesta de compras