Added comments to api_model.php

这个提交包含在:
Andy Smith 2011-08-18 21:59:31 +02:00
父节点 5937136740
当前提交 57c17fdbac

查看文件

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