summaryrefslogtreecommitdiff
path: root/Examples/CppClassesInPhp/cppclassinphp.cpp
AgeCommit message (Expand)Author
2014-03-01added possibility to define interfaces, the class::add() method has been rena...Emiel Bruijntjes
2014-03-01array access operators can now be used to access array propertiesEmiel Bruijntjes
2014-03-01fixed various compile issues and namespace implementationEmiel Bruijntjes
2014-02-28various fixes to make the classes example functional againEmiel Bruijntjes
2014-02-28fixed a number of todosEmiel Bruijntjes
2014-02-28a lot of refactoring, to make it much easier to define classes in an extensionEmiel Bruijntjes
2013-12-13Fixed extension name issuesJasperVanEck
2013-12-07replaces tabs in source code with regular spaces, added example for working w...Emiel Bruijntjes
2013-12-02Added CppClassInPhp ExampleJasperVanEck