mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
todo: api doc
This commit is contained in:
parent
2e82df600a
commit
04f9b90c6c
@ -3,6 +3,7 @@
|
||||
* Class and Function List:
|
||||
* Function list:
|
||||
* - __construct()
|
||||
* - index()
|
||||
* - create()
|
||||
* Classes list:
|
||||
* - Api extends Main
|
||||
@ -17,6 +18,11 @@ class Api extends Main
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
function index()
|
||||
{
|
||||
$this->load->view('api_help');
|
||||
}
|
||||
|
||||
function create()
|
||||
{
|
||||
$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