PHP Tutorial: Developer API [part 00]
Loading...
2,891
Loading...
Uploader Comments (betterphp)
see all
All Comments (11)
-
Thanks for this series - very useful!
-
Thanks for this. I'll be needing an API for an App I'm making for my site.
-
@betterphp Thanks for the hasty response :) and keep up the good work.
Loading...
whitch program did you use . (Sorry for english i'm not from england or what coutry)
NOname7344 5 months ago
@NOname7344 Eclipse
betterphp 5 months ago
@betterphp EDIT: Actually this was gEdit ;)
betterphp 5 months ago
You mention a url shortner video you've made, can you post the link?
MRperezSEO 6 months ago
@MRperezSEO Can you search !
betterphp 6 months ago
unrelated question: is there anyway to stack classes like class::subclass::function();?
priceydude 11 months ago
@priceydude you can't that I know if if they are static, but you can have $class->subclass->method();
betterphp 11 months ago