现在位置 >首页 > 所有关于CodeIgniter的文章
Dojo grid 服务器端 分页、排序的解决方案
Dojo Grid 服务器端分页排序解决方案 Dojo grid 服务器端 分页、排序的解决方案后台采用CodeIgniter, 分页控件采用Cory写的widget,排序参考IBM DOJO文摘。 由于时间关系,后期会详细更新本文章。 采用MVC模式介绍: 表示层:View: grid <div dojoType="dojox.grid.DataGrid" id="<?= $controller ?>Grid" jsid="<?= $controller ?>Grid" canSort="false" store="<?= $controller ?>Store" query="{ id: '*' ...
阅读全文
technicalprinciple category ci category
发表于642 天前 LAMP, PHP>CI 评论数 5
CodeIgniter  HMVC  Matchbox
Current version: RC2 Forum Thread: http://codeigniter.com/forums/viewthread/128084/ Last update: 2009-09-18 Matchbox is a set of extended libraries that lets you organize your application in small components (modules). These modules have several advantages, the main one being portability. Modules are stored in their own folders and so they can be reused in other applications or shared between users by copying just that one folder. Installation If you can run CodeIgniter, y...
阅读全文
centos5.x+python2.4.3+mysql-python+django+mod_python的环境搭建方法
python2.4.3是centos5.x自带的,没有升级到2.5,2.6等的,怕路径环境混乱 yum install python-devel mysql-devel mod_python (因为我有其他用途,曾经yum安装过 bison ncurses ncurses-devel zlib zlib-devel openssl gnutls-devel bison-devel  httpd gcc gcc-c++ libxml2-devel libtiff-devel mysql-server php-gd php-mysql  kernel-devel audiofile-devel subversion libogg-devel php-cli php-pear php mysql-devel ) wget http://peak.telecommunity.com/dist/ez_setup.py python ez_setup.py easy_in...
阅读全文
How to use FusionCharts Free with CodeIgniter?
How to use FusionCharts Free with CodeIgniter?FusionCharts Free is an open-source FREE flash charting component that can be used to render data-driven animated charts. And ,CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you’re a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you’r...
阅读全文
ci category
发表于649 天前 PHP>CI 评论数 2
CodeIgniter Excel Library
CodeIgniter Excel Library is a library to export Excel(CVS). It’s so easy. The core code of the library: /* * SatSun Studio * Chief Designer Liu Guoqing * Date 2010.08.10 * */ /** * Ms_excel Library * @author Liu Guoqing * @package Libraries * @subpackage * @link http://www.satsuns.com */ class Ms_excel { protected $ci; // global Codeigniter object public function __construct() { // get global Codeigniter object $this->ci = &get_instance (); $this->ci-...
阅读全文
JSON && Jquery && Codeigniter  使用说明
JSON JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。 易于人阅读和编写。同时也易于机器解析和生成。 它基于JavaScript Programming Language, Standard ECMA-262 3rd Edition – December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, JavaScript, Perl, Python等)。 这些特性使JSON成为理想的数据交换语言。 JSON建构于两种结构: “名称/值”对的集合(A collection of name/value pairs)。不同的语言中,它被理解为...
阅读全文
不想听你唠叨×