File: demos/todomvc/php/editAction.php

Recommend this page to a friend!
  Classes of Emmanuel Podvin   Blapy   demos/todomvc/php/editAction.php   Download  
File: demos/todomvc/php/editAction.php
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Blapy
jQuery plugin to load linked pages using AJAX
Author: By
Last change: Update of demos/todomvc/php/editAction.php
Date: 2 years ago
Size: 228 bytes
 

Contents

Class file image Download
<?php $getAction = 'editAction'; $actionName = empty($_REQUEST['actionName'])?'':$_REQUEST['actionName']; $actionId = empty($_REQUEST['actionId'])?'':$_REQUEST['actionId']; if ($actionName=='') return; include ('getTodo.php');