Skip to content

Instantly share code, notes, and snippets.

function index()
{
$this->load->model('post_model');
$this->arr['title'] = 'Admin panel';
$this->arr['content'] = $this->load->file('application/views/post.php', true);
$this->arr['url'] = base_url();
$this->arr['sites'] = $this->post_model->get_sites();
echo "<pre>";
<?php
/**
* User: Михась
* Date: 07.10.12
* Time: 13:16
*/
$file = './application/views/admin/addpaymentuser.tpl';
$lang_file = './application/language/russian/admin_lang.php';