CVS: web/docs/2.x index.php,NONE,1.1
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-03-18 17:37:07
|
Update of /cvsroot/phpweather/web/docs/2.x In directory usw-pr-cvs1:/tmp/cvs-serv21623/2.x Added Files: index.php Log Message: A couple of index-files. --- NEW FILE --- <?php include('../../include/header.php'); ?> <p>There isn't much to be said about PHP Weather version 2.x yet, as we're still working on it. But we know this:</p> <dl> <dt>It requires PHP version 4</dt> <dd><p>This is necessary because PHP Weather 2 uses many functions introduced in that version of PHP.</p></dd> <dt>It supports more databases than PHP Weather 1.x</dt> <dd><p>The databases are now accessed through an abstraction-layer. This means that it's easy to support new types of databases. There's even a database backend that relies on normal files, so that everybody should be able to use it.</p></dd> </dl> <p>If you're interested in the development of this version, then please have a look at the code in <a href="http://sourceforge.net/cvs/?group_id=23245">CVS</a>.</p> <?php include('../../include/footer.php'); ?> |