## 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.publisher.delete($query)) #if($success == 1) Operation successfull. #else Error encountered : $db.error #end
[home]