Page 351 of 211,268, showing 20 records out of 4,225,348 total, starting on record 7,001, ending on 7,020
# | Username | Text | |
---|---|---|---|
# | Aug 9th 2008, 10:27 | B00mgo_M4N | YES THIS EARTH |
# | Aug 9th 2008, 10:38 | medice | I AM CAPTAIN PLANET |
# | Aug 9th 2008, 10:45 | labanux | /j #codeigniter |
# | Aug 9th 2008, 10:45 | freebox | I need to access products from categories controller |
# | Aug 9th 2008, 10:46 | freebox | what i need to do? |
# | Aug 9th 2008, 10:47 | kalileo | freebox: $data = $this->Category->Product->find... |
# | Aug 9th 2008, 10:48 | kalileo | freebox: assuming you have an association set up between them in the Models |
# | Aug 9th 2008, 10:49 | freebox | uhm |
# | Aug 9th 2008, 10:49 | freebox | cool |
# | Aug 9th 2008, 11:09 | M4ngoB00M | hello |
# | Aug 9th 2008, 11:10 | AD7six | Anon323: see the whitelist in the save param, save only saves data on that object, not related objects and see the security component |
# | Aug 9th 2008, 11:11 | AD7six | and don't try and implement security with validation rules |
# | Aug 9th 2008, 11:11 | AD7six | hi M4ngoB00M |
# | Aug 9th 2008, 11:17 | B00mgo_M4N | my cat's breath smells like cat food! |
# | Aug 9th 2008, 11:19 | freebox | i'm using slugs |
# | Aug 9th 2008, 11:20 | freebox | i need to do something like this in my categories controller: $piadas = $this->Categoria->Product->FindBySlug("Category" $slug) |
# | Aug 9th 2008, 11:20 | freebox | because when i acces /categories/view/foo |
# | Aug 9th 2008, 11:20 | freebox | i want to show all product from foo category |
# | Aug 9th 2008, 11:21 | AD7six | freebox that sounds like a product index action |
# | Aug 9th 2008, 11:21 | ilove_php | question: how can i remove the label on $form->input (it always prints a space before the inputbox) |