PHP Classes

Packages of François NEUMANN-RYSTOW

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of François NEUMANN-RYSTOW (3)  >  Mission progress status  >  Reputation  
Picture of François NEUMANN-RYSTOW
Name: François NEUMANN-RYSTOW <contact> François NEUMANN-RYSTOW Google profile
Classes: 3
Country: France France
Age: 45
All time rank: 119440 in France France
Week rank: 195 Up10 in France France Up
All time users: 2661
Week users: 0
Innovation award
Innovation award
Nominee: 2x

Winner: 1x
 
  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 Multi Dimensional Array  
Build a multi-dimensional array for a value list
This class can be used to build a multi-dimensional array for a value list.

It takes as parameter a given number of dimensions for the array.

The class can add entries to the array by passing a list of values that define the entry values for each dimension.

  Files folder image PHP Command Line Shell  
PHP Programming Innovation award winner
August 2013
Winner


Prize: One subscription to the PDF edition of the PHP Architect magazine
Use ncurses to get key inputs and write shell text
This class can use ncurses to get key inputs and write text to the command line shell.

It can initialized the ncurses extension to use the current shell optionally using a given shell history file and outputting a given screen file.

The class provides functions to move the position of the cursor and display text on the screen.

Sub-classes may extend the base class to define how to handle the use of certain keys like return, tab or escape, so sub-classes can define the output to display the screen as result of actions triggered by those keys.

  Files folder image SQL Parse Convert to Tree...  
PHP Programming Innovation award nominee
November 2008
Number 2
Build a tree to represent an SQL query
This class can be used to build a tree to represent an SQL query.

It takes a given SQL query and parse it to extract the structure or queries and sub-queries. The resulting structure is returned as an array.

Currently it supports only SELECT, INSERT, UPDATE, DELETE queries.


  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