[OGo-Users] how to install pogi

Adam Tauno Williams users@opengroupware.org
Wed, 09 May 2007 07:16:54 -0400


>   i am new to opengroupeware, can anyone help me to work on pogi, i am
> using windows xp and i want to use pogi regarding to my current php
> project , please help me to find out solution,

Really is more of a xml-rpc@ question then a users@ question, by
anyway...

You just have to place the POGI class directory in your PHP include
path, and possibly change some of the values in OGoConfig.php to reflect
you XA (eXtended Attribute) configuration.  The require the necessary
files as s done in the demo (or any other PHP code) -

require_once("POGI/OGoTeam.php"); etc...

The "source" directory is the class directory,  either copy/rename it or
use a sym-link to put it in your class path.