PHP Classes

Notable PHP package: PHP MariaDB Execute Compound Statement

Recommend this page to a friend!
  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Viewers: 83

Last month viewers: 4

Categories: Notable Packages

The MySQL MariaDB server allows executing compound statements that are made of multiple SQL statements.

Usually an application would have to install these compound statments before they can be run by the database server.

This package simplifies the installation of and the execution of compound SQL statements by providing means to parse PHP scripts that call this package to extract the SQL statements to be extracted from the script files.

Then the package can execute those statements and return one more result sets that are returned by the server.

Read this article to learn more details about how this notable PHP package works.




Loaded Article
The package PHP MariaDB Execute Compound Statement is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.

The basic purpose is: Execute compound statements embedded in PHP code

Here follows in more detail what it does:

This class can execute compound statements embedded in PHP code.

It can parse the PHP script that is calling the class to extract compound SQL statements that are embedded in the script as PHP comments with certain delimiting marks inside the comments.

The class can execute the extracted SQL statements and returns an array of possible query result sets that may be returned by the MySQL MariaDB server.

Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.

If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.



You need to be a registered user or login to post a comment

1,611,040 PHP developers registered to the PHP Classes site.
Be One of Us!

Login Immediately with your account on:



Comments:

No comments were submitted yet.



  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)