%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/buggydubrovnik.com/wp-content/plugins/css-javascript-toolbox/controllers/
Upload File :
Create Path :
Current File : /var/www/html/buggydubrovnik.com/wp-content/plugins/css-javascript-toolbox/controllers/default.php

<?php
/**
*
*  
*/

/**
* The controller is the future controller that
* will be used when there is no action neeeded
* to be talked when outputs the view!
* 
* @author CJT Team
* @since version 6.0
*/
class CJTDefaultController extends CJTController {

	/**
	* put your comment there...
	* 
	*/
	public function dashboardMetaboxAction() {
		// Create View.
		$view = CJTView::getInstance('dashboard/metabox/statistics');
		$view->display('default');
	}

	/**
	* put your comment there...
	* 
	*/
	public function displayAction() {
		echo parent::displayAction();
	}
	
	/**
	* Uninstall CJT Plugin
	* installaion flags, setup-flags
	* and user data!
	* 
	* @return void
	*/
	public function uninstallAction() {
		// Initializing!
		$model =& CJTModel::getInstance('uninstall');
		// Uninstall everything!
		$model->expressUninstall();
	}
	
} // End class.

Zerion Mini Shell 1.0