Source for file compare.php
Documentation is available at compare.php
* @package Joomla.Administrator
* @subpackage com_contenthistory
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* Methods supporting a list of contenthistory records.
* @package Joomla.Administrator
* @subpackage com_contenthistory
* Method to get a version history row.
* @return mixed On success, array of populated tables. False on failure.
if ($table1->load($id1) &&
$table2->load($id2))
foreach (array($table1, $table2) as $table)
$object->version_note =
$table->version_note;
$object->save_date =
$table->save_date;
Documentation generated on Tue, 19 Nov 2013 14:56:09 +0100 by phpDocumentor 1.4.3