Difference between revisions of "Introduction to the Geeklog 2 FrameworkG2"
m (Reverted edit of ShiYan, changed back to last version by Tony) |
|||
Line 20: | Line 20: | ||
##[[Deleting Propel Objects|Deleting Propel Objects]] | ##[[Deleting Propel Objects|Deleting Propel Objects]] | ||
##[[Customized Queries using Named Queries Concept|Customized Queries using Named Queries Concept]] | ##[[Customized Queries using Named Queries Concept|Customized Queries using Named Queries Concept]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 13:32, 19 May 2005
It will be worth your while to download and install the Sample Contact Manager Applicationas it is a working example that illustrates the use of the Geeklog 2 framework. Installation should be fairly trivial as I have included all necessary PEAR libraries in the tarball (hence the unusually large footprint for such a small appliction). To install, create a database called PHPARCH and import the sql/create.sql. Be sure you have MySQL 4.1.x and that it supports the use of INNODB (it will work without it but transactions are supported by the framework). From there, edit the config.php. The comments in that file should explain everything just fine. Please email me at tony AT geeklog DOT net if you have any trouble getting the application installed.
From this point, I'm assuming that you have the sample application installed. From the login screen use tbibbs as the username (the password doesn't matter) and submit the page. That should take you to a listing of two contacts. If you have gotten that far with no errors then you are ready to proceed.
Here are the things you will learn about in this introduction: