code
stringlengths
1
2.01M
language
stringclasses
1 value
<?php /** * User: Viet Anh * Date: 30/05/2014 * Time: 16:41 */ require_once dirname(dirname(__FILE__)) . '/config/config.php'; require_once DOCUMENT_ROOT . DIR_SHARED_DAO . 'dao_document_manage.php'; class api_document_manage { public function __construct(...
PHP
<?php require_once dirname(dirname(__FILE__)) . '/config/config.php'; require_once DOCUMENT_ROOT . DIR_SHARED_DAO . "dao_user.php"; require_once DOCUMENT_ROOT . DIR_SHARED_LIBRARIES . 'lib_redirect.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . 'api_security.php'; /* * To change this license header, choos...
PHP
<?php require_once dirname(dirname(__FILE__)) . '/config/config.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . 'api_general.php'; require_once DOCUMENT_ROOT . DIR_SHARED_LIBRARIES . 'lib_date.php'; /** * Class api_about_us * @author Viet Anh */ class api_contact { ...
PHP
<?php require_once dirname(dirname(__FILE__)) . '/config/config.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . 'api_document.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . 'api_user.php'; require_once DOCUMENT_ROOT . DIR_SHARED_DAO . "dao_invoice.php"; require_once DOCUMENT_ROOT . DIR_SHARED_DAO . "dao_i...
PHP
<?php require_once dirname(dirname(__FILE__)) . '/config/config.php'; require_once DOCUMENT_ROOT . DIR_SHARED_DAO . "dao_document.php"; require_once DOCUMENT_ROOT . DIR_SHARED_DAO . "dao_document_category.php"; require_once DOCUMENT_ROOT . DIR_SHARED_LIBRARIES . 'lib_redirect.php'; /* * To change this license ...
PHP
<?php require_once dirname(dirname(__FILE__)) . '/config/config.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . 'api_general.php'; /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the edit...
PHP
<?php require_once dirname(dirname(__FILE__)) . '/config/config.php'; require_once DOCUMENT_ROOT . DIR_SHARED_DAO . 'dao_general.php'; /** * Description of api_general * @author Viet Anh */ class api_general { public static function check_option($option_name) { ...
PHP
<?php require_once dirname(dirname(__FILE__)) . '/config/config.php'; require_once DOCUMENT_ROOT . DIR_SHARED_DAO . "dao_document_category.php"; require_once DOCUMENT_ROOT . DIR_SHARED_DAO . "dao_news_category.php"; class api_multi_level { public static function get_expand_id_list($chosen_category_id...
PHP
<?php require_once dirname(dirname(__FILE__)) . '/config/config.php'; require_once DOCUMENT_ROOT . DIR_SHARED_DAO . "dao_buy_doc.php"; require_once DOCUMENT_ROOT . DIR_SHARED_DAO . "dao_buy_status.php"; require_once DOCUMENT_ROOT . DIR_SHARED_LIBRARIES . 'lib_redirect.php'; /* * To change this license header, ...
PHP
<?php require_once dirname(dirname(__FILE__)) . '/config/config.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . 'api_general.php'; require_once DOCUMENT_ROOT . DIR_SHARED_LIBRARIES . 'lib_date.php'; /** * Class api_about_us * @author Viet Anh */ class api_about_us {...
PHP
<?php require_once dirname(dirname(__FILE__)) . '/config/config.php'; require_once DOCUMENT_ROOT . DIR_SHARED_DAO . "dao_buy_doc.php"; require_once DOCUMENT_ROOT . DIR_SHARED_DAO . "dao_buy_status.php"; require_once DOCUMENT_ROOT . DIR_SHARED_LIBRARIES . 'lib_redirect.php'; /* * To change this license header, ...
PHP
<?php require_once dirname(dirname(__FILE__)) . '/config/config.php'; require_once DOCUMENT_ROOT . DIR_SHARED_DAO . "dao_user.php"; require_once DOCUMENT_ROOT . DIR_SHARED_API . "api_user.php"; require_once DOCUMENT_ROOT . DIR_SHARED_LIBRARIES . 'lib_redirect.php'; /* * To change this license header, choose Li...
PHP
<?php /* <body><pre> ------------------------------------------------------------------------------------------- CKEditor - Posted Data We are sorry, but your Web server does not support the PHP language used in this script. Please note that CKEditor can be used with any other server-side language than ...
PHP
<!DOCTYPE html> <?php /* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ ?> <html> <head> <meta charset="utf-8"> <title>Sample &mdash; CKEditor</title> <link rel="stylesheet" href="sample.css"> </head> <body> <...
PHP
<?php //require section require_once dirname(dirname(__FILE__)) . '/shared/config/config.php'; require_once DOCUMENT_ROOT . DIR_INCLUDE . '/check_user_login.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . '/api_contact.php'; $title = 'Admin Panel'; ?> <!DOCTYPE html> <html> <head> <?php ...
PHP
<?php //require section require_once dirname(dirname(__FILE__)) . '/shared/config/config.php'; require_once DOCUMENT_ROOT . DIR_INCLUDE . '/check_user_login.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . '/api_document.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . '/api_invoice.php'; ...
PHP
<?php //require section require_once dirname(dirname(__FILE__)) . '/shared/config/config.php'; require_once DOCUMENT_ROOT . DIR_INCLUDE . '/check_user_login.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . '/api_news.php'; require_once DOCUMENT_ROOT . DIR_SHARED_LIBRARIES . '/lib_pager.php'; require_once DOCUMENT_RO...
PHP
<?php //require section require_once dirname(dirname(__FILE__)) . '/shared/config/config.php'; require_once DOCUMENT_ROOT . DIR_INCLUDE . '/check_user_login.php'; $title = 'Admin Panel'; ?> <!DOCTYPE html> <html> <head> <?php require_once DOCUMENT_ROOT . DIR_ADMIN_INCLUDE . 'head.php'; ...
PHP
<?php //require section require_once dirname(dirname(__FILE__)) . '/shared/config/config.php'; require_once DOCUMENT_ROOT . DIR_INCLUDE . '/check_user_login.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . '/api_about_us.php'; require_once DOCUMENT_ROOT . DIR_ADMIN_INCLUDE . 'ckeditor.php'; $title = 'Admin P...
PHP
<?php //require section require_once dirname(dirname(__FILE__)) . '/shared/config/config.php'; require_once DOCUMENT_ROOT . DIR_INCLUDE . '/check_user_login.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . '/api_news.php'; require_once DOCUMENT_ROOT . DIR_SHARED_LIBRARIES . '/lib_pager.php'; $title = 'Admin Pa...
PHP
<?php //require section require_once dirname(dirname(__FILE__)) . '/shared/config/config.php'; require_once DOCUMENT_ROOT . DIR_INCLUDE . '/check_user_login.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . '/api_user.php'; require_once DOCUMENT_ROOT . DIR_SHARED_LIBRARIES . '/lib_pager.php'; ...
PHP
<?php //require section require_once dirname(dirname(__FILE__)) . '/shared/config/config.php'; require_once DOCUMENT_ROOT . DIR_INCLUDE . '/check_user_login.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . '/api_document.php'; require_once DOCUMENT_ROOT . DIR_SHARED_LIBRARIES . '/lib_pager.php'; $title = 'Admin Pane...
PHP
<?php //require section require_once dirname(dirname(__FILE__)) . '/shared/config/config.php'; require_once DOCUMENT_ROOT . DIR_INCLUDE . '/check_user_login.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . '/api_document.php'; require_once DOCUMENT_ROOT . DIR_SHARED_LIBRARIES . '/lib_pager.php'; ...
PHP
<?php //require section require_once dirname(dirname(__FILE__)) . '/shared/config/config.php'; require_once DOCUMENT_ROOT . DIR_INCLUDE . '/check_user_login.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . '/api_document.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . '/api_invoice.php'; ...
PHP
<script type="text/javascript" src="<?php echo LINK_ROOT . DIR_SHARED_PLUGIN; ?>ckeditor/ckeditor.js"></script> <script type="text/javascript" src="<?php echo LINK_ROOT . DIR_SHARED_PLUGIN; ?>ckeditor/config.js"></script> <link href="<?php echo LINK_ROOT . DIR_SHARED_PLUGIN; ?>ckeditor/contents.css" rel="stylesheet">
PHP
<script type="text/javascript"> function notify(message){ $.uikit.notify(message); } function submit_data() { $("#form_data").submit(); } function confirmDelete(id) { if (confirm('Are you sure?')) { $('#form_delete input[name="dele...
PHP
<!-- Menu --> <nav id="main-menu" class="uk-navbar uk-margin-large-bottom" data-uk-sticky> <a href="<?php echo LINK_ROOT . DIR_ADMIN . 'index.php' ?>" class="uk-navbar-brand uk-hidden-small" data-uk-tooltip title="Trang Quản Trị">Admin Panel</a> <ul class="uk-navbar-nav uk-hidden-small"> <li...
PHP
<link rel="stylesheet" href="<?php echo LINK_ROOT . DIR_SHARED_LAYOUT_CSS ?>site.css"> <link rel="stylesheet" href="<?php echo LINK_ROOT . DIR_SHARED_LAYOUT_CSS ?>ts.css">
PHP
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title><?php echo $title; ?></title> <!-- Favicon --> <link rel="icon" type="image/png" href="<?php echo LINK_ROOT . '/favicon.png' ?>"> <!-- UIKit CSS --> <link href="<?php echo LINK_ROOT . DIR_SHARED_LAYOUT_UIKIT_CSS ?>uikit.min.css" rel="st...
PHP
<?php //require section require_once dirname(dirname(__FILE__)) . '/shared/config/config.php'; require_once DOCUMENT_ROOT . DIR_INCLUDE . '/check_user_login.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . '/api_document.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . '/api_invoice.php'; ...
PHP
<?php //require section require_once dirname(__FILE__) . '/shared/config/config.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . 'api_document.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . 'api_multi_level.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . 'api_statistics.php'; $...
PHP
<?php //require section require_once dirname(__FILE__) . '/shared/config/config.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . 'api_document.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . 'api_cart.php'; $title = 'Giỏ Hàng'; ?> <!DOCTYPE html> <html> <head> <?php require_once DOCUMENT_R...
PHP
<script type="text/javascript"> function notify(message) { $.uikit.notify(message); } $(document).ready(function() { $('#main-menu > ul > li').on('click', function() { $('#main-menu > ul > li').removeClass('uk-active'); $(this).addClass('uk-active'); }...
PHP
<?php require_once DOCUMENT_ROOT . DIR_SHARED_API . 'api_statistics.php'; session_start(); $time_out = 60; if(empty($_SESSION['timeout'])){ $_SESSION['timeout'] = time(); api_statistics::increase_access_number(); } else { $inactive_time = time() - $_SESSION['timeout...
PHP
<?php session_start(); require_once dirname(dirname(__FILE__)) . '/shared/libraries/lib_redirect.php'; if (empty($_SESSION['user_login']) || !($_SESSION['user'] === 'Admin')) { lib_redirect::Redirect('/login.php'); }
PHP
<?php function latest_news($news_num) { $list = api_news::get_all_latest_news($news_num); if (empty($list) || count($list) == 0) { echo "Chưa có bài báo nào."; } else { foreach ($list as $item) { ?> <div class="ts-latest-...
PHP
<link rel="stylesheet" href="<?php echo LINK_ROOT . DIR_SHARED_LAYOUT_CSS ?>site.css"> <link rel="stylesheet" href="<?php echo LINK_ROOT . DIR_SHARED_LAYOUT_CSS ?>ts.css">
PHP
<!-- Slider --> <div id="wowslider-container1" style="margin-top: 50px;"> <div class="ws_images"><ul> <li><img src="<?php echo LINK_ROOT . DIR_SHARED_LAYOUT_IMAGES_SLIDESHOW ?>images/1.jpg" alt="huanluyenviencanhan.com.vn" title="huanluyenviencanhan.com.vn" id="wows1_0"/></li> <li><img src="<?php echo LINK_ROO...
PHP
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="description" content="chuyên tư vấn thiết kế giáo án giảm cân, giáo án tăng cân, giáo án thể hình... an toàn hiệu quả | liên hệ : 0933337258"> <meta name="title" content="cách giảm cân | giáo án giảm cân"> <meta name="author" content="...
PHP
<?php //require section require_once dirname(__FILE__) . '/shared/config/config.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . 'api_security.php'; $title = 'Đăng Nhập'; ?> <!DOCTYPE html> <html> <head> <?php require_once DOCUMENT_ROOT . DIR_INCLUDE . 'head.php'; ?> <...
PHP
<?php //require section require_once dirname(__FILE__) . '/shared/config/config.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . 'api_security.php'; $title = 'Đổi Mật Khẩu'; ?> <!DOCTYPE html> <html> <head> <?php require_once DOCUMENT_ROOT . DIR_INCLUDE . 'head.php'; ?> </head> ...
PHP
<?php //require section require_once dirname(__FILE__) . '/shared/config/config.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . 'api_document.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . 'api_document_manage.php'; require_once DOCUMENT_ROOT . DIR_SHARED_LIBRARIES . 'lib_redirect.php'...
PHP
<?php //require section require_once dirname(__FILE__) . '/shared/config/config.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . 'api_document.php'; require_once DOCUMENT_ROOT . DIR_SHARED_API . 'api_document_manage.php'; require_once DOCUMENT_ROOT . DIR_SHARED_LIBRARIES . 'lib_redirect.php'; ...
PHP
<?php /* Smarty version Smarty-3.1.7, created on 2013-08-08 18:55:56 compiled from "application\views\backend\other\01_clearcache.tpl" */ ?> <?php /*%%SmartyHeaderCode:3027551c2a8e9eb4e71-64472117%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_valid = $_smarty_tpl->decodeProperties(array ( ...
PHP
<?php /* Smarty version Smarty-3.1.7, created on 2013-06-25 17:56:09 compiled from "D:\xampp\htdocs\0x6A\application\views\backend\00_include\02_jqxmenu.tpl" */ ?> <?php /*%%SmartyHeaderCode:2199751c6a862b86904-77547597%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_valid = $_smarty_tpl->dec...
PHP
<?php /* Smarty version Smarty-3.1.7, created on 2013-06-25 18:41:10 compiled from "application\views\backend\auth\01_login.tpl" */ ?> <?php /*%%SmartyHeaderCode:1260351c436d8dcfe51-91824199%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_valid = $_smarty_tpl->decodeProperties(array ( 'file...
PHP
<?php /* Smarty version Smarty-3.1.7, created on 2013-07-03 16:44:22 compiled from "application\views\backend\02_filemanage\filemanage.tpl" */ ?> <?php /*%%SmartyHeaderCode:880051c436edd3f063-61203210%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_valid = $_smarty_tpl->decodeProperties(array...
PHP
<?php /* Smarty version Smarty-3.1.7, created on 2013-06-25 17:56:09 compiled from "D:\xampp\htdocs\0x6A\application\views\backend\00_include\02_menu.tpl" */ ?> <?php /*%%SmartyHeaderCode:2610551c2a8ea09c661-16536075%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_valid = $_smarty_tpl->decode...
PHP
<?php /* Smarty version Smarty-3.1.7, created on 2013-06-25 17:55:46 compiled from "D:\xampp\htdocs\0x6A\application\views\frontend\include\02_foot.tpl" */ ?> <?php /*%%SmartyHeaderCode:810651c2a8e1340948-09526734%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_valid = $_smarty_tpl->decodePro...
PHP
<?php /* Smarty version Smarty-3.1.7, created on 2013-07-19 17:03:06 compiled from "D:\xampp\htdocs\0x6A\application\views\frontend\include\01_head.tpl" */ ?> <?php /*%%SmartyHeaderCode:1292751c2a8e11eb3d5-07573857%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_valid = $_smarty_tpl->decodePr...
PHP
<?php /* Smarty version Smarty-3.1.7, created on 2013-07-19 17:04:02 compiled from "application\views\frontend\01_home.tpl" */ ?> <?php /*%%SmartyHeaderCode:1014251c2a8e0ad59e4-10015979%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_valid = $_smarty_tpl->decodeProperties(array ( 'file_depe...
PHP
<?php /* Smarty version Smarty-3.1.7, created on 2013-06-25 17:56:09 compiled from "D:\xampp\htdocs\0x6A\application\views\backend\00_include\02_foot.tpl" */ ?> <?php /*%%SmartyHeaderCode:3103851c2a8ea11ffa5-45172815%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_valid = $_smarty_tpl->decode...
PHP
<?php /* Smarty version Smarty-3.1.7, created on 2013-08-08 18:55:56 compiled from "D:\xampp\htdocs\0x6A\application\views\backend\00_include\01_head.tpl" */ ?> <?php /*%%SmartyHeaderCode:2988851c2a8ea010051-48466748%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_valid = $_smarty_tpl->decode...
PHP
<?php /* Smarty version Smarty-3.1.7, created on 2013-06-25 17:55:46 compiled from "D:\xampp\htdocs\0x6A\application\views\frontend\include\04_login.tpl" */ ?> <?php /*%%SmartyHeaderCode:1294951c2a8e1310695-33110384%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_valid = $_smarty_tpl->decodeP...
PHP
<?php /* Smarty version Smarty-3.1.7, created on 2013-06-25 17:55:46 compiled from "D:\xampp\htdocs\0x6A\application\views\frontend\include\03_reg.tpl" */ ?> <?php /*%%SmartyHeaderCode:2516451c2a8e12e0748-33033142%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_valid = $_smarty_tpl->decodePro...
PHP
<?php $lang['upload_userfile_not_set'] = "Unable to find a post variable called userfile."; $lang['upload_file_exceeds_limit'] = "The uploaded file exceeds the maximum allowed size in your PHP configuration file."; $lang['upload_file_exceeds_form_limit'] = "The uploaded file exceeds the maximum size allowed by the sub...
PHP
<?php $lang['cal_su'] = "Su"; $lang['cal_mo'] = "Mo"; $lang['cal_tu'] = "Tu"; $lang['cal_we'] = "We"; $lang['cal_th'] = "Th"; $lang['cal_fr'] = "Fr"; $lang['cal_sa'] = "Sa"; $lang['cal_sun'] = "Sun"; $lang['cal_mon'] = "Mon"; $lang['cal_tue'] = "Tue"; $lang['cal_wed'] = "Wed"; $lang['cal_thu'] = "Th...
PHP
<?php $lang['db_invalid_connection_str'] = 'Unable to determine the database settings based on the connection string you submitted.'; $lang['db_unable_to_connect'] = 'Unable to connect to your database server using the provided settings.'; $lang['db_unable_to_select'] = 'Unable to select the specified database: %s'; $...
PHP
<?php $lang['date_year'] = "Year"; $lang['date_years'] = "Years"; $lang['date_month'] = "Month"; $lang['date_months'] = "Months"; $lang['date_week'] = "Week"; $lang['date_weeks'] = "Weeks"; $lang['date_day'] = "Day"; $lang['date_days'] = "Days"; $lang['date_hour'] = "Hour"; $lang['date_hours'] = "Hours"; $lang['date_m...
PHP
<?php $lang['ut_test_name'] = 'Test Name'; $lang['ut_test_datatype'] = 'Test Datatype'; $lang['ut_res_datatype'] = 'Expected Datatype'; $lang['ut_result'] = 'Result'; $lang['ut_undefined'] = 'Undefined Test Name'; $lang['ut_file'] = 'File Name'; $lang['ut_line'] = 'Line Number'; $lang['ut_passed'] = 'Passed'...
PHP
<?php $lang['email_must_be_array'] = "The email validation method must be passed an array."; $lang['email_invalid_address'] = "Invalid email address: %s"; $lang['email_attachment_missing'] = "Unable to locate the following email attachment: %s"; $lang['email_attachment_unreadable'] = "Unable to open this attachment: %...
PHP
<?php $lang['required'] = "The %s field is required."; $lang['isset'] = "The %s field must have a value."; $lang['valid_email'] = "The %s field must contain a valid email address."; $lang['valid_emails'] = "The %s field must contain all valid email addresses."; $lang['valid_url'] = "The %s field must contain ...
PHP
<?php $lang['migration_none_found'] = "No migrations were found."; $lang['migration_not_found'] = "This migration could not be found."; $lang['migration_multiple_version'] = "This are multiple migrations with the same version number: %d."; $lang['migration_class_doesnt_exist'] = "The migration class \"%s\" could ...
PHP
<?php $lang['imglib_source_image_required'] = "You must specify a source image in your preferences."; $lang['imglib_gd_required'] = "The GD image library is required for this feature."; $lang['imglib_gd_required_for_props'] = "Your server must support the GD image library in order to determine the image properties."; ...
PHP
<?php $lang['ftp_no_connection'] = "Unable to locate a valid connection ID. Please make sure you are connected before peforming any file routines."; $lang['ftp_unable_to_connect'] = "Unable to connect to your FTP server using the supplied hostname."; $lang['ftp_unable_to_login'] = "Unable to login to your FTP serv...
PHP
<?php $lang['terabyte_abbr'] = "TB"; $lang['gigabyte_abbr'] = "GB"; $lang['megabyte_abbr'] = "MB"; $lang['kilobyte_abbr'] = "KB"; $lang['bytes'] = "Bytes"; /* End of file number_lang.php */ /* Location: ./system/language/english/number_lang.php */
PHP
<?php $lang['profiler_database'] = 'DATABASE'; $lang['profiler_controller_info'] = 'CLASS/METHOD'; $lang['profiler_benchmarks'] = 'BENCHMARKS'; $lang['profiler_queries'] = 'QUERIES'; $lang['profiler_get_data'] = 'GET DATA'; $lang['profiler_post_data'] = 'POST DATA'; $lang['profiler_uri_string'] = 'URI STRING'; $la...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
PHP