1.

A PHP Error was encountered Severity: Notice Message: Only variable references should be returned by reference Filename: core/Common.php Line Number: 257

Answer»

To USE the config into the view FOLLOWING WAYS can be USED

  1. Pass it through controller using LOAD->view()
  2. With $this->config->item()
  3. With function config_item()


Discussion

No Comment Found