ATK Configuration: Difference between revisions
Appearance
No edit summary |
|||
| Line 5: | Line 5: | ||
== Database Configuration == | == Database Configuration == | ||
{| class="metadata" | |||
! Configoption || Description || Possible values || Default | |||
|- | |||
| $config_db["default"]["driver"] | |||
| Which database driver to use | |||
| [[mysql]],[[mysqli]],[[mysql41]],[[mssql]],[[oci805]],[[oci8]],[[oci9]],[[pgqsl]],[[db2]],[[i5]] | |||
| mysql | |||
|} | |||
== GUI Configuration == | == GUI Configuration == | ||
Revision as of 07:33, 24 July 2007
Below is a categorized list of configuration options. This page is far from complete. If you encounter a configuration value in ATK that is not listed here, please help us improve the documentation by adding it.
Within a category, the options are listed alphabetically.
Database Configuration
| Configoption | Description | Possible values | Default |
|---|---|---|---|
| $config_db["default"]["driver"] | Which database driver to use | mysql,mysqli,mysql41,mssql,oci805,oci8,oci9,pgqsl,db2,i5 | mysql |
GUI Configuration
| Configoption | Description | Possible values | Default | |
|---|---|---|---|---|
| $config_recordlistorientation | Place the recordlist action icons on the left or right of recordlists. | right, left, both | right | |
| $config_recordlistvorientation | Place the column headers (fieldname, searchfields etc.) at the top or bottom of recordlists. | top, bottom, both | top | |
| $config_recordsperpage | The number of records to display in a list of records. If there are more records than this number, previous/next links and page numbers will be added. | positive number | 25 | |
| $config_menu_align | how the menu aligns. This is not a standard config variable, so you can't find it in config.inc.php | left, center, right | center |