for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Ubiquity\scaffolding;
class ConsoleScaffoldController extends ScaffoldController {
private $activeDir;
public function __construct($activeDir) {
$this->activeDir = $activeDir;
}
protected function storeControllerNameInSession($controller) {
protected function showSimpleMessage($content, $type, $title = null, $icon = "info", $timeout = NULL, $staticName = null) {
$content = str_replace ( "<br>", "\n", $content );
return strip_tags ( $content );
protected function getTemplateDir() {
return $this->activeDir . "/project-files/templates/";
protected function _addMessageForRouteCreation($path, $jsCallback = "") {
echo "You need to re-init Router cache to apply this update with init-cache command\n";