Page 218 of 211,260, showing 20 records out of 4,225,196 total, starting on record 4,341, ending on 4,360
# | Username | Text | |
---|---|---|---|
# | Aug 8th 2008, 00:02 | Jonah | i'll bookmark it |
# | Aug 8th 2008, 00:03 | Chezz | http://bin.cakephp.org/view/48673213 |
# | Aug 8th 2008, 00:03 | Mathachew | have you tried changing " to `? |
# | Aug 8th 2008, 00:04 | Chezz | i baked my applications and I am just testing the editting feature .. |
# | Aug 8th 2008, 00:04 | Chezz | Mathachew : ok |
# | Aug 8th 2008, 00:04 | Chezz | Mathachew : just wanna let u know that i couldnt find "AS" in the latest PG docs |
# | Aug 8th 2008, 00:05 | Mathachew | I've never used it in an update |
# | Aug 8th 2008, 00:05 | Mathachew | but definitely in my selects |
# | Aug 8th 2008, 00:05 | Chezz | yea it works with select fine |
# | Aug 8th 2008, 00:05 | Chezz | with ` i get this error ERROR: syntax error at or near "`" |
# | Aug 8th 2008, 00:06 | Mathachew | hrm |
# | Aug 8th 2008, 00:06 | Chezz | cakephp support for pg sucks |
# | Aug 8th 2008, 00:07 | Chezz | it gave me headaches 6 months back i switch to mysql.. but now this application requires pg.. |
# | Aug 8th 2008, 00:08 | thestaff | what is the best way to filter a table |
# | Aug 8th 2008, 00:08 | thestaff | ok say I have a table and I wana have some filters |
# | Aug 8th 2008, 00:09 | thestaff | like input buttons to show a column or not |
# | Aug 8th 2008, 00:09 | thestaff | drop down menu to select only a categorie |
# | Aug 8th 2008, 00:09 | thestaff | what is the best way to do it ?> |
# | Aug 8th 2008, 00:09 | thestaff | I'm about to do it by hand |
# | Aug 8th 2008, 00:09 | thestaff | meaning myself without helper |