cSmartSqlStatement::_construct() - rstoetter/csmartsqlstatement-php GitHub Wiki

Method _construct( )

 public   mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::_construct(string $sql_type)

The constructor for objects of type cSmartSqlStatement

Example:

Arguments

  • $sql_type string - <p>the type of sql (select, alter, add, delete). Supported is only 'SELECT'</p>