/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/widgets/data_list/DataListSource.inc
ViewVC logotype

Diff of /nfo/php/libs/com.newsblob.phphtmllib/widgets/data_list/DataListSource.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by jonen, Thu Jan 30 03:29:46 2003 UTC revision 1.2 by jonen, Mon Feb 3 16:27:31 2003 UTC
# Line 430  class DataListSource { Line 430  class DataListSource {
430                  return $this->_data_index-1;                  return $this->_data_index-1;
431          }          }
432    
433    
434            /**
435             * This function returns the
436             * data_index value only
437             *
438             * @return int
439             */
440            function get_cur_data_index() {
441                    return $this->_data_index;
442            }
443    
444    
445          /**          /**
446           * This function determines if the column           * This function determines if the column
447           * associated w/ a data_name is sortable           * associated w/ a data_name is sortable

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed