Code Search for Developers
 
 
  

module.php from ECP (EliteCore Project) at Krugle


Show module.php syntax highlighted

<?php
switch ($_GET['op']) {
	case "calendar_insert_date" :
	/*	$currentModule->addContent('calendar_insert_date.php');
		$currentModule->registerVariable($_GET['input_name'], 'name');
		$currentModule->registerVariable($_GET['calendar_year']."-".$_GET['calendar_month']."-".$_GET['calendar_day'], 'value');*/
		break;

	default :
		/*if (isset ($_GET['calendar_year']) && isset ($_GET['calendar_month']) && isset ($_GET['calendar_day'])) {
			$currentModule->object->setDate($_GET['calendar_year']."-".$_GET['calendar_month']."-".$_GET['calendar_day']);
		}
		$calendar = $currentModule->object->getCalendar();
		$currentModule->addContent("content.php");
		$currentModule->registerVariable($calendar, "calendarObject");
		$currentModule->registerVariable($currentModule, "calendarModule");*/
}
?>



See more files for this project here

ECP (EliteCore Project)

EliteCore Project is a PHP5.1/Javascript/AJAX/XHTML/CSS framework for creating WEB 2.0 applications and services.The basic open-source instalation can be also used as an interactive personal page or BLOG.This project uses the latest features available.

Project homepage: http://sourceforge.net/projects/elitecore
Programming language(s): JavaScript,PHP,XML
License: cpl

  language/
    czech.xml
  templates/
    default/
      images/
        calendar.gif
      calendar_insert_date.php
      content.php
      main.css
    nasehory/
      images/
        calendar.gif
      main.css
  class.php
  config.xml
  insert.php
  module.php