mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
todo: api doc
This commit is contained in:
parent
2e82df600a
commit
04f9b90c6c
@ -3,6 +3,7 @@
|
|||||||
* Class and Function List:
|
* Class and Function List:
|
||||||
* Function list:
|
* Function list:
|
||||||
* - __construct()
|
* - __construct()
|
||||||
|
* - index()
|
||||||
* - create()
|
* - create()
|
||||||
* Classes list:
|
* Classes list:
|
||||||
* - Api extends Main
|
* - Api extends Main
|
||||||
@ -17,6 +18,11 @@ class Api extends Main
|
|||||||
parent::__construct();
|
parent::__construct();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function index()
|
||||||
|
{
|
||||||
|
$this->load->view('api_help');
|
||||||
|
}
|
||||||
|
|
||||||
function create()
|
function create()
|
||||||
{
|
{
|
||||||
$this->load->model('pastes');
|
$this->load->model('pastes');
|
||||||
|
8
htdocs/application/views/api_help.php
Executable file
8
htdocs/application/views/api_help.php
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
<?php $this->load->view("defaults/header");?>
|
||||||
|
|
||||||
|
<div class="about">
|
||||||
|
<h1>API</h1>
|
||||||
|
Todo.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php $this->load->view("defaults/footer");?>
|
Loading…
x
Reference in New Issue
Block a user