CMS  Version 3.9
document_move.inc
Go to the documentation of this file.
1 <?php
7 class DocumentMove extends DataItem
8 {
9  var $primary_key = "move_id";
10 
11  var $fields = array("move_id" => Number,
12  "from" => Number,
13  "to" => Number);
14 }?>