File: demos/todomvc/php/addAction.php

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

Contents

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