Subversion-Projekte lars-tiefland.ci

Revision

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

<?php

/**
 * @author Lars Tiefland
 * @copyright 2016
 */

class Aktion_model extends CI_Model
{
        public function get_aktion($aktion_id)
        {
        }
        public function get_aktoin_items($aktion_id)
        {
        }

}

?>