Example #1
0
 function POST($matches)
 {
     $item = new ItemController($matches);
     $item->add();
 }