サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
衆院選
codeigniter.com
The content in this document is neither legal advice nor a legally binding interpretation of the OSL 3.0 license. Contents CodeIgniter License and Terms of Use FAQ Is CodeIgniter really open source software? Licenses are confusing, what obligations does OSL 3.0 impose on me? So if I distribute an application built on CodeIgniter do I have to release it as OSL 3.0? So I can make something with Code
Welcome to the CodeIgniter Wiki Search, browse, add and enhance - the wiki is yours to use and to contribute your knowledge to The wiki is intended as a source of contribution for the members, and by the members. Articles are added, categorized, and modified by the community, with only light moderation by EllisLab staff. We encourage you to post your tutorials, tidbits, examples, and other resour
Database Migrations in CodeIgniter Migrations is a simple utility inspired by its Ruby on Rails counterpart that makes working with database changes a lot easier to development teams. The concept is really simple: abstract each change to your database schema to a “migration” class in a way that other team members can apply (and undo) each change easily. Common usage * Each individual in a team is
Powered By ExpressionEngine ExpressionEngine Wiki - Version 1.2 Script Executed in 0.3180 seconds
Today EllisLab and the CodeIgniter Reactor Engineers are proud to announce the first official release of CodeIgniter 2.0.0, which is being released in two flavors: CodeIgniter Core Core is a slow-moving branch that will be used as the base for EllisLab commercial products such as ExpressionEngine and MojoMotor. It will continue at a similar pace that CodeIgniter has in the past and will be useful
Managing your Applications By default, it is assumed that you only intend to use CodeIgniter to manage one application, which you will build in your app directory. It is possible, however, to have multiple sets of applications that share a single CodeIgniter installation, or even to rename or relocate your application directory. Renaming or Relocating the Application Directory If you would like
Download: File:simplelogin 0.1.zip Name: Simplelogin 0.1 License: Simplelogin is released to the public domain. Released: April 25, 2007 CI Version: Tested with CodeIgniter 1.5.3 (should work with previous versions and hopefully future versions) Author: Anthony Graddy ************************ INTRODUCTION ************************ Simplelogin is designed to give you a quick and simple login
This is a tutorial how to integrate PEAR into Codeigniter by Fabian Wesner (german specialist for codeigniter ) What is PEAR? PEAR is short for “PHP Extension and Application Repository” and is pronounced just like the fruit. The purpose of PEAR is to provide: * A structured library of open-source code for PHP users * A system for code distribution and package maintenance * A standard style for
Category:Config | Category:Config -> Community | Category:Config -> Cron This is a simple bootstrapper file that you can use to directly run your CodeIgniter controllers from the commandline. It’s a very easy and elegant solution for using CI controllers for cron jobs. It also supports logging. Installation 1) Copy the code at the bottom of this code and save it in a file called cron.php anywhere
CodeIgniter Community Voice - Generating PDF files using CodeIgniter EllisLab is blessed with two of the greatest communities that can be found anywhere on the internet in ExpressionEngine and more recently CodeIgniter. Despite being a relative newcomer to the scene, the people attracted to CodeIgniter are among the smartest, most talented and down-to-earth developers around today. From time to
Welcome to the CodeIgniter Wiki! Search, browse, add, subscribe to the feeds; the wiki is yours to use to add to your own knowledge and share your knowledge with others! The wiki is intended as a source of contribution for the members, and by the members. Articles are added, categorized, and modified by the community, with only light moderation by EllisLab staff. We encourage you to post your tut
CodeIgniter > Wiki > Summary of Resources Libraries Helpers Plugins... Category:Links -> Resources Introduction The wiki and CIForge were a little difficult to navigate. This is a compilation of community contributed resources. Most of the text is stolen from other contributors wiki/CIForge/Derek Allard Blog/etc). Current list only includes the wiki and CIForge. Might be good to post links to
Category:Library | Category:Library -> Community | Category:Library -> Tests SimpleTester is a testing library for CodeIgniter, wrapping the SimpleTest framework. Installation instructions 1. Download SimpleTester 1.0 here: File:simpletester1.0.zip 2. Unzip file to the application folder. 3. Download the latest SimpleTest framework here. 4. Gunzip that file to application/libraries (a folder c
Category:Libraries -> Session (Originally discussed at http://codeigniter.com/forums/viewthread/44945/) This is a session library that uses native PHP sessions. It stores data server-side, instead of client-side (like regular CI sessions). This library also supports ‘flash’ variables, as described in this forum thread. These let you set a variable that will only exist for one page load, then be a
Category:Core | Category:Core -> Community | Category:Core -> Database Introduction PHP5 core now includes the SQLite (file-based) database and PDO (PHP Data Objects) database interface layer. SQLite is an open-source, embedded, relational database. SQLite is written in C and is less than 1/4 Meg in size (the whole SQLite RDBMS ‘engine’ fits nicely in memory). SQLite is bullet fast (yes, faster
Learning about Doctrine The best way to learn about Doctrine is to read about it in the manual. Here are some important links. Doctrine 0.10 Manual Doctrine 0.10 API Docs Download Doctrine First we must get the source of Doctrine from svn and place it in the system/database folder. $ cd system/database $ svn co http://svn.phpdoctrine.org/branches/0.10/lib doctrine $ cd .. // If you use svn in you
Load-balanced hosting solutions optimized for dynamic websites. Watch the overview of CodeIgniter, and learn how to build a weblog in under 20 minutes!
Category:Library -> View | Category:Library -> Community IntroductionThis is a cake-like layout/view system… Source/application/libraries/Layout.php <?php if (!defined('BASEPATH')) exit('No direct script access allowed'); class Layout { var $obj; var $layout; function Layout($layout = "layout_main") { $this->obj =& get_instance(); $this->layout = $layo
© Copyright 2019-2024 CodeIgniter Foundation. Last updated on Jan 27, 2024.
CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.
このページを最初にブックマークしてみませんか?
『Welcome to CodeIgniter』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く