Almost all web applications need to show announcement to the users, especially if the information is urgent and need to be displayed immediately. Some of the announcements are need to be displayed based on the certain language and also for the certain duration of dates. The question is, how can we display the announcement that […]
Row_Inserting vs Row_Inserted, and Row_Updating vs Row_Updated
Not many PHPMaker users know about these 4 popular server events: Row_Inserting, Row_Inserted, Row_Updating, and Row_Updated, since the lack of documentation about this. In this article I want to explain you about this server events so that you will use them in the right place, and also, at the right time. 🙂 The Similarity The […]