Started building a Tinychat API wrapper
This commit is contained in:
parent
cc778981f6
commit
d6fc14e293
3 changed files with 1407 additions and 0 deletions
16
classes/API/Common.php
Normal file
16
classes/API/Common.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
class API_Common extends Object
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
public function __destruct()
|
||||
{
|
||||
parent::__destruct();
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue