Page 303 of 211,265, showing 20 records out of 4,225,286 total, starting on record 6,041, ending on 6,060
# | Username | Text | |
---|---|---|---|
# | Aug 8th 2008, 17:23 | TommyO | Howard``: why can't you? |
# | Aug 8th 2008, 17:24 | TommyO | Howard``: no svn? |
# | Aug 8th 2008, 17:24 | Howard`` | I have a svn setup |
# | Aug 8th 2008, 17:24 | Howard`` | i'm no good on the linux backend |
# | Aug 8th 2008, 17:24 | TommyO | ACTION thinks hosting providers with ftp and no ssh are stuck in the 80's |
# | Aug 8th 2008, 17:24 | Howard`` | wouldn't know what to do to grab svn |
# | Aug 8th 2008, 17:25 | Howard`` | yeah TommyO, the problem used to be the lack of control but there is pretty good control now |
# | Aug 8th 2008, 17:25 | gwoo | NOSLOW: nice! i know how that feels |
# | Aug 8th 2008, 17:25 | Howard`` | is it possible to grab svn via php? |
# | Aug 8th 2008, 17:26 | kabturek | Howard``: the problem is LAZYNESS not lack of control |
# | Aug 8th 2008, 17:26 | kabturek | is/was |
# | Aug 8th 2008, 17:26 | Symbi0nt | I am a bit outdated .. how to load a model in the app_controller |
# | Aug 8th 2008, 17:26 | Symbi0nt | $this->loadModel('Mappack'); returns null |
# | Aug 8th 2008, 17:26 | TommyO | Symbi0nt: why do you want to? |
# | Aug 8th 2008, 17:26 | Symbi0nt | and var $uses = array('Mappack'); messes up too |
# | Aug 8th 2008, 17:26 | Howard`` | var $uses = str/array model(s) |
# | Aug 8th 2008, 17:26 | TommyO | not a good idea in AppController |
# | Aug 8th 2008, 17:26 | primeminister | Symbi0nt: App:import('Model','Mappack') |
# | Aug 8th 2008, 17:26 | Symbi0nt | because I need infos for the right side of my webpage all the time |
# | Aug 8th 2008, 17:27 | TommyO | $uses that is |