Skip to content

Latest commit

 

History

97 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Phalcon library

Coverage Status Build Status Total Downloads Latest Stable Version License

Launch web application

<?php
$config = 'path/to/config/mvc/file.php';
$bootstrap = new Kachit\Phalcon\Bootstrap\Mvc($config);

$application = $bootstrap->registerApplication();

echo $application->handle()->getContent();

Launch console application

<?php
$config = 'path/to/config/cli/file.php';
$bootstrap = new Kachit\Phalcon\Bootstrap\Cli($config);

$application = $bootstrap->registerApplication();

$application->handle();

About

My Phalcon library

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages