Log message #1032008

# At Username Text
# Sep 11th 2009, 13:51 markstory debug() gets defined well before debugkit gets involved.
# Sep 11th 2009, 13:51 markstory yes because you can't redefine functions in php.
# Sep 11th 2009, 13:51 Scotto you said it was impossible to have debug from the view show up in debugkit right?
# Sep 11th 2009, 13:50 Scotto markstory: im really sad that everytime i debug in the view, i cant see the it in the debugkit :(
# Sep 11th 2009, 13:44 Ceeram search
# Sep 11th 2009, 13:44 Ceeram i wanted to start another one fom the todolist but need serach for that
# Sep 11th 2009, 13:43 Ceeram i'll look into netbeans
# Sep 11th 2009, 13:43 Ceeram i was already glad i started to know my way around in eclipse, used html-kit b4 that
# Sep 11th 2009, 13:43 markstory olinux: delete the cache files?
# Sep 11th 2009, 13:43 olinux my model is cached and not getting proper db fields, how can i force refresh?
# Sep 11th 2009, 13:42 Ceeram and my code and git is on ubuntu
# Sep 11th 2009, 13:42 markstory so is netbeans
# Sep 11th 2009, 13:42 Ceeram im on windows
# Sep 11th 2009, 13:42 markstory some people prefer that over eclipse
# Sep 11th 2009, 13:42 Ceeram been asking in #eclipse channel but bo response
# Sep 11th 2009, 13:42 markstory have you looked at netbeans?
# Sep 11th 2009, 13:41 Ceeram i have eclipse with pdt plugin but that doesnt support git plugin and have php eclipse with git plugin, but the search function does not work
# Sep 11th 2009, 13:40 markstory or a fat kid at the cookie factory.
# Sep 11th 2009, 13:39 markstory eclipse eats ram for breakfast
# Sep 11th 2009, 13:34 Scotto so regardless of the features i didnt use it
# Sep 11th 2009, 13:34 Scotto Ceeram: i tried it, but i wasnt impressed with the memory usage
# Sep 11th 2009, 13:31 Ceeram anyone using eclipse?
# Sep 11th 2009, 13:30 _shoot^ Folks, for some reason my media views are loading nothing but blank pages. Suggestions?
# Sep 11th 2009, 13:27 TehTreag lukas: Yeah. Sorry, I forgot about code.cakephp.org;
# Sep 11th 2009, 13:26 markstory most other non cake core things are on thechaw.com
# Sep 11th 2009, 13:26 markstory lukas: code.cakephp.org has cake code.
# Sep 11th 2009, 13:26 lukas thanks
# Sep 11th 2009, 13:25 TehTreag lukas: For the most recent development - http://www.thechaw.com
# Sep 11th 2009, 13:24 lukas what is the link to GIT server? :)
# Sep 11th 2009, 13:22 TehTreag D
# Sep 11th 2009, 13:21 markstory back to work!
# Sep 11th 2009, 13:21 markstory ACTION smacks TehTreag 
# Sep 11th 2009, 13:18 TehTreag ACTION yawns
# Sep 11th 2009, 12:58 TehTreag yq: No problem.
# Sep 11th 2009, 12:57 yq thanks!
# Sep 11th 2009, 12:56 yq TehTreag: awesome. looks like what i'd be using
# Sep 11th 2009, 12:56 TehTreag yq: http://snook.ca/archives/cakephp/contact_form_cakephp/
# Sep 11th 2009, 12:54 TehTreag yq: Good luck.
# Sep 11th 2009, 12:53 yq TehTreag: I might try that. Currenly i'm doing it for dynamically generated list of form elements with user specified validation rules. Hope i can get it done this way
# Sep 11th 2009, 12:50 TehTreag yq: You can create a model that does not have a database table; set the $useTable member of your model to false. Setup your validation rules, and go.
# Sep 11th 2009, 12:49 TehTreag lukas: You can add models to your controllers $uses member. However, there are two alternatives that may give better performance. ClassRegistry::init(), and Controller::loadModel().