Halaman

Tampilkan postingan dengan label Codeigniter. Tampilkan semua postingan
Tampilkan postingan dengan label Codeigniter. Tampilkan semua postingan

Rabu, 01 Januari 2014

codeigniter 3dev app shell

. Rabu, 01 Januari 2014 .

https://github.com/monsterlane/codeigniter3-app

(Read More..)

Sabtu, 27 April 2013

CodeIgniter + Socket.IO (with Redis) Sample Project | ci_sock

. Sabtu, 27 April 2013 .

https://github.com/ericterpstra/ci_sock

(Read More..)

Live Updates in CodeIgniter with Socket.IO and Redis

.

Live Updates in CodeIgniter with Socket.IO and Redis

 

 http://ericterpstra.com/2013/04/live-updates-in-codeigniter-with-socket-io-and-redis/

 

 

(Read More..)

Selasa, 01 Januari 2013

. Selasa, 01 Januari 2013 .

http://philsturgeon.co.uk/blog/2012/12/why-do-some-php-devs-love-static

(Read More..)

Sabtu, 18 Agustus 2012

Explore Aspect Oriented Programming with CodeIgniter, Part 1

. Sabtu, 18 Agustus 2012 .

http://phpmaster.com/explore-aspect-oriented-programming-with-codeigniter-1/

(Read More..)

Minggu, 22 Juli 2012

Upgrading to CodeIgniter 2.x from CodeIgniter 1.7.x

. Minggu, 22 Juli 2012 .

http://shafiq2410.wordpress.com/2012/07/10/upgrading-to-codeigniter-2-x-from-codeigniter-1-7-x/

(Read More..)

Laravel vs Codeigniter

.

http://www.web-and-development.com/laravel-vs-codeigniter/

(Read More..)

Minggu, 15 Juli 2012

CodeIgniter-CRUD-Model

. Minggu, 15 Juli 2012 .

https://github.com/jesseterry/CodeIgniter-CRUD-Model

(Read More..)

CodeIgniter url_title

.

http://ericlbarnes.com/blog/codeigniter-url-title

(Read More..)

Minggu, 08 Juli 2012

nEW codeigniter wikis

. Minggu, 08 Juli 2012 .

https://github.com/EllisLab/CodeIgniter/wiki/_pages

(Read More..)

Sabtu, 12 Mei 2012

Easy Package Management for CodeIgniter with Sparks

. Sabtu, 12 Mei 2012 .

http://net.tutsplus.com/tutorials/php/easy-package-management-for-codeigniter-with-sparks/

(Read More..)

Remote Config Files In CodeIgniter

.

I ran into a situation recently where I had multiple CodeIgniter apps which depended on the same config values. No problem, right? Just use a common third_party folder. That would work, except they were on different servers! My solution was to echo the config as JSON in one place, grab the JSON in other apps and load them as config values. Now you can do the same!

 http://mikefunk.com/remote-config-files-in-codeigniter/

(Read More..)

Jumat, 11 Mei 2012

Building a URL Shortener from Scratch Using CodeIgniter

. Jumat, 11 Mei 2012 .

http://dalehurley.com/building-a-url-shortener-from-scratch-using-codeigniter_20120508.html?goback=.gde_109912_member_113615768

(Read More..)

Jumat, 04 Mei 2012

Ajax Framework For CodeIgniter

. Jumat, 04 Mei 2012 .

A very basic but powerful implementation of Ajax Framework that complements Codeigniter.

Download here:

Download From Google Code
Cjax Framework separates your ajax controllers from your regular controllers. While your normal controllers reside in application/controllers, your ajax controllers will reside in application/response.

Install

Download and unzip the Ajax Framework package, then just overwrite everything from the zip into your CodeIgniter base installation (will not replace any of your files)

Test

just go to:
http://yoursite.com/ajax.php?controller=test&function=test
(replace http://yoursite.com with the base directory where your CodeIgniter installation resides)
To this point you are done, successfully installing and using Cjax, if the test above prints “Ajax View..”. You can find this text inside file application/views/test.php, and its controller in application/response/test.php.

Friendly URLS

Full support for friendly URLS.
Friendly URLS are supported, but not required to use Cjax.
You may access your controllers in any of the following ways; these examples make use of controller file application/response/test.php.
//ajax.php?controller=$controller&function;=$functionajax.php?controller=test&function=test//ajax.php?$controller/$functionajax.php?test/test//ajax/$controller/$function
#This one requires mod_rewrite
ajax/test/test 
The last url above, will require you to enable mod_rewrite in your server and rename the accompanied file htaccess.txt File:htaccess.txt to .htacccess

Creating Controllers

Creating controllers works the same way as your regular controllers,  except the class name of ajax controller start with the keyword “controller_”. For example, if you want to create a controller named test,  then your class name would be “controller_test”.

Example

application/response/test.php
class controller_test extends CI_Controller {

    
function test()
    
{

    }

 
 

(Read More..)

Rabu, 02 Mei 2012

. Rabu, 02 Mei 2012 .

Image CRUD is an automatic multiple image uploader for Codeigniter. With the same philoshopy of grocery CRUD library. Just simple line of codes and you have all the functionality that you need.

http://www.web-and-development.com/image-crud-an-automatic-multiple-image-uploader-for-codeigniter/

(Read More..)

Minggu, 29 April 2012

nginx-and-codeigniter/

. Minggu, 29 April 2012 .

http://kbeezie.com/view/nginx-and-codeigniter/

(Read More..)

> Testing Codeigniter with Firebird

.

http://albringas.com/modules/AMS/article.php?storyid=17

(Read More..)

philsturgeon / codeigniter-restserver

.


CodeIgniter Rest Server

A fully RESTful server implementation for CodeIgniter using one library, one config file and one controller.

(Read More..)

Advanced CodeIgniter Profiling With XHProf

.

http://net.tutsplus.com/tutorials/php/advanced-codeigniter-profiling-with-xhprof/

(Read More..)

Codeigniter Snippets Package for Sublime T. 2

.

http://marcomonteiro.net/wp/blog/2012/04/14/codeigniter-snippets-package-for-sublime-t-2/

(Read More..)
 
{nama-blog-anda} is proudly powered by Blogger.com | Template by Agus Ramadhani | o-om.com