Skip to content

Instantly share code, notes, and snippets.

@ahmednuaman
Last active December 15, 2015 20:41
Show Gist options
  • Select an option

  • Save ahmednuaman/5320449 to your computer and use it in GitHub Desktop.

Select an option

Save ahmednuaman/5320449 to your computer and use it in GitHub Desktop.
Codeigniter Library
<?php
class Library {
private $CI;
public function __construct() {
$this->CI =& get_instance();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment