News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Wrapping C++ Classes in a PHP Extension
April 23, 2009 @ 10:21:50

On the Zend Developer Zone a new tutorial has been posted looking at taking your pre-existing C++ functionality and wrapping it in a PHP extension to be used directly in your code.

In this tutorial I am going to walk you through creating a PHP extension called "vehicles" which will expose a single class called "Car" (obviously in the real-world, your extensions will expose many classes, but I'm trying to keep things simple). The extension will be built for PHP 5. I am only going to give instructions for building the extension in a UNIX-like environment, although most of what I cover should apply to Windows extension development as well.

The tutorial walks you through everything - how the file layout should look, making a build system, the contents of his files (the sample extension lets you do things to the Car like shift gears and brake) and how to combine the C++ code with the build process to create a shared module you can include right in your php.ini.

0 comments voice your opinion now!
module shared phpize buildfile tutorial c extension cplusplus class


blog comments powered by Disqus

Similar Posts

DevShed: Abstracting Database Access Using Polymorphism with Objects in PHP 5

IBM developerWorks: Understanding the Zend Framework, Part 3: The feeds

PHPBuilder.com: Meet PRADO, the Component-based PHP Development Framework

IBM developerWorks: Java and PHP technology on AIX - Integrate the Java business application w/ DB2

Rob Allen: Integrating BjyAuthorize with Zend\Navigation


Community Events











Don't see your event here?
Let us know!


conference community interview tool opinion language zendframework2 testing release example development podcast functional unittest series framework object composer code introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework