PHP Developer's Network : Network Member Forums

Class: phpMyDataGrid 2007 - AJAX Enabled Datagrid



  Search   All class groups   Latest entries   Top 10 charts   Newsletter   Blog   Forums   Help FAQ  
  Login   Register  
Recommend this page to a friend! Trackback URL: http://www.phpclasses.org/trackback/browse/package/2943.html
      Classes of Gustavo Arcila  > 
phpMyDataGrid 2007 - AJAX Enabled Datagrid
 >  Download  >  Support forum Support forum  >  RSS 1.0 feed RSS 2.0 feed Latest changes  >  Stumble It! Stumble It!  >  Bookmark in del.icio.us Bookmark in del.icio.us  
  Screenshots Screenshots   Supplied by   Group folder image Groups   Detailed description   Freshmeat project  
  Rate classes User ratings   Applications   Related links   Files Files  
  • Screenshots:

  • AJAX edition sample
    File Role Description
    Accessible without login Image file sample_ajax_edition.png Screen
    AJAX edition sample
    Accessible without login Image file sample_barchart.png Screen
    Bar Chart Sample
    Accessible without login Image file sample_barchart_images.png Screen
    Sample Bar Charts and Images
    Accessible without login Image file sample_datagrid.png Screen
    Sample Datagrid
    Accessible without login Image file sample_edit.png Screen
    Record Edition
    Accessible without login Image file sample_search_by.png Screen
    Search Sample
  • Supplied by:

  • Picture of Gustavo Arcila
    Name: Gustavo Arcila is available for providing paid consulting. Contact Gustavo Arcila .
    Published packages: 3
    Country: Colombia Colombia - PHP jobs in Colombia
    Home page: http://www.gurusistemas.com/
    Age: 32
    All time rank: 44
    Week rank: 36

    Browse this author's classes

  • Groups:

  • Group folder image
    HTML generation and processing
    View top rated classes
    Group folder image
    Database management, accessing and searching
    View top rated classes
    Group folder image
    Interact with the Web server without page reloading
    View top rated classes
  • Detailed description:


  • phpMyDataGrid 2007 offers a toolkit to build a DataGrid in a PHP based environment. It allows the application programmer, to build and deploy with very few lines of code and in a short period of time a complete AJAX enabled datagrid with paging, searching, sorting and more, much more...

    It is useful for all PHP database-driven Web site and online-based data administration. It is also useful for dynamic content management and PHP-based hosting providers.

    Features...

    * Easy to use: Even the most novice php programer can deploy a complete and professional looking datagrid in few minutes using a minimum of code lines.
    * AJAX Enabled: Differ to previous versions, the 2007 version is cross-browser totally AJAX enabled (addition, Edition, inline edition, deletion, pagination, ordering, etc.)
    * Auto pagination: phpMyDataGrid Allows 3 styles for pagination, and you may define how many records to display per page.
    * Ordering: Order table by any column, Ascending or Descending, and display an indicator in the active ordering column.
    * Header and Footer: Show your own Header and Footer in each page.
    * Multi-Languaje: You can configure the script to show the data in english, spanish, italian, french, german, nederlands and portuguese.
    * ADOdb compatible: The script supports connection with MySQL databases by using the native php library, and also support the use of the ADOdb library to connect with any database supported by that library.
    * Conditional: Show only the records defined by conditions.
    * Inline editing: Fields can be inline edited and you can use HTML form controls such as text fields, textarea, checkboxes and dropdown menus.
    * Display images: the script can display images asociated with fields data.
    * Links and Icons: You can define your own links or images with links for each record.
    * Bar Chart: Bar chart output support.
    * Table maintenance: manage completely a table with build-in Add/Edit/Remove
    * User defined maintenance: You can define your own Add/Edit/Remove process without modifying the main .js file.
    * Secure: User rights access control to data editing (add, edit, delete and search), also every parameter received by the script is validated to check the permisions.
    * Checkable rows: Add a checkbox to select multiple rows and do your own process with those records.
    * Search: You can search records by any "pre-defined" column. Columns can be set to display a dropdownm menu with data contained.
    * Customize the look: External CSS file, so you can change the colors acording to your web page.
    * Column styles: Define the data (title, type, default value, data to show, etc.) for each column to show.
    * Calculate Columns: Calcule basic math formulas (addition, substraction, multiplication and division) between cells and show in other cell (Like excel formulas).
    * Totalize columns: Add total in a single column or multiple columns.
    * Easy reading: Alternate row colors for easy reading and mouse over highlighting
    * Fast: External .js and .css files for faster downloads
    * Cross Browser: Tested on Internet Explorer 6 and 7, Firefox 1.5 and 2.0, Opera 9.1, Konqueror 3.5, Netscape 8.1, and Mozilla 1.7
    * Compatible: Tested on php 4.4 and php 5.2
    * W3C Compliant: Compliant with W3C recommendations for HTML and XHTML definitions.
  • Freshmeat project:

  • phpMyDataGrid 2007 - AJAX Enabled Datagrid
    Project record: phpmydatagrid
    Popularity score: 332.34 (0.54%)
    Popularity rank: 10,857 (PHP Classes: 77)
    Vitality score: 1.78 (0.00%)
    Rating: 8.82 (Votes: 8) Please rate this class in Freshmeat
  • User ratings:

  • Ratings
    Utility
    Consistency
    Documentation
    Examples
    Tests
    Videos
    Overall
    Rank
    All time:
    Good (94.3%)
    Good (87.4%)
    Sufficient (76.2%)
    Good (87.6%)
    -
    -
    Sufficient (72.2%)
    93
    Month:
    There are not enough user ratings to display for this class.
  • Applications that use this class:

  • Link Description
    Santebleu
    Santebleu Gym (Spanish page)
    Add link image If you know an application of this package, send a message to the author to add a link here.
  • Related links:

  • Link Description
    PhpMyDatagrid Oficial site
    Oficial site
  • Files:

  • File Role Description
    Files folder image css
      Plain text file dgstyle.css Conf.
    Styles file
    Files folder image images
      Image file add.png Icon
    Icon Image
      Image file ajax.gif Icon
    Animated Image
      Image file asc.png Icon
    Icon Image
      Image file cancel.png Icon
    Icon Image
      Image file close.png Icon
    Icon Image
      Image file desc.png Icon
    Icon Image
      Image file down.png Icon
    Icon Image
      Image file down_off.png Icon
    Icon Image
      Image file edit.png Icon
    Icon Image
      Image file erase.png Icon
    Icon Image
      Image file locate.png Icon
    Icon Image
      Image file minidown.png Icon
    Image Icon
      Image file miniup.png Icon
    Image Icon
      Image file poweredby.png Icon
    Image Icon
      Image file save.png Icon
    Icon Image
      Image file search.png Icon
    icon image
      Image file up.png Icon
    Image Icon
      Image file up_off.png Icon
    Image Icon
      Image file view.png Icon
    Image Icon
    Files folder image js
      Plain text file dgscripts.js Aux.
    JavaScripts
    Plain text file phpmydatagrid.class.php Class
    Main Class
    Plain text file sample1.php Example
    Sample of use
    Plain text file sample10.php Example
    Sample of use
    Plain text file sample11.php Example
    Sample of use
    Plain text file sample12.php Example
    Sample of use
    Plain text file sample13.php Example
    Sample of use
    Plain text file sample14.php Example
    Sample of use
    Plain text file sample15.php Example
    Sample of use
    Plain text file sample2.php Example
    Sample of use
    Plain text file sample3.php Example
    Sample of use
    Plain text file sample4.php Example
    Sample of use
    Plain text file sample5.php Example
    Sample of use
    Plain text file sample6.php Example
    Sample of use
    Plain text file sample7.php Example
    Sample of use
    Plain text file sample8.php Example
    Sample of use
    Plain text file sample9.php Example
    Sample of use
    Plain text file test.sql Data
    Data file
    Files folder image documentation
      Plain text file documentation.txt Doc.
    Documentation
    Download all files: phpmydatagrid.tar.gz phpmydatagrid.zip
    NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.

 
  Advertise on this site   Site map   Statistics   Site tips   Privacy policy   Contact  

For more information send a message to :
info at phpclasses dot org.
Copyright (c) Icontem 1999-2008 PHP Classes - PHP Class Scripts
  PHP Book Reviews - Reviews of books and other products