Sindbad~EG File Manager

Current Path : /home/sarayaglobal/.trash/plugins.2/fields/integer/tmpl/
Upload File :
Current File : //home/sarayaglobal/.trash/plugins.2/fields/integer/tmpl/integer.php

<?php
/**
 * @package     Joomla.Plugin
 * @subpackage  Fields.Integer
 *
 * @copyright   Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

$value = $field->value;

if ($value == '')
{
	return;
}

if (is_array($value))
{
	$value = implode(', ', array_map('intval', $value));
}
else
{
	$value = (int) $value;
}

echo $value;

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists