/** Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html **/
// Copyright 2008 - 2010 all rights reserved, SQLFusion LLC, info@sqlfusion.com
/** Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html **/
/**
* Sync class
* Using the DataObject
*/
class Sync extends dataObject {
//public $table = "";
//protected $primary_key = "";
//protected $prefix = "Sync"; // Should be the same as the class name
function eventAjaxEnterEmailForm(EventControler $evctl) {
$form = '';
$evctl->addOutputValue($form);
}
}
?>
Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html