8 lines
98 B
PHP
8 lines
98 B
PHP
<?php
|
|
|
|
class Controller_Api_Test_Sandbox extends Cana_Controller {
|
|
public function init(){
|
|
|
|
|
|
}
|
|
} |