Transcoding 00:30:00 Transcoding Transcoding is the purchase to make explanation on yourself digital files for that excuse that content can be viewed upon vary ...
How To Create Hello World Smarty Template 00:29:00 How To Create Hello World Smarty Template Now that you have Smarty in place and the directories created, you can write your first Smarty pa...
The Factory Pattern 00:28:00 The Factory pattern provides a standard way for a class to create objects of other classes. The typical use for this is when you have a func...
Interfaces and Type Hints 00:28:00 Interfaces and Type Hints A key to successful delegation is to ensure that all classes that might be dispatched to are polymorphic. If you ...
PHP Command Line Interface 00:28:00 PHP Command Line Interface If you built PHP with --enable-cli, a binary called php is installed into the binaries directory of the installa...
Giving Up Privileges 00:26:00 A classic security precaution when writing Unix daemons is having them drop all unneeded privileges. Like being able to access files outside...