Code Search for Developers
 
 
  

admin.php from ECP (EliteCore Project) at Krugle


Show admin.php syntax highlighted

<?php
 switch ($_GET['op']) {
 	case "save":
 	$currentModule->object->saveText($_POST['l_base'],$_POST['l_instance'],$_POST['l_id'],$_POST['l_field'],$_POST['language'],$_POST['text']);
 	$currentModule->addContent("saved.php");
 	break;
 }
?>



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
    english.xml
  templates/
    default/
      saved.php
  admin.php
  class.php
  config.xml
  translations.php