summaryrefslogtreecommitdiff
path: root/Examples/CppClassesInPhp
AgeCommit message (Expand)Author
2014-03-09issue #23: Fixed loop for an objects contains no public propertiesvalmat
2014-03-09issue #23 : Removed comments and debugging information. Added an example.valmat
2014-03-05fixed compiling CppClassesInPhp, renamed compile-extensions to your-first-ext...Emiel Bruijntjes
2014-03-05fixed typosEmiel Bruijntjes
2014-03-04modified example to test accessing properties directly from the baseEmiel Bruijntjes
2014-03-04Php::Value and Php::Object classes can now be used to wrap around Php::Base o...Emiel Bruijntjes
2014-03-04implemented cloning of objectsEmiel Bruijntjes
2014-03-04removed forcedvalue and implemented array and object directly because now it ...Emiel Bruijntjes
2014-03-03work in progress for support for creating object instancesEmiel Bruijntjes
2014-03-02work in progress to support implementing SPL interfaces, disabled the _self v...Emiel Bruijntjes
2014-03-02fixed settings Base::_self variable to a valid, editable value objectEmiel Bruijntjes
2014-03-02working implementation for Base::value()Emiel Bruijntjes
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-07Renamed ini files so that multiple examples can be loaded at the same timeEmiel Bruijntjes
2013-12-02Added CppClassInPhp ExampleJasperVanEck
2013-11-28Additional functions with parameters; references, objects and arraysJasperVanEck