dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Loading...
Searching...
No Matches
myX.class.php
Go to the documentation of this file.
1<?php
2namespace dbx\myX;
3
4class myX {
5 public function run() {
6 return 'myX system module';
7 }
8}