Logs for

Page 118 of 211,239, showing 20 records out of 4,224,780 total, starting on record 2,341, ending on 2,360

# At Username Text
# Aug 7th 2008, 05:09 achew22 why not me?
# Aug 7th 2008, 05:09 alkemann achew22: http://code.google.com/p/alkemann/
# Aug 7th 2008, 05:09 achew22 yay!
# Aug 7th 2008, 05:09 achew22 chartable?
# Aug 7th 2008, 05:09 poluta1 Martz: this is my bin code http://bin.cakephp.org/view/1956850175
# Aug 7th 2008, 05:10 Martz achew22: hrm i see where my lib/views/layouts/js/default.ctp has <script> around it, when I make my own layout i dont get the right type, dont know if its a problem, shows as text/html instead of application/x-javascript
# Aug 7th 2008, 05:11 achew22 override the layout and make it js/plain
# Aug 7th 2008, 05:11 alkemann achew22: there is a flash chart helper on the bakery that uses this awesome flash thing. I just made a behavior to make it easier to use this helper (that i didnt make)
# Aug 7th 2008, 05:11 Martz poluta1
# Aug 7th 2008, 05:11 achew22 open flash charts?
# Aug 7th 2008, 05:12 lobaman i have a little problem. my apps doesnt work for unknown reason. it doesnt write my cache model in /app/tmp
# Aug 7th 2008, 05:12 poluta1 Martz: yes?
# Aug 7th 2008, 05:12 lobaman the apps is like on a loop.
# Aug 7th 2008, 05:12 alkemann achew22: http://bakery.cakephp.org/articles/view/chartable-behavior
# Aug 7th 2008, 05:12 Martz poluta1: I cant remember,but maybe you have to put: function matchCaptcha (and$model, $isSetCaptcha, $captchaText) { .. }
# Aug 7th 2008, 05:12 Martz and still send the params as first and second
# Aug 7th 2008, 05:12 Martz I remember I had to do that when creating a behavior, dont think it applies... o_O
# Aug 7th 2008, 05:13 Martz poluta1: also, what is "line 11" in that bin?
# Aug 7th 2008, 05:13 lobaman i think i need to reboot.
# Aug 7th 2008, 05:13 alkemann for behaviors always put and$Model as first param, but when calling it in controller or whatever, skip the model and give the 2nd param in the code first