<?php class xxx{ var $_recordsCount = 0; function setRecordsCount($count) { $this->_recordsCount = $count; print _recordsCount; } } ?>

poprawiam + warn
---
nospor
Mam taki błąd Fatal error: Call to undefined function setRecordsCount()
O co w tym chodzi ?
Pozdrawiam
Sławomir Gruszka