PHP Classes

Packages of Panos Kyriakakis

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Panos Kyriakakis (2)  >  Mission progress status  >  Reputation  
Picture of Panos Kyriakakis
Name: Panos Kyriakakis <contact> Panos Kyriakakis Google profile
Classes: 2
Country: Greece Greece
Age: 53
All time rank: 3565 in Greece Greece
Week rank: 195 Up2 in Greece Greece Up
All time users: 7557
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 AJAXed list boxes  
Generate AJAXed linked select inputs
This package can be used to generate Web form with linked select inputs.
It generates select inputs that switch their group of options dynamically when the linked select input value is changed.
The class uses AJAX to retrieve the new group of options from the server, so it can retrieve the option values from a database on the server side.
It can link an unlimited number of select inputs.

In the same file sc_classes.php there is an other class. Called sc_form_elements. Used partialy from sc_ajax_select_boxes. It is a nice form helper class. Adds select boxes, radio groups and check box groups. It is usual to have options on db and have to populate with them select boxes, or show a list of radio buttons or a list of checkboxes. The routine is to query the database and loop throu the selected rows and add elements to the form. sc_form_elements class comes to save time rewriting that peace of code again and again, but still have control over the form.

  Files folder image Image File Browser  
Browse and choose images without page reloading
This class can be used to let the user browse and pick images stored in the server.

It uses an AJAX based user interface to avoid page reloading when the browsing display is updated.

Required external javascripts: prototype.js, scriptaculous library (scriptaculous.js,unittest.js,effects.js)


  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