Guest User

Untitled

a guest
Dec 14th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2. namespace App\Controller;
  3.  
  4. use App\Controller\AppController;
  5. use Cake\Core\Configure;
  6.  
  7. class HogeController extends AppController
  8. {
  9. public function index()
  10. {
  11. Configure::read('huga');
  12. }
  13. }
Add Comment
Please, Sign In to add comment