- Timestamp:
- 03/04/07 20:25:39 (4 years ago)
- Location:
- trunk/php
- Files:
-
- 2 edited
-
jQPie.php (modified) (1 diff)
-
jQPie_Response.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/php/jQPie.php
r4 r5 172 172 $edata = json_encode($data); 173 173 break; 174 case 'xml': 175 $edata = $data; 176 header('Content-Type: text/xml'); 174 177 default: 175 178 /** -
trunk/php/jQPie_Response.php
r4 r5 34 34 * @var array 35 35 */ 36 var $validBaseMethods = Array('addClass','attr' );36 var $validBaseMethods = Array('addClass','attr','show','Script'); 37 37 38 38 … … 79 79 error_log($method.' method has not been tested with jquery to work!'); 80 80 } 81 if(sizeof($args == 1) AND !is_array($args[0])) {81 if(sizeof($args == 1) AND isset($args[0]) AND !is_array($args[0])) { 82 82 $args = $args[0]; 83 83 }
Note: See TracChangeset
for help on using the changeset viewer.
