3 // Copyright (C) 2010-2011 Aron Racho <aron@mi-squred.com>
5 // This program is free software; you can redistribute it and/or
6 // modify it under the terms of the GNU General Public License
7 // as published by the Free Software Foundation; either version 2
8 // of the License, or (at your option) any later version.
10 class Controller_add
extends BaseController
12 public function __construct()
14 parent
::__construct();
17 function _action_add()
19 $this->viewBean
->_view
= "add.php";