Added comments to api_model.php

pull/106/merge
Andy Smith 2011-08-18 21:59:31 +02:00
rodzic 0b1271bc8f
commit 03e566ef02
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -1,5 +1,11 @@
<?php
/* api_model.php
*
* Provides API functions to the web frontend
*
*/
class API_Model extends CI_Model {
function __construct()