SYMBOL INDEX (58 symbols across 1 files) FILE: application/libraries/Mongo_db.php class Mongo_db (line 17) | Class Mongo_db{ method __construct (line 54) | function __construct($param) method __destruct (line 75) | function __destruct() method prepare (line 92) | private function prepare() method connect (line 205) | private function connect() method insert (line 245) | public function insert($collection = "", $insert = array()) method batch_insert (line 292) | public function batch_insert($collection = "", $insert = array()) method select (line 338) | public function select($includes = array(), $excludes = array()) method where (line 381) | public function where($wheres, $value = null) method where_or (line 406) | public function where_or($wheres = array()) method where_in (line 435) | public function where_in($field = "", $in = array()) method where_in_all (line 463) | public function where_in_all($field = "", $in = array()) method where_not_in (line 491) | public function where_not_in($field = "", $in = array()) method where_gt (line 519) | public function where_gt($field = "", $x) method where_gte (line 545) | public function where_gte($field = "", $x) method where_lt (line 571) | public function where_lt($field = "", $x) method where_lte (line 597) | public function where_lte($field = "", $x) method where_between (line 623) | public function where_between($field = "", $x, $y) method where_between_ne (line 655) | public function where_between_ne($field = "", $x, $y) method where_ne (line 687) | public function where_ne($field = '', $x) method like (line 733) | public function like($field = "", $value = "", $flags = "i", $enable_s... method get (line 771) | public function get($collection = "") method get_where (line 830) | public function get_where($collection = "", $where = array()) method find_one (line 852) | public function find_one($collection = "") method count (line 903) | public function count($collection = "") method set (line 924) | public function set($fields, $value = NULL) method unset_field (line 951) | public function unset_field($fields) method addtoset (line 978) | public function addtoset($field, $values) method push (line 1002) | public function push($fields, $value = array()) method pop (line 1029) | public function pop($field) method pull (line 1055) | public function pull($field = "", $value = array()) method rename_field (line 1071) | public function rename_field($old, $new) method inc (line 1087) | public function inc($fields = array(), $value = 0) method mul (line 1113) | public function mul($fields = array(), $value = 0) method max (line 1139) | public function max($fields = array(), $value = 0) method min (line 1165) | public function min($fields = array(), $value = 0) method distinct (line 1191) | public function distinct($collection = "", $field="") method update (line 1238) | public function update($collection = "", $options = array()) method update_all (line 1274) | public function update_all($collection = "", $data = array(), $options... method delete (line 1317) | public function delete($collection = "") method delete_all (line 1352) | public function delete_all($collection = "") method aggregate (line 1390) | public function aggregate($collection, $operation) method order_by (line 1439) | public function order_by($fields = array()) method date (line 1465) | public function date($stamp = FALSE) method output_benchmark (line 1487) | public function output_benchmark() method limit (line 1500) | public function limit($x = 99999) method offset (line 1518) | public function offset($x = 0) method command (line 1540) | public function command($collection, $command = array()) method add_index (line 1591) | public function add_index($collection = "", $keys = array(), $options ... method remove_index (line 1643) | public function remove_index($collection = "", $keys = array()) method list_indexes (line 1683) | public function list_indexes($collection = "") method switch_db (line 1701) | public function switch_db($database = '') method drop_db (line 1729) | public function drop_db($database = '') method drop_collection (line 1755) | public function drop_collection($col = '') method _clear (line 1780) | private function _clear() method _w (line 1797) | private function _w($param) method _u (line 1812) | private function _u($method) method explain (line 1820) | private function explain($cursor, $collection, $aggregate=null)