Know your algorithms; sorting and searching
Rowan Merewood(00:51:07)
sourced from Dutch PHP Conference
Rowan Merewood(00:51:07)
sourced from Dutch PHP Conference
PHP is a high-level language and provides a host of useful libraries and abstractions. Most of the time you can just get away with sort() and in_array() and ...