Coding Gurukulcodinggurukul.hashnode.net·Jan 12, 2023What is PHP Data Objects (PDO)Welcome Coders! This is my first article on hashnode, I this will help you in your journey of coding. Happy Coding!!!! PHP is an open-source general-purpose scripting language, which is widely used for creating dynamic and interactive web applicatio...Discuss·1 like·33 readsPDO
Syed Sohansyedsohan.hashnode.net·Feb 16, 2023Securing Your Web Applications with PHP OOP and PDOPHP is a widely-used scripting language for web development, and object-oriented programming (OOP) is a popular programming paradigm used in PHP. When combined with PDO (PHP Data Objects), a database access abstraction layer, developers can create ro...Discuss·65 readsPHP
Jorge Castrojorgecastro-1677094228177.hashnode.net·Mar 11, 2023Using ORM in PHP without a framework.What is an ORM? An ORM is an abstraction of the information of the database. For example, let's say we have a list of cities and we want to list it. It is the PHP PDO version: $stmt = $pdo->prepare("SELECT * FROM cities"); $stmt->execute(); $result =...Discuss·89 readsPHP
Jorge Castrojorgecastro-1677094228177.hashnode.net·Mar 11, 2023Using ORM in PHP without a framework.What is an ORM? An ORM is an abstraction of the information of the database. For example, let's say we have a list of cities and we want to list it. It is the PHP PDO version: $stmt = $pdo->prepare("SELECT * FROM cities"); $stmt->execute(); $result =...Discuss·89 readsPHP
Syed Sohansyedsohan.hashnode.net·Feb 16, 2023Securing Your Web Applications with PHP OOP and PDOPHP is a widely-used scripting language for web development, and object-oriented programming (OOP) is a popular programming paradigm used in PHP. When combined with PDO (PHP Data Objects), a database access abstraction layer, developers can create ro...Discuss·65 readsPHP
Coding Gurukulcodinggurukul.hashnode.net·Jan 12, 2023What is PHP Data Objects (PDO)Welcome Coders! This is my first article on hashnode, I this will help you in your journey of coding. Happy Coding!!!! PHP is an open-source general-purpose scripting language, which is widely used for creating dynamic and interactive web applicatio...Discuss·1 like·33 readsPDO