haXe API Documentation
Back | Index
class php.db.Object
Available in php
SPOD Object : the persistent object base type. See the tutorial on haXe website to learn how to use SPOD.
function new() : Void
function delete() : Void
function insert() : Void
function sync() : Void
function toString() : String
function update() : Void
Back | Index