Logs for #cakephp

Page 21 of 36,922, showing 100 records out of 3,692,143 total, starting on record 2,001, ending on 2,100

# At Username Text
# Aug 7th 2008, 03:49 achew22 yay
# Aug 7th 2008, 03:49 stevieboy yeah
# Aug 7th 2008, 03:49 achew22 you have a different appreciation for strange things like that when you wrote it...
# Aug 7th 2008, 03:49 stevieboy so, you can't use simple dropdowns anymore... it will be rejected from ff3 as being too antique!
# Aug 7th 2008, 03:49 stevieboy ;)
# Aug 7th 2008, 03:50 achew22 I'm willing to test that ;)
# Aug 7th 2008, 03:50 stevieboy maybe ff3 will uninstall itself
# Aug 7th 2008, 03:50 achew22 its a personal management app I'm not worried about impressing anyone
# Aug 7th 2008, 03:50 achew22 only me
# Aug 7th 2008, 03:50 stevieboy to make a point
# Aug 7th 2008, 03:51 achew22 it just needs to be able to track my books appointments and cure cancer -- nothing special
# Aug 7th 2008, 03:51 batcoder-7 damn i got to get htis whole thing doen by tonight
# Aug 7th 2008, 03:51 stevieboy and it'll calls the install of netscape nav 3.0
# Aug 7th 2008, 03:51 batcoder-7 and i jus dont see how its gonna happen
# Aug 7th 2008, 03:51 poluta1 Martz: i got error " undefined variabel $session "
# Aug 7th 2008, 03:51 stevieboy $session only exists in view
# Aug 7th 2008, 03:51 stevieboy $this->Session
# Aug 7th 2008, 03:51 achew22 for some reason this reminds me of the time someone asked me for a project that was 99.99% browser compatible and I couldn't stop laughing and lost the contract
# Aug 7th 2008, 03:52 stevieboy lol
# Aug 7th 2008, 03:52 pgcd_away hello
# Aug 7th 2008, 03:52 achew22 hello
# Aug 7th 2008, 03:52 stevieboy batcoder-7: but you are the BAT-coder!!! look at your toolbelt. maybe you have some magic stuff in it.
# Aug 7th 2008, 03:52 stevieboy hi
# Aug 7th 2008, 03:53 Martz poluta1: make sure you pick a model var "out of the way" so something like var $captcha = null; in the model. From a controller you would do $this->Model->captcha = <your session logic/read here> and then from the model method access it via $this->captcha.
# Aug 7th 2008, 03:53 achew22 stevieboy: he is the 7th generation of bat coder. I guess they inbred ;)
# Aug 7th 2008, 03:53 pgcd what's the proper way to use containable for a HABTM association?
# Aug 7th 2008, 03:53 stevieboy achew22: lol, so the magic powers are gone?
# Aug 7th 2008, 03:53 Martz poluta1: in my first example, $this->{$this->modelClass}->captcha = <session logic goes here> allows any model to set captcha
# Aug 7th 2008, 03:53 poluta1 Martz: ok, i try
# Aug 7th 2008, 03:53 achew22 stevieboy: I guess, ask his great grampa if he has any powers
# Aug 7th 2008, 03:54 stevieboy ^
# Aug 7th 2008, 03:54 stevieboy ^
# Aug 7th 2008, 03:54 stevieboy this doesnt work in pidgin :/
# Aug 7th 2008, 03:54 achew22 the !!! thing could be my favorite feature of the bot
# Aug 7th 2008, 03:54 TonkaTruck Hmm...so I'm looking at mariano's sluggable behavior...and if I don't need collision-proofing because I'm concatenating id-slug why can't I just use cake's Inflector::slug() with Routes and do it myself?
# Aug 7th 2008, 03:54 achew22 TonkaTruck: because it's a behavior and they are usually easier
# Aug 7th 2008, 03:55 stevieboy stupid boit
# Aug 7th 2008, 03:55 stevieboy -i
# Aug 7th 2008, 03:55 Martz TonkaTruck: because behaviors are very, very cool =)
# Aug 7th 2008, 03:55 TonkaTruck sold.
# Aug 7th 2008, 03:55 Martz D
# Aug 7th 2008, 03:55 achew22 Martz: has the best explanation
# Aug 7th 2008, 03:55 TonkaTruck haha
# Aug 7th 2008, 03:55 thestaff achew22, I have another issue
# Aug 7th 2008, 03:55 Martz well, if you ask me, it should be behaviour ;P
# Aug 7th 2008, 03:55 Martz and colour
# Aug 7th 2008, 03:56 thestaff the submit doesn't work
# Aug 7th 2008, 03:56 Martz but *sigh*
# Aug 7th 2008, 03:56 achew22 TonkaTruck: can you really not find it? http://bakery.cakephp.org/articles/view/slug-behavior
# Aug 7th 2008, 03:56 achew22 thestaff: does it work when its not in a modal window?
# Aug 7th 2008, 03:56 thestaff it seems like the form in the thickbox is stopped
# Aug 7th 2008, 03:56 stevieboy achew22: (11:07:11) TonkaTruck: Hmm...so I'm looking at mariano's sluggable behavior
# Aug 7th 2008, 03:56 thestaff yeah it does
# Aug 7th 2008, 03:56 TonkaTruck achew22: no no...I found it like two weeks ago.
# Aug 7th 2008, 03:56 achew22 ah -- I read "looking for"
# Aug 7th 2008, 03:57 achew22 thestaff: do you have firebug?
# Aug 7th 2008, 03:57 stevieboy thestaff: you better should
# Aug 7th 2008, 03:57 TonkaTruck I was a bit confused because cake's Inflector class has slug() but it's unrelated to his behavior.
# Aug 7th 2008, 03:57 thestaff yeah firefox
# Aug 7th 2008, 03:57 stevieboy no, firebug, an addon
# Aug 7th 2008, 03:57 TonkaTruck Also the Routes docs references an :id-:slug route
# Aug 7th 2008, 03:58 Martz anyone tried the "biggest shortcut" in cakephp yet? Create a new project, app_controller.php with var $scaffold and beforeFilter() check for $this->params['admin'] and set $this->scaffold = 'admin'; and then all you need is model files, and all of your app is scaffolded instantly :D
# Aug 7th 2008, 03:58 Martz scaffolded and admin scaffolded views
# Aug 7th 2008, 03:58 achew22 TonkaTruck: in my opinion as a programmer though get the site going then add sluggable
# Aug 7th 2008, 03:58 stevieboy Martz: scaffolding for production use is bad imo
# Aug 7th 2008, 03:59 achew22 TonkaTruck: deal with that later, if you are using reverse routing and some tricks you can change it site wide in 10 min
# Aug 7th 2008, 03:59 thestaff how no i dont
# Aug 7th 2008, 03:59 pgcd please please: i can't understand how to use a containable for a habtm association... any pointers?
# Aug 7th 2008, 03:59 Martz stevieboy: sure. but its a new project and im building schema - why should I spend mins/hours creating controllers with var $scaffold in them is my point
# Aug 7th 2008, 03:59 stevieboy pgcd: did u check the cakebaker-site?
# Aug 7th 2008, 03:59 thestaff i just realised that the thickbox.css is full of errorr
# Aug 7th 2008, 03:59 TonkaTruck achew22: I was leaning that way except that I have this habit of _inserting_ stuff in the db to make sure stuff works.
# Aug 7th 2008, 03:59 stevieboy Martz: i see
# Aug 7th 2008, 04:00 pgcd stevieboy: i tried googling, it didn't show up...
# Aug 7th 2008, 04:00 achew22 TonkaTruck: 10% of the project takes 90% of the time, don't worry about that 10% at the start because it will feel like its taking FOREVER
# Aug 7th 2008, 04:00 TonkaTruck achew22: it's pre-cake habits that will be the death of me...my brain does not yet understand that my "add category" method is no more than 2 seconds away.
# Aug 7th 2008, 04:00 stevieboy http://cakebaker.42dh.com/2008/05/18/new-core-behavior-containable/
# Aug 7th 2008, 04:00 achew22 TonkaTruck: rage against the machine that trained you to be inefficient
# Aug 7th 2008, 04:01 achew22 then you will have theme music
# Aug 7th 2008, 04:01 pgcd stevieboy: looking at it...
# Aug 7th 2008, 04:01 thestaff sorry I had to restart firefox
# Aug 7th 2008, 04:01 thestaff miss what you guys said :-(
# Aug 7th 2008, 04:01 achew22 if only...
# Aug 7th 2008, 04:01 stevieboy this bot needs improvement
# Aug 7th 2008, 04:02 stevieboy poor bot
# Aug 7th 2008, 04:02 stevieboy but who does
# Aug 7th 2008, 04:02 stevieboy thestaff: did u install firebug?
# Aug 7th 2008, 04:03 thestaff yeah
# Aug 7th 2008, 04:03 TonkaTruck achew22: I'm also trying to get my layout going which sort of includes a featured category element so I couldn't resist throwing myself bass ackwards into a few more self-tutorials.
# Aug 7th 2008, 04:03 stevieboy k
# Aug 7th 2008, 04:03 thestaff this thing is kinda kool
# Aug 7th 2008, 04:03 achew22 I miss achewbot
# Aug 7th 2008, 04:03 achew22 ACTION sobs
# Aug 7th 2008, 04:03 stevieboy thestaff: you have now a new context menu entry: Inspect element
# Aug 7th 2008, 04:03 achew22 TonkaTruck: are you familiar with stubbing?
# Aug 7th 2008, 04:04 TonkaTruck achew22: no.
# Aug 7th 2008, 04:04 achew22 when you have an element that you want on your layout that can't be put in for one reason or another just make a blank file called element.ctp
# Aug 7th 2008, 04:04 thestaff stevieboy, yes and ?
# Aug 7th 2008, 04:04 achew22 TonkaTruck: then come back later (I fill them with [TODO] for easy finding) and fill them in when your ready
# Aug 7th 2008, 04:04 stevieboy thestaff: this brings you directly to the right position @firebug