Installable modules
|
|||
|
Installable modules
The TT Web Site Manager is designed to be extended in two ways. As distributed, it supports MySQL
databases and English(UK) language text in the management scripts and the main documentation deals
only with these.
There are two language files, one called ttbuild_lang.php in the same directory as the build.php script and the other called ttwm_lang.php in the same directory as the management scripts. As and when these files are localised into other languages they will be made available from the TT Web Site Manager web site. The database code is spread across three files. In the tt directory are two files, poptasticdb.php which contains the poptasticDB database connectivity functions and an SQL dialect file whose name reflects the SQL server it supports, e.g. tt_sql_dialect_mysql.php. The page build script, build.php also contains database specific code.As new database servers are added to the list supported by the TT Web Site Manager the modules will be made available for download. Please look at the TT Web Site Manager web site for details of the available modules. At the time of writing this document there are modules available supporting Microsoft SQL Server, SQLite and ODBC data sources, with the ODBC module containing SQL dialect files for MS transact-SQL, MySQL and SQlite. These downloadable modules currently stand at version 0.4 because they were created for that TT Web Site Manager version, however they should be compatible with the TT Web Site Manager v0.5.
|
|||
|