File: demos/todomvc/php/deleteAction.php

Recommend this page to a friend!
  Classes of Emmanuel Podvin   Blapy   demos/todomvc/php/deleteAction.php   Download  
File: demos/todomvc/php/deleteAction.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/deleteAction.php
Date: 2 years ago
Size: 128 bytes
 

Contents

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