PHP Classes

File: example/controller/controller.php

Recommend this page to a friend!
  Classes of Peter He   POT Creator   example/controller/controller.php   Download  
File: example/controller/controller.php
Role: Example script
Content type: text/plain
Description: Example file
Class: POT Creator
Build application translation files for gettext
Author: By
Last change:
Date: 12 years ago
Size: 123 bytes
 

Contents

Class file image Download
<?php
class controller {
    public function
index() {
        echo
sprintf(__('Hello %s'), 'Hpyer');
        echo
__('Welcome!');
    }
}
?>