Subversion-Projekte lars-tiefland.ci

Revision

Revision 2244 | Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

<?php

/**
 *
 * @package WebanOS CI
 * @author Lars Tiefland <ltiefland@gmail.com> 
 * @copyright 2016
 * @version $Rev: 2243 $
 */

class Logistiker_model extends CI_Model
{
        public function __construct()
        {
                parent::__construct();
        }

        public function get_list($start = 0)
        {
        }

        public function get($id)
        {
        }

        public function save()
        {
        }
}

?>