File path: dist/twist/Core/Models/Database/TableStructure.model.php
Namespace: Twist\Core\Models\Database
comment
— Set the main Database comment
Name | Description |
---|---|
$strComment | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strComment = 'foo';
//Call the function comment with the example vars
$resTableStructure = new \Twist\Core\Models\Database\TableStructure();
$resTableStructure -> comment($strComment);