Changeset 13325
- Timestamp:
- 11/25/08 09:18:09 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.2/lib/routing/sfObjectRouteCollection.class.php
r12767 r13325 44 44 'segment_names' => array('edit' => 'edit', 'new' => 'new'), 45 45 'model_methods' => array(), 46 'with_wil card_routes' => false,46 'with_wildcard_routes' => false, 47 47 ), $this->options); 48 48 … … 91 91 } 92 92 93 if ($this->options['with_wil card_routes'])93 if ($this->options['with_wildcard_routes']) 94 94 { 95 95 // wildcard object actions branches/1.2/test/unit/yaml/fixtures/sfTests.yml
r10575 r13325 101 101 php: | 102 102 array(1 => 'foo', 0 => 'bar') 103 --- 104 test: PHP evaluation 105 brief: > 106 A sequence with an unordered array 107 yaml: | 108 1: <?php echo 'foo' ?> 109 0: bar 110 php: | 111 array(1 => 'foo', 0 => 'bar')

