summaryrefslogtreecommitdiff
path: root/Examples/CppClassesInPhp/includeMyCustomClass.h
blob: c268a61c23418cde388c6d32e6bc2933eb126ecd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/**
 *	The includes.h
 */
 
/**
 * 	Default Cpp libraries
 */
 
#include <string>
#include <iostream>

/**
 * 	Our own library.
 */
#include <phpcpp.h>

/**
 *  Namespace to use
 */
using namespace std;

/**
 * 	The test class.
 */
//#include "mycustomclass.h"