[DDC-2118] Console binary : incorrect use of helper set ? Created: 03/Nov/12 Updated: 09/Feb/13 Resolved: 09/Feb/13 |
|
| Status: | Resolved |
| Project: | Doctrine 2 - ORM |
| Component/s: | None |
| Affects Version/s: | Git Master |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | Bug | Priority: | Minor |
| Reporter: | Baptiste ClaviƩ | Assignee: | Benjamin Eberlei |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | binary, console,, helpers | ||
| Environment: |
VirtualBox with a debian |
||
| Description |
|
In the /tools/sandbox/cli_config.php, you decided to use a HelperSet rather than an array ; the thing is, it is not traversable via a foreach. So, the foreach that is just underneath this declaration is not iterating over the set, and the sets "em" and "db" are not declared... Cheers. |
| Comments |
| Comment by Alexander [ 09/Feb/13 ] |
|
There is no foreach underneath the declaration. |