PHP Apprentice – An online, open-source book for learning PHP
21–30 of 75 posts
Re: PHP Apprentice – An online, open-source book for learning PHP
#22I haven't used PHP in around 6 years (running PHP 4 I belive); has the language improved ? My biggest complaint was that the API was incredibly inconsistent, but that seemed like it could be improved in later versions if they weren't afraid of breaking backwards compatibility.
There's still artifacts of past PHP versions that are there, though, which makes it far less nice to use than something more modern.
Re: PHP Apprentice – An online, open-source book for learning PHP
#23I haven't used PHP in around 6 years (running PHP 4 I belive); has the language improved ? My biggest complaint was that the API was incredibly inconsistent, but that seemed like it could be improved in later versions if they weren't afraid of breaking backwards compatibility.
Re: PHP Apprentice – An online, open-source book for learning PHP
#24Nice job and well written. A nice addition would be how to use pdo. I'm appalled by the number of ressources I see online which are using the old mysql api.
Re: PHP Apprentice – An online, open-source book for learning PHP
#25I haven't used PHP in around 6 years (running PHP 4 I belive); has the language improved ? My biggest complaint was that the API was incredibly inconsistent, but that seemed like it could be improved in later versions if they weren't afraid of breaking backwards compatibility.
Re: PHP Apprentice – An online, open-source book for learning PHP
#26Very well done, there’s a lot to help a novice PHP developer. I feel like the next chapters I’d love to see would take those concepts and apply them to building something. Everything so far unless I missed it is focused on the backend but it’s important to show that it’s also possible to use it as a front end and what the modern approaches to doing that are.
Re: PHP Apprentice – An online, open-source book for learning PHP
#27Looks great! Perhaps, making it possible to turn pages with the arrow keys on the keyboard would make it a bit easier to navigate.
Re: PHP Apprentice – An online, open-source book for learning PHP
#28Good job ! Please add something about namespaces.
Re: PHP Apprentice – An online, open-source book for learning PHP
#29I haven't used PHP in around 6 years (running PHP 4 I belive); has the language improved ? My biggest complaint was that the API was incredibly inconsistent, but that seemed like it could be improved in later versions if they weren't afraid of breaking backwards compatibility.
Later versions of PHP 5 were worlds apart from version 4.
Re: PHP Apprentice – An online, open-source book for learning PHP
#30I love PHP, it was my first “real” programming language, and I’m glad there are still people trying to make it easier to adopt. Having skimmed through several of these chapters, though, I just feel like it’s too similar to the official PHP docs, even down to the TOC. Wouldn’t it have been better for everyone to put this effort into improving the docs, rather than developing yet another book in a silo that likely won’…