Senin, 09 Juni 2014

Taking Advantage of Using PHP Class in Netbeans

I have done many things in my favorite IDE; Netbeans.

I have done java code, javascript code, HTML code and PHP code with it.

For now, I want to tell you how I take an advantage of using Netbeans and PHP class.
Here, I give you an example and showing an advantage of using Netbeans

Class Something {

    /**
    * 
    * @param string $title
    */
    public static function getFixedNav($title)
    {
        ?>
        <div id="fixed_nav"><?= $title; ?></div>
        <?php 
    } 
}



From above class, when you need to call it, you can type Something::getFix and Netbeans autocompleted it into like this figure below


1 komentar:

  1. This on line casino has greater than 120 slot games from 7 totally different software suppliers. You can 1xbet korea even take pleasure in selection of|quite a lot of|a big selection of} table games, video poker, and reside vendor games here. One of the most effective issues about Cafe Casino is its number of online slots - and even higher, slot machines contribute 100 percent path of|in direction of} assembly the wagering necessities.

    BalasHapus

Cara Mengetahui Besar Database PostgreSQL Tanpa Mendownloadnya

Berikut adalah langkah-langkah untuk mengetahui ukuran semua database di instance PostgreSQL yang berjalan di dalam kontainer Docker: 1. Men...