public marks

PUBLIC MARKS with tags php & bestpractices

March 2006

Zend Developer Zone | PHP Best Practices: Creating a Blueprint for PHP Applications

by mbertier
What is the one true path to creating a successful PHP application? Does it exist? Does everyone know what it is? What dangers should I avoid? What works, what doesn’t? Is there a guide that will lead me down this path?

January 2006

PHPLint

by pyxosledisciple & 2 others (via)
PHPLint is not simply a checker: it implements a new, strong typed, language implemented over PHP.

PHPLint

by mbertier & 2 others
PHPLint is not simply a checker: it implements a new, strong typed, language implemented over PHP.

Effortless (or Better!) Bug Detection with PHP Assertions [PHP & MySQL Tutorials]

by Jonathan & 3 others (via)
If you're anything like me, you enjoy writing code a lot more than you enjoy testing and debugging it. If we could produce higher quality code with less test and debug effort, we'd jump at the chance, right?

Effortless (or Better!) Bug Detection with PHP Assertions [PHP & MySQL Tutorials]

by bagou & 3 others (via)
If you're anything like me, you enjoy writing code a lot more than you enjoy testing and debugging it. If we could produce higher quality code with less test and debug effort, we'd jump at the chance, right?

December 2005

A Joyride to eZ components beta2 / Articles / Community

by mbertier
Structs instead of Arrays Imagine using overloading, then you can even implement automatic value checks into your data structures.

Effortless (or Better!) Bug Detection with PHP Assertions [PHP & MySQL Tutorials]

by pyxosledisciple & 3 others (via)
If you're anything like me, you enjoy writing code a lot more than you enjoy testing and debugging it. If we could produce higher quality code with less test and debug effort, we'd jump at the chance, right?

Effortless (or Better!) Bug Detection with PHP Assertions [PHP & MySQL Tutorials]

by mbertier & 3 others
If you're anything like me, you enjoy writing code a lot more than you enjoy testing and debugging it. If we could produce higher quality code with less test and debug effort, we'd jump at the chance, right?

November 2005

Bleeding Edge innovation: automatically initialize databases on installation - Lot 49 - Greg Beaver's blog

by mbertier (via)
The rest of the work is performed by the excellent MDB2_Schema package, which has the ability to examine two schema files, generate a diff, and literally upgrade the database structure.

SitePoint Blogs » Website testing with TestGen4Web and Firefox

by mbertier & 3 others (via)
Ran into TestGen4Web today; a Firefox extension (needs 1.5 beta) to help automate testing of web applications, developed by Spikesource, a company making a name for themselves by testing Open Source applications.

start [phpPatterns]

by mbertier & 5 others
This site is becoming a wiki. The #1 problem with the old site was the person running it.

August 2005

DeployPHP Series, Part 3: Accelerating PHP Code Performance for Oracle

by mbertier (via)
A guide to easy, effective techniques for accelerating your PHP applications

May 2005

Testing your PHP code against a database | PHP Everywhere

by mbertier (via)
"I think a cleaner approach is to use rollback to cleanup."

March 2005

AKBK home - Project Coding Standards

by mbertier (via)
These are general notes applied to Projects that I work on, the main intent is to try and make the code maintainable over a long period of time.

February 2005