Note: This documentation is a work in progress. If you see an error or typo, or would like to contribute to the documentation, let me know. If you have questions, comments or suggestions, post them in the tasks Yahoo! Group.
Can I run multiple installs of tasks in one database?

Tasks only uses one table to store all its data. The name of the table it uses is set in database.php ($database->table_name). If you only have one database, you can set up multiple tables and run multiple versions of tasks with each using a different table in the database.

Last Modified: April 29, 2003 @ 1:48 am