[eluser]gusa[/eluser]
[quote author="jTaby" date="1211263549"]
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.[/quote]
ok, i understand. but i think it would be preferable to put 'codex/application' in another constant, because APPPATH is supposed to contain the full server path to the "application" folder.