php Programming Glossary: get_user
“Inline” Class Instantiation in PHP? (For Ease of Method Chaining) http://stackoverflow.com/questions/189988/inline-class-instantiation-in-php-for-ease-of-method-chaining I guess I could also pre instantiate a UserFactory with a get_user method but I'm curious about solutions to what I asked above...
How to build a RESTful API? http://stackoverflow.com/questions/4684075/how-to-build-a-restful-api the client if isset _GET action isset _GET id _GET action get_user if the get parameter action is get_user and if the id is set.. id _GET action get_user if the get parameter action is get_user and if the id is set call the api to get the user information.. file_get_contents 'http localhost 8888 api.php action get_user id ' . _GET id user_info json_decode user_info true THAT IS..
|