SYMBOL INDEX (19 symbols across 5 files) FILE: ajaxCall.js function getUrlVars (line 12) | function getUrlVars(url) { FILE: config/Database.php class Database (line 2) | class Database { method connect (line 11) | public function connect() { FILE: models/Category.php class Category (line 2) | class Category { method __construct (line 13) | public function __construct($db) { method read (line 18) | public function read() { method read_single (line 39) | public function read_single(){ method create (line 66) | public function create() { method update (line 94) | public function update() { method delete (line 126) | public function delete() { FILE: models/Post.php class Post (line 2) | class Post { method __construct (line 17) | public function __construct($db) { method read (line 22) | public function read() { method read_single (line 41) | public function read_single() { method create (line 71) | public function create() { method update (line 102) | public function update() { method delete (line 137) | public function delete() { FILE: myblog.sql type `categories` (line 1) | CREATE TABLE `categories` ( type `posts` (line 15) | CREATE TABLE `posts` (