In this new tutorial from DevShed today they continue their series looking at making helper classes for your applications.
This time they're focusing on using methods without needing to create an object first - static methods.
The methods of the class that I [just] mentioned were declared implicitly dynamic, even though it's perfectly possible to call them statically, and the PHP engine won't raise any errors about this process.
However, it would be much better to declare...
Post new comment