loadMessagesFromDb() protected method
Loads the messages from database.
You may override this method to customize the message storage in the database.
| protected array loadMessagesFromDb ( $category, $language ) | ||
|---|---|---|
| $category | string | 
 The message category.  |  
| $language | string | 
 The target language.  |  
| return | array | 
 The messages loaded from database.  |  
Please login to continue.