Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modular PHP worksheet issues #20

Open
JoseUusitalo opened this issue Nov 16, 2015 · 1 comment
Open

Modular PHP worksheet issues #20

JoseUusitalo opened this issue Nov 16, 2015 · 1 comment

Comments

@JoseUusitalo
Copy link

A parameter can also be passed by reference which means that both parameters (actual and formal) are references to the same memory address and formal parameter can be thought as being an alias to the actual parameter.

I've never read about "actual" and "formal" parameters. What do those mean?

There's a typo in one of the file names: REST_Cient.php The file is correctly referred to in the PHP code.

Various wording issues throughout the worksheet and a few typos such as these two:

It is good to be able reed some data when doing these exercises. There are two small php-scrits --

The files api.php and REST_Cient.php are the same. I believe api.php is supposed to have the API implementation given in the worksheet instead of the client code?

@JoseUusitalo
Copy link
Author

There's a typo in the word "construct".

    public function __contruct(name) { # constructor
        statements;
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant