Auxiliar Method : Gets the Dialect Object for the model
@return PhpBURN_Dialect
Params
EMPTY
Explanation
This method returns the PhpBURN_Dialect object from a modelcan be called anytime for use some PhpBURN_Dialect methods or infos ( See PhpDOC at Documentation in PhpBURN site )
The usage of this method is:
$model = new Model(); $model->getDialect()
