Changes to SVN code

1 view
Skip to first unread message

Joel

unread,
Dec 30, 2005, 4:24:35 AM12/30/05
to Php Object Generator
As mentioned in another thread, we've just changed the SVN code. This
only affects developers who generate objects on their own server, using
the POG source code. Developers who generate objects from
http://www.phpobjectgenerator.com or http://beta.phpobjectgenerator.com
should not notice any difference.

2 main changes:

1. Cleaner directory hierarchy which mirrors generated object package.
2. Generated objects do not need to be written to disk anymore. This
gets rid of the need for "write access" on certain folders, and makes
POG server easier to maintain.

How to get those changes? simply get the latest pog revision from our
SVN repository.

================================================
MORE INFO ABOUT CHANGE #1 (for documentation purposes)
================================================

This is what the new SVN code looks like:
/
|___ configuration_factory (folder)
|___ images (folder)
|___ include (folder)
|___object_factory (folder)
|___setup_factory (folder)
|___ web interface files.

This is the directory hierarchy of the generated object package (as
from POG 1.6)
/
|___objects (folder)
|___setup (folder)
|___configuration file.

as you can see, the setup_factory builds the setup folder and contents,
whereas the object_factory builds the objects folder and contents. Same
goes for the configuration factory.

the rest (include, images, web interface files) are only needed for
POG's web interface and don't need to be mirrored in the object.

Reply all
Reply to author
Forward
0 new messages