phalconBlog icon indicating copy to clipboard operation
phalconBlog copied to clipboard

A blog using the Phalcon PHP Framework. Source code for Getting Started with Phalcon by Stephan Miller, Packt Publishing

Results 1 phalconBlog issues
Sort by recently updated
recently updated
newest added

In app/views/index.volt there will be javascript included, but the sourcefolders aren't right: ``` {{ javascript_include("js/jquery.min.js") }} {{ javascript_include("js/bootstrap.min.js") }} ``` should be: ``` {{ javascript_include("js/jquery/jquery.min.js") }} {{ javascript_include("js/bootstrap/bootstrap.min.js") }} ```...