ONLY for 'tree' view set db to: REQUIRED FIELDS FOR TREE.CFC: 'id' integer, primary key, auto increment 'parentID' integer 'lft' integer 'rgt' integer OPTIONAL FIELDS (these can be changed but must be accounted for appropriately in the array to create new nodes) 'title' varchar 'url' varchar *** for 'default' and 'move' view you may use any 'id' you want, but there has to be one *** however you must indicate in the config file which one it is as the variable 'key' FOR 'default' view: id (int -- required field) developerName (varchar) email (varchar) activated (int) image1 (varchar) FOR 'move' view id (int -- required field) weborder(int -- required field) developerName (varchar) email (varchar) activated (int) image1 (varchar)