for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace phoponent\app\component\custom\Mon_component\mvc\model;
use phoponent\framework\traits\model;
class my_Mon_component extends \phoponent\app\component\core\Mon_component\mvc\model\my_Mon_component {
use model;
public function get_hello_world() {
return 'Hello World';
}