Changes between Version 85 and Version 86 of AjaxList
- Timestamp:
- 2010-12-06T18:33:17Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxList
v85 v86 274 274 275 275 {{{ 276 #! php276 #!sql 277 277 $joinTables = 278 278 array( "joinTable" => "table_name", // -- Same format as the last section … … 295 295 ==== Create sample tables & data==== 296 296 {{{ 297 CREATE TABLE `ipeer`.`ajax_list_sample_data` ( 298 `id` int NOT NULL AUTO_INCREMENT, 299 `name` text NOT NULL, 300 `type` int NOT NULL, 301 `eaten` date NOT NULL, 302 PRIMARY KEY (`id`) 303 ) 297 304 }}} 298 305