×
function __sleep() { // schließe die Datenbankverbindung $this->db->disconnect(); return array('id', 'text'); } function __wakeup() { // stelle die ...