Name | Modified | Size | Downloads / Week |
---|---|---|---|
Releases | 2010-03-25 | ||
libraries.zip | 2011-11-19 | 98.9 kB | |
amity-readme.txt | 2010-03-25 | 1.4 kB | |
Totals: 3 Items | 100.3 kB | 0 |
Readme -------------------------------------------------------------------------------- Requires: PHP 5.2 and higher. Mysqli (for database connectivity) Installation / Configuration: To get running with the Amity Framework, you can either take the contents, copy the structure to the directory you wish to create the site from. Navigate into /core/scripts and take default_configuration.xml, copy it to /core and rename it configuration.xml. Edit the relevant settings. If you wish to configure a database connection, the following xml defines a single connection. <testdb> <value name="connector" value="MysqliConnector" /> <value name="host" value="localhost" /> <value name="database" value="amity" /> <value name="username" value="amity" /> <value name="password" value="testpass" /> </testdb> In the database node of configuration, set the name equal to your chosen xml node (in this case it would be test db). Alternatively, if you have php installed on your machine, navigate to the directory you extracted the framework to. Navigate down into /core/scripts and execute the install.php script. This will allow you to setup the site, install your chosen directory and configure your database connection. All you have to do is point your web server at it. 24-Mar-2010 (v 0.0.1.0 ) =================================== - First public release