Log message #109449

# At Username Text
# Aug 7th 2008, 10:39 primeminister just throw them on irc?
# Aug 7th 2008, 10:39 primeminister how was it again when you have seen bugs/glitches in the repo version of cake 1.2?
# Aug 7th 2008, 10:39 stevieboy i just need to save a string or sth in the db with the numbers in the correct order
# Aug 7th 2008, 10:39 _psychic_ save where?
# Aug 7th 2008, 10:38 stevieboy question: i want to save a sequence of id's to remember the sorting later on. how can i do this with cakemagic? :)
# Aug 7th 2008, 10:37 zeen unusual syntax
# Aug 7th 2008, 10:36 jonathan_ yeah
# Aug 7th 2008, 10:36 zeen ah that's how facebook does it
# Aug 7th 2008, 10:36 adj facebook chat is slick. all erlang, no?
# Aug 7th 2008, 10:36 jonathan_ ala facebook chat
# Aug 7th 2008, 10:36 jonathan_ or iframe and a lightweight comet server
# Aug 7th 2008, 10:36 adj i have no idea how rails-centric it is
# Aug 7th 2008, 10:35 zeen ah that sounds perfect
# Aug 7th 2008, 10:35 adj it embedded a tiny flash object that opened a socket to a server process that would then push data to the clients
# Aug 7th 2008, 10:35 zeen will check it out abj
# Aug 7th 2008, 10:35 zeen i know it's a hack job which ever way.. just wondering if anyone knew the best hack job
# Aug 7th 2008, 10:35 zeen ya
# Aug 7th 2008, 10:35 adj zeen: rails had a project called juggernaut to do that, but i don't think it was very well recieved
# Aug 7th 2008, 10:35 jonathan_ @zeen , like instead of manually polling?
# Aug 7th 2008, 10:34 zeen anyone know of a way/hack to push data to browser?
# Aug 7th 2008, 10:34 seghezzi i'll give it a look then, thanks :D
# Aug 7th 2008, 10:34 jonathan_ search freshmeat for a project, i saw one a while back
# Aug 7th 2008, 10:34 seghezzi ic
# Aug 7th 2008, 10:33 jonathan_ visio is, omnigraffle kinda sorta
# Aug 7th 2008, 10:33 seghezzi i'm running ubuntu, rather not use visio :P
# Aug 7th 2008, 10:33 seghezzi is that UML?
# Aug 7th 2008, 10:33 jonathan_ omnigraffle
# Aug 7th 2008, 10:33 moelee umm.. visio?
# Aug 7th 2008, 10:33 seghezzi Hi what would be the best way to document a proyect using diagrams??
# Aug 7th 2008, 10:31 jonathan_ @ammadsaleem http://book.cakephp.org/view/98/helpers
# Aug 7th 2008, 10:31 gwoo ammadsaleem: like i said use a helper
# Aug 7th 2008, 10:30 loki_racer what would cause $javascript->link('jqchart/json',false); to work in one element, but not in another?
# Aug 7th 2008, 10:30 ammadsaleem so that I can call them in my view
# Aug 7th 2008, 10:30 ammadsaleem I want to define my own functions
# Aug 7th 2008, 10:30 moelee trying to set a group to a parent group but the new aro created is in the root node of the tree.. any way for the new aro to be nested underneath its parent aro?
# Aug 7th 2008, 10:28 TommyO ammadsaleem: also, cake has a simliar method ife(), so: echo ife($value == 1, 'enabled', 'disabled'); might do what you want
# Aug 7th 2008, 10:23 gwoo ammadsaleem: ok that is a helper method
# Aug 7th 2008, 10:23 ammadsaleem else disable
# Aug 7th 2008, 10:23 ammadsaleem simply takes an argument if its 1 displays enable
# Aug 7th 2008, 10:23 gwoo ammadsaleem: i know what it is, what i dont know is the name and what it does
# Aug 7th 2008, 10:22 gwoo ammadsaleem: what does it do?