PHP Classes

Packages of Przemek Berezowski

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Przemek Berezowski (3)  >  Mission progress status  >  Reputation  
Picture of Przemek Berezowski
Name: Przemek Berezowski <contact>
Classes: 3
Country: Poland Poland
Age: 47
All time rank: 123232 in Poland Poland
Week rank: 195 Up4 in Poland Poland Up
All time users: 2551
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 Array Sorter  
Sort multidimensional arrays
This class can be used to sort multidimensional arrays.

It takes multidimensional array and sorts or an array of objects and sorts it by the value of a given array entry or object variable.

The sorting entry name may include one more entry names, one per each dimension.

The sorting order may be configured also to be ascending or descending.

  Files folder image DB Version Manager  
Update database schema with commands read in files
DBVersionManager is a free software to handle trace of database
changes which are needed during application development.
In projects which use database, there might be a problem with
moving database changes (alters, drops, inserts etc) between several environments.
(eg. there might be several developers environmets, test environment
and production environment, and each of them uses own database).
DBVersionManager tries to simplify port database changes between environments.
It can be used with any database which are supported by PDO.

DBVersionManager reads the sql commands from a given location.
Then it tries to execute this commands on selected database.
On the second hand DBVersionManager remember which files where
executed to preserve executing each command more then once.

DBVersionManager offers also a simple GUI to execute sql queries
on a given environment.
Using a GUI is recomended for correct naming convention and executing
queries in proper order.

This class can update database schema with commands read in files.

It can read files in a given directory and executes the SQL commands using PDO extension.


  Files folder image SOAP Proxy  
Generate code to access SOAP services from an WSDL
This package can be used to generate code to access SOAP services from an WSDL.

It takes the URL of an WSDL (Web Services Description Language) definition and retrieves it to obtain the details of the available Web services functions.

The generator class generates PHP for classes with proxy functions of the specified SOAP Web services.


  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