Log message #3148455

# At Username Text
# Jan 29th 2014, 05:10 beakman pinky
# Jan 29th 2014, 05:10 beakman lost my left pink. was a dark time in my life
# Jan 29th 2014, 05:09 BackEndCoder its too dirty to put my name on it
# Jan 29th 2014, 05:09 BackEndCoder i will rewrite it all before i give it back
# Jan 29th 2014, 05:09 beakman i once reindexed google
# Jan 29th 2014, 05:09 BackEndCoder yeah, er... they didn't use the models at all, they are all empty.. and they are including controllers in controllers
# Jan 29th 2014, 05:09 markstory BackEndCoder: the lack of caching sounds like the bigger problem there
# Jan 29th 2014, 05:08 BackEndCoder ~tell Starcraftmazter about bin
# Jan 29th 2014, 05:07 BackEndCoder Starcraftmazter, paste bin your controller and your view please
# Jan 29th 2014, 05:07 Starcraftmazter markstory: unlikely
# Jan 29th 2014, 05:07 markstory Starcraftmazter: are you overwriting the property somewhere?
# Jan 29th 2014, 05:07 BackEndCoder just inside where your class is declared
# Jan 29th 2014, 05:06 Starcraftmazter but this one doesnt
# Jan 29th 2014, 05:06 Starcraftmazter in fact another page from the same controller has it
# Jan 29th 2014, 05:06 markstory BackEndCoder: I'll get right on fixing google.
# Jan 29th 2014, 05:06 Starcraftmazter also its already in the controller
# Jan 29th 2014, 05:06 Starcraftmazter where?
# Jan 29th 2014, 05:06 BackEndCoder ^^
# Jan 29th 2014, 05:06 markstory public $helpers = array('Form')
# Jan 29th 2014, 05:06 BackEndCoder Starcraftmazter
# Jan 29th 2014, 05:06 Starcraftmazter markstory: so how do i load it?
# Jan 29th 2014, 05:03 BackEndCoder ACTION shakes his head
# Jan 29th 2014, 05:03 BackEndCoder very much so the dude that made this app with his header controllers and sidebar controllers
# Jan 29th 2014, 05:03 BackEndCoder i'm assuming the whole concept still confuses people
# Jan 29th 2014, 05:03 BackEndCoder the older one links higher in google
# Jan 29th 2014, 04:59 BackEndCoder are up to date please? xxx
# Jan 29th 2014, 04:59 BackEndCoder can you make sure your 2 blog posts that say how shit it is, then say how awesome it is
# Jan 29th 2014, 04:58 BackEndCoder i had another project come in today that had 26 requestactions in it with no cache
# Jan 29th 2014, 04:58 BackEndCoder yo mark
# Jan 29th 2014, 04:54 markstory Starcraftmazter: helper isn't loaded?
# Jan 29th 2014, 04:33 itamar_ Not sure anyone's in here.
# Jan 29th 2014, 04:30 Starcraftmazter ie. why would $this->Form be null
# Jan 29th 2014, 04:29 Starcraftmazter why would echo $this->Form->create() work in one view but not another?
# Jan 29th 2014, 04:29 Starcraftmazter hi
# Jan 29th 2014, 04:18 itamar_ @Hippo sorry I meant hasMany Through http://book.cakephp.org/2.0/en/models/associations-linking-models-together.html#hasmany-through-the-join-model
# Jan 29th 2014, 04:14 Hippo I have never heard of hasThrough
# Jan 29th 2014, 04:12 itamar_ It seems like a pretty simple user story but can't find good documentation on how to do it
# Jan 29th 2014, 04:12 itamar_ so in the Courses index.ctp I'm trying to create a button that subscribes the logged in user to the course
# Jan 29th 2014, 04:11 itamar_ I want a user to be able to subscribe
# Jan 29th 2014, 04:11 itamar_ and there's a Subscriptions hasThrough
# Jan 29th 2014, 04:11 itamar_ I have Users and I have Courses