메소드 |
설명 |
|
initializeConversation ( ) |
Initilize conversation table |
|
insertConversation ( integer $user_id, integer $chat_id, string $command ) : boolean |
Insert the conversation in the database |
|
selectConversation ( integer $user_id, integer $chat_id, boolean $limit = null ) : array | boolean |
Select a conversation from the DB |
|
update ( string $table, array $fields_values, array $where_fields_values ) : boolean |
Update the conversation in the database |
|
updateConversation ( array $fields_values, array $where_fields_values ) : boolean |
Update a specific conversation |
|