Veic Corporation is web site
/**
* Copyright (c) 2013 Harbin TDTC Technology Development Co., Ltd.
*
* Apache License Version 2.0
*/
/**
- First, the development environment
-
- The language: PHP5.6+
-
- IDE: Eclipse for PHP Developers(Neon.2) - v4.6.2
-
- Database: MySQL 5.5+
-
- Web Server: Apache 2.4+
- Second, the project structure
-
- MVC framework - CodeIgniter version 2.2.6
-
- Front end: Bootstrap
-
- JS library: JQuery1.11.3
- Third, the program constitutes
-
- Controller parts:
-
(1) base class: MY_Controller (inherited from CI_Controller) -
(2) LMH Class: Frontend_Controller, -
(3) LMH class: Admin_Controller -
- Model parts:
-
(1) base class: My_Model (inherited from CI_Model) -
- View parts:
-
(1) the background: _layout_main.php and _layout_modal.php -
(2) of reception: _main_layout.php and layout template
*/