Frequently Asked Questions
Find some clarifications on frequently raised issues. If you can't find the answer for your question feel free to ask Tigermouse developers directly. Do so by clicking On-line Help on the left nav bar.
databases
-
What databases are supported?
All. Currently PostgreSQL, MySQL and SQLite are tested. Tigermouse is not database engine dependant. It supports evry database that Data Access Layer (DAL) via adapters. -
What Data Access Layers are supported?
Currently there is support for PDO and PEAR::Db. -
Is there Active Record implementation?
Yes, there is. Active Record provides superb many-to-one and many-to-many relations handling as well.
browser compatibility
-
What browsers are supported?
Most modern browsers are. Firefox 2+, Opera 9+ and Internet Explorer 7+ among them. Support for Safari and Konqueror has not been confirmed by users. -
Will Internet Explorer 6 get supported?
Not at the moment, unless you fix Tigermouse yourself to get it to work with Internet Explorer 6. -
Will Safari/Konqueror get supported?
It hasn't been confirmed whether Tigermouse work or not with any of them. If the fix is minor and you request for it, it is likely WebKit-based browsers will get supported.
troubleshooting
-
How do I get help?
Click here and ask your question directly to developers. -
What are the prerequisites to run Tigermouse?
Web server with PHP 5 (preferably 5.2), JSON extension and Smarty template language. -
Where do I find documentation?
You may try user documentation or browse/ask on mailing lists.