protected static function hit($id) { $app = Factory::getApplication(); $table = Table::getInstance('PhocaDownload', 'Table'); $table->hit($id); return true; }