PHP code example of willigant / htmlstrap-php

1. Go to this page and download the library: Download willigant/htmlstrap-php library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

willigant / htmlstrap-php example snippets


$messages_table = new table($data)
                ->hide_columns('user_id','updated_at')
                ->rename_column('phone_number','Phone Number')
                ->add_delete_column('/message/remove/')
                ->condensed()
                ->striped();

                echo $messages_table; // some bootstrapy table