[eluser]Majd Taby[/eluser]
irvin, are you referring to the navigation?
Skinnpenal, i'll look into it. could you give me some more info regarding your setup?
gusa, well all tables from the database are shown. If you want to exclude a table, then add it to codex_exclude_tables in config/codex.php. The way I fixed the get_where issue is by writing my own get_where function in codexmodel and updating the libraries to use it. the function in codexmodel then either calls get_where or getwhere depending on the system's version. as far as the APPPATH issue, I can't just use codex/application because people sometime put their codex application in non-root directories.