|
From: justinwatkins <jus...@us...> - 2004-02-29 06:13:32
|
CVS commit by justinwatkins: Most of the commits here are cosmetic changes to the source to be more compatible with the latest release of the PHPDocumentor application. As it takes me more and more time for me to get at this, it's nice to have very clear api docs to just search through. Also, the latest version will keep a todo list for you, and I fully plan on utilzing this. The api docs can be found at amfphp.org/apidocs/ I also added a new Action in the action chain. It moves all of the metadata functionality from the Security chain and adds the ability to use an xml document as the source of the meta data. There is also a new public method of the Gateway that allows you to set the root path for all meta data files. My idea for the meta data directory, is to just keep a directory structure exactly like the service dir structure, but only with .xml files. This way you don't need any meta data in the php file, keeping it completely abstract from amfphp, and can put all of the meta data somewhere outside of the web root folder. I'll post an example somewhere soon. M +48 -22 sources/flashservices/app/Constants.php 1.2 M +40 -40 sources/flashservices/app/Executive.php 1.27 M +117 -115 sources/flashservices/app/Gateway.php 1.22 |