Skip to content

Instantly share code, notes, and snippets.

@nixon1333
Created August 27, 2014 12:57
Show Gist options
  • Save nixon1333/24fca7bf18b1042c7598 to your computer and use it in GitHub Desktop.
Save nixon1333/24fca7bf18b1042c7598 to your computer and use it in GitHub Desktop.
load css,js,image in phalcon
<?php echo Phalcon\Tag::stylesheetLink("css/local.css"); ?>
<?php echo Phalcon\Tag::image("img/stsllc_logo.png");?>
<?php echo Phalcon\Tag::javascriptInclude("js/jquery-1.10.2.min.js");?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment