News
Code examples to go along with Sal Ferrarello's Enforcing Coding Standards with PHP_CodeSniffer talk. This file also makes use of an .editorconfig, see editorconfig.org for more information and editor ...
A summary of small things a php programmer can do to improve the code and the readability of code. There are so brilliant programming concepts and paradigms in the PHP community. I don't want to chew ...
Design principles are guidelines or best practices to help you write better code that is easy to understand, extend, and reuse. The most important design principles for PHP are SOLID, DRY, and KISS.
PHP allows you to create one template and echo the color attributes directly into the CSS or HTML code at runtime. For example, the following echos the text and background colors of a Web page ...
Prepared statements avoid the process of compiling, parsing and running a stored procedure or inline SQL statement in your code. The PHP prepared statement function speeds up the application ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results