14
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Jun 17, 2023 — Jun 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initial import of files to support extra debugging using the NetConnection Debugger More... almost 21 years ago
First attempt at Pageable RecordSet implemention. At the moment there is limited support, it still doesn't cater for multiple pageable recordsets in the same client, and it doesn't seem to be destroy sessions properly More... almost 21 years ago
Included comments for PHPDoc More... almost 21 years ago
Pretty much done with commenting everything for now, I'm working on the api doc and will be uploading them shortly. More... almost 21 years ago
Modified the comments for phpDocumentor syntax More... almost 21 years ago
Modified the comments and also changed the dependancy from "RecordSet" to "Adapter" in the serializer class. More... almost 21 years ago
Modified the comments a little more. More... almost 21 years ago
Added superclass RecordSetAdapter to all recordset object to help promote encapsulation. Also renamed files to $driver . "Adapter" because they are really Adapters not datatypes. More... almost 21 years ago
Modified the comments to work better with PHPDocumentor. Great documentation will be on it's way as soon as I finish with commenting. More... almost 21 years ago
Fixed multiple class loader bug. Renamed postres driver to pgsqlRecordSet More... almost 21 years ago
Fixed PEAR Web service bug and cleaned up the input and output stream class files More... almost 21 years ago
Executive.php, broke apart the doMethodCall method. It was such a web of if else's that it was incomprehendable even to me. Now it's a series of chained methods that represent what each block handles. More... almost 21 years ago
Modified the Executive class to change the working directory so it is the same as the directory the class file lives in. This is so the class can include files and treat the path as if it were local. More... almost 21 years ago
Changed the way manualType() copes with recordsets.. Now it dynamically creates the RecordSet object depending on the result type The result type is automatically detected if the data is a resource, although it can also be set in the methodTable with 'returns' .. ie 'custom result' More... almost 21 years ago
1. Use __construct constructor 2. Print out all the argument meta information More... almost 21 years ago
1. Use __construct constructor 2. Insert reference to the methodTable arguments for Flash Service Browser integration More... almost 21 years ago
Added the mssql and adodb implementations provided from user feedback. They are completely untested at this point, and may be unstable implementations. More... about 21 years ago
1. Removed ServiceBrowser functionality from the Gateway, now you must create a new ServiceBrowser object in order to browse services, you cannot browse through a Gateway object More... about 21 years ago
1. Basic code formatting changes in accordance with the standards we decided to use 2. Use of __construct in ServiceBrowser.php.. (??) More... about 21 years ago
Initial import of docs folder and initial docs More... about 21 years ago
1. Removed the styles from ServiceBrowser.php 2. Added a method to ServiceBrowser so you can set the stylesheet More... about 21 years ago
1. Removed the explorer code from Executive.php 2. Added ServiceBrowser.php, a replacement for the explorer code from Executive (for now in util although it can be used without AMFPHP) 3. Began to clean up the markup and add style with css... More... about 21 years ago
1. Added support for setCredentials 2. Added credentials.fla and new services for an example of using setCredentials and roles to restrict access to service methods 3. Left changed a trigger_error in Executive.php because it used headerFilter which has now been replaced with an array of headerFilters More... about 21 years ago
1. Removed the roles key from the method table due to the support for Roles and setCredentials More... about 21 years ago
1. Removed the roles key from the method table due to the support for Roles and setCredentials 2. Added AMFPHP example comments More... about 21 years ago
1. Checks for _explicitType before using its value (if it has one) 2. The previous version seems to work with some setups, although Luke Kenyon reported an eror on the mailing list... More... about 21 years ago
1. Added support for passing Flash registered objects to PHP 2. At the moment the PHP version of the Flash registered class has to be inside the service class file (or included from there)...although it would be simple enough to look for it in the base class path aswell More... about 21 years ago
WOOO! Added cool as hell amfphpexplorer! example of explorer: $gw = new Gateway(); $gw->setBaseClassPath('services/'); $gw->explore('com.margrietje.FileService'); More... about 21 years ago
Removed trailing spaces in response to bug [ 733160 ] Extra spaces causing downnload dialog. Don't re-add these please ;) More... about 21 years ago
1. Added new CreateObject class to use for an example of passing Custom Objects to Flash 2. Modified the examples.fla to add examples of using custom objects passed from PHP More... about 21 years ago