SYMBOL INDEX (43 symbols across 8 files) FILE: app/controllers/ItemController.php class ItemController (line 7) | class ItemController extends Controller method index (line 10) | public function index() method detail (line 29) | public function detail($id) method add (line 40) | public function add() method manage (line 51) | public function manage($id = 0) method update (line 65) | public function update() method delete (line 76) | public function delete($id = null) FILE: app/models/Item.php class Item (line 10) | class Item extends Model method search (line 27) | public function search($keyword) FILE: fastphp/Fastphp.php class Fastphp (line 11) | class Fastphp method __construct (line 16) | public function __construct($config) method run (line 22) | public function run() method route (line 33) | public function route() method setReporting (line 91) | public function setReporting() method stripSlashesDeep (line 104) | public function stripSlashesDeep($value) method removeMagicQuotes (line 111) | public function removeMagicQuotes() method unregisterGlobals (line 126) | public function unregisterGlobals() method setDbConfig (line 141) | public function setDbConfig() method loadClass (line 152) | public function loadClass($className) method classMap (line 175) | protected function classMap() FILE: fastphp/base/Controller.php class Controller (line 7) | class Controller method __construct (line 14) | public function __construct($controller, $action) method assign (line 22) | public function assign($name, $value) method render (line 28) | public function render() FILE: fastphp/base/Model.php class Model (line 6) | class Model extends Sql method __construct (line 10) | public function __construct() FILE: fastphp/base/View.php class View (line 7) | class View method __construct (line 13) | function __construct($controller, $action) method assign (line 20) | public function assign($name, $value) method render (line 26) | public function render() FILE: fastphp/db/Db.php class Db (line 15) | class Db method pdo (line 19) | public static function pdo() FILE: fastphp/db/Sql.php class Sql (line 6) | class Sql method where (line 30) | public function where($where = array(), $param = array()) method order (line 50) | public function order($order = array()) method fetchAll (line 61) | public function fetchAll() method fetch (line 72) | public function fetch() method delete (line 83) | public function delete($id) method add (line 94) | public function add($data) method update (line 106) | public function update($data) method formatParam (line 130) | public function formatParam(PDOStatement $sth, $params = array()) method formatInsert (line 141) | private function formatInsert($data) method formatUpdate (line 157) | private function formatUpdate($data)