Changeset 215 for trunk/trax/vendor
- Timestamp:
- 05/31/06 21:38:41 (6 years ago)
- Location:
- trunk/trax/vendor/trax
- Files:
-
- 2 modified
-
action_view/helpers/active_record_helper.php (modified) (1 diff)
-
active_record.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_view/helpers/active_record_helper.php
r214 r215 524 524 * @uses rows_per_page 525 525 */ 526 function pagination_links($object_name_or_object) {526 function pagination_links($object_name_or_object) { 527 527 528 528 if(is_object($object_name_or_object)) { -
trunk/trax/vendor/trax/active_record.php
r214 r215 1129 1129 } 1130 1130 1131 echo "ActiveRecord::find_all() - sql: $sql\n<br>";1131 # echo "ActiveRecord::find_all() - sql: $sql\n<br>"; 1132 1132 # echo "query: $sql\n"; 1133 1133 if($this->is_error($rs = $this->query($sql))) {
