forked from chriskacerguis/codeigniter-restserver
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-CodeIgniter.Libraries.html
117 lines (86 loc) · 2.17 KB
/
package-CodeIgniter.Libraries.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Package CodeIgniter\Libraries</title>
<link rel="stylesheet" href="resources/style.css?e99947befd7bf673c6b43ff75e9e0f170c88a60e">
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Packages</h3>
<ul>
<li class="active">
<a href="package-CodeIgniter.html">
CodeIgniter<span></span>
</a>
<ul>
<li class="active">
<a href="package-CodeIgniter.Libraries.html">
Libraries </a>
</li>
<li>
<a href="package-CodeIgniter.Rest.html">
Rest </a>
</li>
</ul></li>
<li>
<a href="package-None.html">
None </a>
</li>
</ul>
</div>
<hr>
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-REST_Controller.html">REST_Controller</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="">
<input type="hidden" name="ie" value="UTF-8">
<input type="text" name="q" class="text" placeholder="Search">
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li class="active">
<span>Package</span> </li>
<li>
<span>Class</span> </li>
</ul>
<ul>
</ul>
<ul>
</ul>
</div>
<div id="content" class="package">
<h1>Package <a href="package-CodeIgniter.html">CodeIgniter</a>\Libraries</h1>
<table class="summary" id="classes">
<caption>Classes summary</caption>
<tr>
<td class="name"><a href="class-REST_Controller.html">REST_Controller</a></td>
<td><p>CodeIgniter Rest Controller
A fully RESTful server implementation for CodeIgniter using one library, one config file and one controller.</p></td>
</tr>
</table>
</div>
<div id="footer">
API documentation generated by <a href="http://apigen.org">ApiGen</a>
</div>
</div>
</div>
<script src="resources/combined.js?9b19127dc1973cca467c5196ef1ff03e486369ac"></script>
<script src="elementlist.js?af98f5e580ce1d5af01f3e613339e1bf53dfaa8f"></script>
</body>
</html>