Seme Framework API DOC getJsFooter()

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

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

Kode Sumber
1
2
3
4
5
6
7
8
9
10
<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:

Kode Sumber
1
2
... 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>