PHP Classes

Packages of Cosmin Cristea

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Cosmin Cristea (3)  >  Mission progress status  >  Reputation  
Picture of Cosmin Cristea
Name: Cosmin Cristea <contact>
Classes: 3
Country: Romania Romania
Age: 46
All time rank: 42811 in Romania Romania
Week rank: 195 Up3 in Romania Romania Up
All time users: 6492
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image MySQL stored procedures  
Emulation of stored procedures for MySQL databases
This class emulates stored procedures for MySQL databases used (MySQL) client side files to define the SQL code of the procedures.

It executes simple queries defined within a named block, known as "stored procedure".

The query syntax within a stored procedure is compliant with standard SELECT, INSERT, DELETE and UPDATE MySQL queries, but it does not accept sub-select queries like "INSERT ... SELECT".

Every stored procedure can have parameters that must be initialized before the execution.

Here is the of provided functionality:

- Loading and saving stored procedures on disk files.
- Procedure execution
- Dumping in HTML format the code of loaded procedures
- All the methods not implemented have a proprietary license

  Files folder image MySQL wrapper  
Simple MySQL databases access wrapper
This is a simple class that encapsulates the functionality of MySQL database access commands.

It establishes database connections, executes queries storing the result set handle in a class variable and provides other functions to traverse the result set an retrieve the data returned by the database server.

  Files folder image XML Document  
Parse, manipulate and save XML documents
This class is meant for manipulating XML documents.

It may be useful for manipulating XML documents that contain application configuration values, security role definitions or even use the XML documents to store information like in databases.

The class can parse a XML document and build and object oriented structure that can be manipulated to apply any changes that many be needed. Then the XML document can be saved back to file with any updates that were made.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z