Your IP : 216.73.217.53


Current Path : /home/bonneesp/www/libraries/cegcore/libs/database_processors/
Upload File :
Current File : /home/bonneesp/www/libraries/cegcore/libs/database_processors/mysql.php

<?php
/**
* ChronoCMS version 1.0
* Copyright (c) 2012 ChronoCMS.com, All rights reserved.
* Author: (ChronoCMS.com Team)
* license: Please read LICENSE.txt
* Visit http://www.ChronoCMS.com for regular updates and information.
**/
namespace GCore\Libs\DatabaseProcessors;
/* @copyright:ChronoEngine.com @license:GPLv2 */defined('_JEXEC') or die('Restricted access');
defined("GCORE_SITE") or die;
class Mysql {

	function limit($limit){
		return ' LIMIT '.$limit;
	}
}