| <?php |
| #***************************************************************************** |
| # |
| # en_dbo_index.php |
| # |
| # Author: Denis Roy |
| # Date: 2005-06-16 |
| # |
| # Description: Bugzilla Database Object |
| # |
| # HISTORY: |
| # |
| #**************************************************************************** |
| |
| include("../html/header.php"); |
| |
| $Menu = new Menu("en"); |
| include("../modules/menu.php"); |
| |
| ?> |
| <br /> |
| <td width="50%" valign="top" class="normal"> |
| <font class="large_title">Eclipse.org PHP database objects</font><br /><br /> |
| Access the eclipse.org databases directly from PHP - with code samples!<br /><br /> |
| |
| Bugzilla: <a href="dbo_bugs.php">database access code sample</a> | <a href="dbo_bugs_schema.php">Schema</a><br /> |
| Download stats: <a href="dbo_downloads.php">database access code sample</a> | <a href="dbo_downloads_schema.php">Schema</a><br /><br /> |
| <br /> |
| <b>Please note: </b>you need to tell the WebMaster from where these scripts will be running otherwise you will get an |
| error.<br /> |
| |
| </td> |
| <td width="40"></td> |
| <td valign="top" class="normal"> |
| <br /><br /> |
| Please use caution with aggregate functions, such as COUNT(), MIN() and |
| MAX(). They tend to be costly. Caching aggregate values to text files and avoiding using |
| aggregates on project front-pages are examples of efficient use of aggregate functions.<br /><br /> |
| |
| If you're not sure your code is using aggregate functions efficiently, please |
| <a href="mailto:webmaster@eclipse.org">contact us</a>.<br /><br /> |
| </td> |
| |
| <?php |
| include("../html/footer.php"); |
| ?> |