can you help me how to access database using cakephp's bootstrap.php file?
tnx in adv!
UPDATE: my real question is next:
how can i use different route definition, regarding url.
ie. i can have (i don't know how) menu different urls, like:
http://example.com/contents
http://example.com/kind
http://example.com/article
http://example.com/quote
http://example.com/master
etc etc
i would define all those urls in database.
so, which is best way to achieve this? do i need to have db connection and query in routes.php file, or there is better way to achieve this.