About Nested Set Trees When I learned programming, I was intensively taught how to deal with data structures in programming languages like C, C++, Ada, Modula, … When I tried to represent hierachical structures (tree structures) with databases, I realized that different representations and algorithms are more appropriate.
Category Archives: PHP
PHP exception handling
What is an Exception With PHP 5 came a new object oriented way of dealing with errors.
Couchbase Server
Always Scalable. Always Fast. Always On.
install Memcached Server and access it with PHP
Thinking of implementing caching for your php application , you are at a right place. Just in 10 simple (copy and paste) steps you can install and access Memcached Server.
Download Windows Binaries APC
APC Alternative PHP Cache (APC) project is free and open. It optimizes PHP code and caches data and code in the shared memory. The project home page is http://pecl.php.net/package/APC where you can download its source code. Binaries that you can download from this site are built from official releases of APC and PHP. The only …
How to determine the first and last iteration in a foreach loop?
If your array has unique array values, then determining the first and last element is trivial: