Пример #1
0
 public function __construct($session = '', $title = '')
 {
     parent::__construct();
     $this->bill_title = $title;
     $title = str_replace(' ', '_', $title);
     $this->url = urlencode($session) . '/' . urlencode($title) . '/';
 }