Method: CreateEntry
Parameters
date
Timestamp of the entry to save
icon
Icon (or userpic) of the entry
subject
The entry's subject line
content
The content of the entry
Description
This is one of two methods for storing entries in your database. In this case, you're creating a new entry, so the post's ID will be assigned automatically.
Note that the content of your entry will be tweaked according to how you've
configured A Wee Tiny Blog.
Return values
If the entry was created successfully, this method returns TRUE. Otherwise the internal error flag is set and this method returns FALSE.