контроллер: если (! Определен ('BASEPATH')) выход ('Прямой доступ к сценарию не разрешен');
class Thickbox extends CI_Controller {
public function __construct() {
parent::__construct();
$this->load->helper('url');
//load ci url helper
}
public function index()
{
$this->load->view('thickbox_view');
//load views
}
}
/* End of file thickbox.php */
/* Location: ./application/controllers/thickbox.php */
просмотр:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/thickbox.js"></script>
<style type="text/css" media="all">
@import "css/thickbox.css";
</style>
</head>
<body>
<a href="/images/single.jpg" title="add a caption to title attribute / or leave blank" class="thickbox"><img src="/images/single_t.jpg" alt="Single Image"/></a>
</body>
</html>
для получения дополнительной информации посетите: bugphp.com или нажмите здесь Реализация ThickBox в Codeigniter