[ Index ] |
|
Code source de Phorum 5.1.25 |
![]() | Remonter | |
![]() | upgrade/ | |
![]() | config.php.sample [source] [89 lignes] | |
![]() | mysql.php [source] [4876 lignes] | The other Phorum code does not care how the messages are stored. The only requirement is that they are returned from these functions in the right way. This means each database can use as many or as few tables as it likes. It can store the fields anyway it wants. The only thing to worry about is the table_prefix for the tables. all tables for a Phorum install should be prefixed with the table_prefix that will be entered in include/db/config.php. This will allow multiple Phorum installations to use the same database. |
![]() | mysqli.php [source] [4885 lignes] | The other Phorum code does not care how the messages are stored. The only requirement is that they are returned from these functions in the right way. This means each database can use as many or as few tables as it likes. It can store the fields anyway it wants. The only thing to worry about is the table_prefix for the tables. all tables for a Phorum install should be prefixed with the table_prefix that will be entered in include/db/config.php. This will allow multiple Phorum installations to use the same database. |
Généré le : Thu Nov 29 12:22:27 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |