bool
CBlogUser::SetLastVisit(
);
The method registers the last blog visit made by the current user. Static method.
Returned value
The method returns
true on success, otherwise returns
false.
Examples of use
<?
if(!CBlogUser::SetLastVisit())
echo 'Error!';
?>