You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
350 B

<?php
namespace PHPEMS;
/*
* Created on 2011-10-29
*
* To change the template for this generated file go to
* Window - Preferences - PHPeclipse - PHP - Code Templates
*/
class editor
{
const version = '3.6.2';
const timestamp = 'B8DJ5M3';
public $basePath = 'files/public/ckeditor/';
public $config = array();
public $initialized = false;