On Joomla < 3.5 the following source worked perfectly:
// Lets store it!
$row = JTable::getInstance('Message','BestiaTable');
$row->bind($data);
$row->check();
$store = $row->store();
$id = $row->id;
On Joomla 3.5 $id is always NULL - but the data is still stored to the database.
Returns ID
Returns NULL
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-03-25 21:27:16 |
Closed_By | ⇒ | brianteeman |
Labels |
Added:
?
|
Labels |
Removed:
?
|
Labels |
Added:
?
|
This is best placed on the mailing list and as you have already created a topic there I am closing this here. It can always be reopened if needed
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9598.