PHP: The Right Way
phptherightway.com
PHP: The Right Way
1–10 of 233 posts
Re: PHP: The Right Way
#2Re: PHP: The Right Way
#3I think that Lithium (www.lithify.me) would be really great to mention under the 'popular frameworks' section.
Re: PHP: The Right Way
#4Missing test and QA tools though. Probably an oversight, since the author does suggest following Derick Rethans and Sebastian Bergmann.
And another one: read up on the SPL library before you start re-inventing that wheel.
Re: PHP: The Right Way
#5Re: PHP: The Right Way
#6Re: PHP: The Right Way
#7Straight, simple and to the point. Nice. Missing test and QA tools though. Probably an oversight, since the author does suggest following Derick Rethans and Sebastian Bergmann. And another one: read up on the SPL library before you start re-inventing that wheel.
Re: PHP: The Right Way
#8Re: PHP: The Right Way
#9Libraries with different code styles can be used together without problems. It seems like they are using the PSR to declare they're own style as superior.