openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
A
AMFPHP (Flash Remoting for PHP)
Settings
|
Report Duplicate
14
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 4 of 6
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Initial import of files to support extra debugging using the NetConnection Debugger
johncowen
More...
over 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
johncowen
More...
over 21 years ago
Included comments for PHPDoc
johncowen
More...
over 21 years ago
Pretty much done with commenting everything for now, I'm working on the api doc and will be uploading them shortly.
justinwatkins
More...
over 21 years ago
Modified the comments for phpDocumentor syntax
justinwatkins
More...
over 21 years ago
Modified the comments and also changed the dependancy from "RecordSet" to "Adapter" in the serializer class.
justinwatkins
More...
over 21 years ago
Modified the comments a little more.
justinwatkins
More...
over 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.
justinwatkins
More...
over 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.
justinwatkins
More...
over 21 years ago
Fixed multiple class loader bug. Renamed postres driver to pgsqlRecordSet
justinwatkins
More...
over 21 years ago
Fixed PEAR Web service bug and cleaned up the input and output stream class files
justinwatkins
More...
over 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.
justinwatkins
More...
over 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.
justinwatkins
More...
over 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'
johncowen
More...
over 21 years ago
1. Use __construct constructor 2. Print out all the argument meta information
johncowen
More...
over 21 years ago
1. Use __construct constructor 2. Insert reference to the methodTable arguments for Flash Service Browser integration
johncowen
More...
over 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.
justinwatkins
More...
over 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
johncowen
More...
over 21 years ago
1. Basic code formatting changes in accordance with the standards we decided to use 2. Use of __construct in ServiceBrowser.php.. (??)
johncowen
More...
over 21 years ago
Initial import of docs folder and initial docs
johncowen
More...
over 21 years ago
1. Removed the styles from ServiceBrowser.php 2. Added a method to ServiceBrowser so you can set the stylesheet
johncowen
More...
over 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...
johncowen
More...
over 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
johncowen
More...
over 21 years ago
1. Removed the roles key from the method table due to the support for Roles and setCredentials
johncowen
More...
over 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
johncowen
More...
over 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...
johncowen
More...
over 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
johncowen
More...
over 21 years ago
WOOO! Added cool as hell amfphpexplorer! example of explorer: $gw = new Gateway(); $gw->setBaseClassPath('services/'); $gw->explore('com.margrietje.FileService');
dhodell
More...
over 21 years ago
Removed trailing spaces in response to bug [ 733160 ] Extra spaces causing downnload dialog. Don't re-add these please ;)
dhodell
More...
over 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
johncowen
More...
over 21 years ago
←
1
2
3
4
5
6
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree