PHP-CPP Part 2: The OO side
In my Part 1 on building a PHP extension with PHP-CPP, we have seen some basics in using PHP-CPP to create our first skeleton PHP extension and covered some important terminologies.
In this part, we further elaborate its OO features. We will mimic a complex number (in the form of 3+4i
) class to demonstrate some more useful and powerful sides of the PHP-CPP library.
Continue reading %PHP Extension Development with PHP-CPP: Object Oriented Code%