gitpajo / nfwjob

New fine working job
2 stars 1 forks source link

Cassette #51

Closed myjavarama4 closed 9 years ago

myjavarama4 commented 9 years ago

[nazev] => Elvis Presley Live In Las Vegas US Cassette Box [stopy] => Array ( [0] => Cassette 1 [1] => 1. Blue Suede Shoes [2] => 2. I Got A Woman [3] => 3. All Shook Up [4] => 4. Elvis Welcomes The Audience [5] => 5. Love Me Tender [6] => 6. Jailhouse Rock/Don't Be Cruel [7] => 7. Hearbreak Hotel [8] => 8. Hound Dog [9] => 9. I Can't Stop Loving You [10] => 10. Johnny B. Goode [11] => 11. Baby What You Want Me To Do [12] => 12. Runaway [13] => 13. Are You Lonesome Tonight [14] => 14. Yesterday/Hey Jude [15] => 15. Introduction [16] => 16. In The Ghetto [17] => 17. Suspicious Minds [18] => 18. What'd I Say [19] => 19. Can't Help Falling In Love [20] => 20. Elvis Talks About His Career [21] =>
[22] => Cassette 2 [23] => 1. That's All Right [24] => 2. I Got A Woman [25] => 3. Hound Dog [26] => 4. Love Me Tender [27] => 5. There Goes My Everything [28] => 6. Just Pretend [29] => 7. I Just Can't Help Believin' [30] => 8. Something [31] => 9. Men With Broken Hearts [32] => 10. Walk A Mile In My Shoes [33] => 11. You've Lost That Lovin' Feelin' [34] => 12. Polk Salad Annie [35] => 13. One Night [36] => 14. Don't Be Cruel [37] => 15. Love Me [38] => 16. Instrumental Vamp - [39] => 17. Heartbreak Hotel - [40] => 18. Introductions - [41] => 19. Bridge Over Troubled Water [42] => 20. Suspicious Minds [43] => 21. Can't Help Falling In Love [44] => 22. When The Snow Is On The Roses [45] =>
[46] => Cassette 3 [47] => 1. See See Rider [48] => 2. Release Me [49] => 3. Sweet Caroline [50] => 4. Wonder Of You [51] => 5. Polk Salad Annie [52] => 6. Proud Mary [53] => 7. Walk A Mile In My Shoes [54] => 8. In The Ghetto [55] => 9. Let It Be Me [56] => 10. Don't Cry Daddy [57] => 11. Kentucky Rain [58] => 12. Long Tall Sally [59] => 13. I Can't Stop Loving You [60] => 14. Suspicious Minds [61] => 15. Never Been To Spain [62] => 16. You Gave Me A Mountain [63] => 17. It's Impossible [64] => 18. It's Over [65] => 19. Hound Dog [66] => 20. Little Sister/Get Back [67] => 21. Big Hunk O' Love [68] => 22. Impossible Dream [69] => 23. American Trilogy [70] =>
[71] => Cassette 4 [72] => 1. Heartbreak Hotel [73] => 2. Long Tall Sally [74] => 3. Blue Suede Shoes [75] => 4. Money Honey [76] => 5. Promised Land [77] => 6. It's Midnight [78] => 7. If You Talk In Your Sleep [79] => 8. I'm Leavin' [80] => 9. Why Me Lord [81] => 10. Help Me [82] => 11. Softly As I Leave You [83] => 12. My Baby Left Me [84] => 13. It's Now Or Never [85] => 14. Hawaiian Wedding Song [86] => 15. Trying To Get To You [87] => 16. Green, Green Grass Of Home [88] => 17. You're The Reason I'm Living [89] => 18. Big Boss Man [90] => 19. Burning Love [91] => 20. My Boy [92] => 21. And I Love You So [93] => 22. Just Pretend [94] => 23. How Great Thou Art [95] => 24. America The Beautiful [96] => [97] => )

myjavarama4 commented 9 years ago

Smazat prázdné řádky a jednotlivé casety bych dal do dalšího podřadného pole

gitpajo commented 9 years ago

Promenou bych nazval $cassette

myjavarama4 commented 9 years ago

napiš mně aspoň ten základ.

gitpajo commented 9 years ago

Je to jen nahrubo, podminku napis sam

$cassette = 'bez cassette';
foreach ($tracks_array as $one_track) {
    if (...) {
        $cassette = $one_track;
    } else {
        $produkt['stopy'][$cassette] [] = $one_track;
    }
}
myjavarama4 commented 9 years ago

poslední commit