GithubHelp home page GithubHelp logo

ckornell / php7-cascade-ws-ns Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wingmingchan/php7-cascade-ws-ns

0.0 1.0 0.0 2.84 MB

The reusable code library for Cascade web services written in PHP 7.

License: MIT License

PHP 100.00%

php7-cascade-ws-ns's Introduction

php7-cascade-ws-ns

My Cascade web service library, using namespaces, written in PHP 7 for Cascade 8.4.1, Cascade 8.5, and Cascade 8.6. Since the current working version is 8.6, I will not update 8.4.1 and 8.5 anymore.

Note that since I do not work with cloud transport at Upstate and there is no way for me to test such a transport, I do not provide the CloudTransport class, though it is not hard to implement.

Last modified: 9/18/2017, 11:30 AM

Note that new code related to editor configurations does not work, due to a bug in Cascade.

This version of the library makes use of features in PHP 7.

Purpose of the Upgrade

The library has been upgraded to PHP 7 for two main reasons:

When a class is upgraded with required information, the following type of code is made possible:

echo u\ReflectionUtility::getClassDocumentation( "cascade_ws_asset\Asset", true );
u\ReflectionUtility::showMethodSignatures( "cascade_ws_asset\Asset" );
u\ReflectionUtility::showMethodSignature( "cascade_ws_asset\Asset", "edit" );
u\ReflectionUtility::showMethodDescription( "cascade_ws_asset\Asset", "edit" );
u\ReflectionUtility::showMethodExample( "cascade_ws_asset\Asset", "edit" );

The ReflectionUtility class can also be used to reveal information of any class and any function:

echo u\ReflectionUtility::getMethodSignatures( "SimpleXMLElement", true ), BR;

u\ReflectionUtility::showFunctionSignature( "str_replace", true );

Resources

  1. For more information, visit http://www.upstate.edu/web-services/index.php
  2. Online tutorials: http://www.upstate.edu/web-services/courses/ws-online-tutorials.php
  3. Online tutorial recordings:
  4. Examples and recipes: https://github.com/wingmingchan/php-cascade-ws-ns-examples
  5. Asset classes API: http://www.upstate.edu/web-services/api/asset-classes/index.php
  6. Cascade Web Services courses: http://www.upstate.edu/web-services/courses/index.php
  7. Cascade Web Services Library Support: https://groups.google.com/forum/#!forum/cascade-web-services-library-support
  8. Erik España: https://github.com/espanae/cascade-server-web-services
  9. Mark Nokes: https://github.com/marknokes
  10. Christopher John Walsh: https://gist.github.com/quantegy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.