Jump to main content Jump to doc navigation

xPDOObject::remove()

Удаляет постоянный экземпляр объекта навсегда. Это удаляет строки из базы данных.

Синтаксис

API Docs: http://api.modxcms.com/xpdo/om/xPDOObject.html#remove

boolean remove ([array $ancestors = array ()])

Примеры

Избавитьсь от предмета.

$item = $xpdo->getObject('Item',123);

if ($item->remove() == false) echo 'The Item failed to remove.';

Смотрите также

Support the team building MODX with a monthly donation.

The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.

Backers

Budget

$290 per month—let's make that $500!

Learn more