Skip to content

Instantly share code, notes, and snippets.

javascript: (function () {
function c() {
var e = document.createElement("link");
e.setAttribute("type", "text/css");
e.setAttribute("rel", "stylesheet");
e.setAttribute("href", f);
e.setAttribute("class", l);
document.body.appendChild(e)
}
function h() {
@obiconbig
obiconbig / gist:5122400
Created March 9, 2013 03:43
How to use Doctrine 2.3.x for CodeIgniter 2.1.3

How to use Doctrine 2.3.x for CodeIgniter 2.1.3

Environment

บทความนี้จะ setup codeigniter 2.1 เพื่อให้ใช้งาน Doctrine 2.3.0 โดยใช้

@obiconbig
obiconbig / gist:5122390
Last active June 27, 2023 09:42
How to use Codeception on CodeIgniter 2.1.x

How to use Codeception on CodeIgniter 2.1.x

Using Codeception Test with CodeIgniter

Requirements

  • PHP >= 5.3
  • PHP CURL extension enabled