| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Przemek Berezowski (3) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| 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 |
| ||||
| 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. |
| ||||
| 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. |
| ||||
| 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 |