Код: Выделить всё
class Products_model extends CI_Model {
var $gcsServerIpAddress = "11.22.33.44";
var $gcsServerAddress = "http://".$this->gcsServerIpAddress."/eft/";
Подробнее здесь: https://stackoverflow.com/questions/104 ... odel-class
Код: Выделить всё
class Products_model extends CI_Model {
var $gcsServerIpAddress = "11.22.33.44";
var $gcsServerAddress = "http://".$this->gcsServerIpAddress."/eft/";