/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/application/models/admin/admin_model.php

  • Committer: elof.bigestans at gmail
  • Date: 2013-05-24 14:10:14 UTC
  • mfrom: (102 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 107.
  • Revision ID: elof.bigestans@gmail.com-20130524141014-8pni44bog1rf5ijp
MergedĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
        }
77
77
 
78
78
        function getCategories($cid) {
 
79
                $this->db->order_by("orderNr", "asc");
79
80
                $query = $this->db->get_where('Categories', array("courseID" => $cid));
80
81
                return $query->result();
81
82
        }