PHP

42 bookmarks
Custom sorting
How to write unmaintainable PHP code [2009] / Stoyan's phpied.com
How to write unmaintainable PHP code [2009] / Stoyan's phpied.com
Originally published at http://phpadvent.org/ in 2009. The site is no more, but I found a copy on my hard drive. I'm not sure but I do hope it's the final version because Sean Coates (@coates) and Chris Shiflett (@shiflett) did a really nice job editing the pice. Also hope it's still funny...
·phpied.com·
How to write unmaintainable PHP code [2009] / Stoyan's phpied.com
Deploy PHP Web Applications Using Laravel Forge
Deploy PHP Web Applications Using Laravel Forge
Developers love to automate things—for every process between development and production, they are keen to have a script that makes their workflow easier. This is also the case with deployment. The...
·code.tutsplus.com·
Deploy PHP Web Applications Using Laravel Forge
PHP Sucks
PHP Sucks
·evertpot.com·
PHP Sucks
Concevez votre site web avec PHP et MySQL
Concevez votre site web avec PHP et MySQL
PHP est un langage de création de sites web dynamique très populaire. Son rôle est de générer des pages web HTML. Il permet de créer des blogs, des forums, des espaces membres... Facebook et Wikipedia sont des sites célèbres développés en PHP.
·openclassrooms.com·
Concevez votre site web avec PHP et MySQL
Programmez en orienté objet en PHP
Programmez en orienté objet en PHP
Vous connaissez les bases de PHP, mais savez-vous organiser votre code comme un professionnel ? La programmation orientée objet est une façon de programmer incontournable. Ce cours va vous aider à bien structurer votre code.
·openclassrooms.com·
Programmez en orienté objet en PHP
PHP Notes for Professionals book
PHP Notes for Professionals book
Getting started with PHP, Variables, Variable Scope, Superglobal Variables PHP, Outputting the Value of a Variable, Constants, Magic Constants, Comments, Types, Operators, References, Arrays, Array iteration, Executing Upon an Array, Manipulating an Array, Datetime Class and Loops
·books.goalkicker.com·
PHP Notes for Professionals book
PHP: The Right Way
PHP: The Right Way
An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative PHP tutorials around the Web
·phptherightway.com·
PHP: The Right Way
Let's TDD a Simple App in PHP
Let's TDD a Simple App in PHP
In this tutorial, I will present an end-to-end example of a simple application - made strictly with TDD in PHP. I will walk you through each step, one at a time, while explaining the decisions I...
·code.tutsplus.com·
Let's TDD a Simple App in PHP