TwistPHP Documentation

comment

File path: dist/twist/Core/Models/Database/TableStructure.model.php
Namespace: Twist\Core\Models\Database
Extends:

commentSet the main Database comment

Parameters

Name Type Description
$strCommentstringn/a

Return Values

void — No return information has been documented for this function.

Example

<?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);