## please note than in a strict MVC design pattern, modifications should NOT be triggered from inside templates ## but rather by an assermented controller object !!! The Bookstore Sample #set($success = $db.author.delete($query)) #if($success) Operation successfull. #else Error encountered : $!db.error #end
[home]