Seme Framework API DOC getJsFooter()

Berikut ini adalah Dokumentasi API untuk method getJsFooter(); Seme Framework.
113  
       

getJsFooter merupakan method yang ada didalam class SEME Controller. Method ini berguna untuk memanggil isi dari script.json.

Biasanya penggunaannya ada didalam layout view. Berikut ini adalah contohnya

<html>
    <head>
    ...
    </head>
    <body>
    ... isi body
    ... ketika diakhir body
      <?php $this->getJsFooter(); ?>
    </body>
</html>

Adapun contoh yang dihasilkan dari hasil eksekusi metode tersebut antara lain:

<script src="http://example.com/assets/js/vendor/jquery.js"></script>
... dan sebagainya

Demikian. semoga Membantu.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>