for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Ubiquity\controllers\crud;
class CRUDFiles {
private $viewBase="@framework/crud";
public function getViewDataIndex() {
return $this->viewBase."/index.html";
}
public function getViewShowTable() {
return $this->viewBase."/showTable.html";
public function getViewEditTable() {
return $this->viewBase."/editTable.html";