Category Database

Organized Collection of Stored Data and Information

Comparison Among MySQL vs MySQLi vs PDO

MySQL vs MySQLi vs PDO

MySQL, MySQLi and PDO all are database communication method. Three different method have their own advantage and disadvantages. Among all PDO is being more popular because PDO supports almost all database languages. If you use PDO you can easily switch…

Developing Use Case & Use Case Diagram

INTRODUCTION Use case diagram is a behavioral UML diagram type and frequently used to analyze various systems. Use case diagrams are used to gather a usage requirement of a system. Depending on your requirement you can use that data to identify functions and…