Logs for

Page 89 of 211,239, showing 20 records out of 4,224,766 total, starting on record 1,761, ending on 1,780

# At Username Text
# Aug 7th 2008, 02:09 Kitara Martz|grrr: class AdminAppController extends AppController { var $test = 'test'; } howcome that this does not get passed then ? :S
# Aug 7th 2008, 02:09 achew22 thestaff: I never said that
# Aug 7th 2008, 02:09 thestaff nvmd
# Aug 7th 2008, 02:10 thestaff yeah I know I just assumed, I didn't realised you were actually from there
# Aug 7th 2008, 02:10 achew22 no worries
# Aug 7th 2008, 02:10 TonkaTruck So if model is named Category its database table is named categories and its controller is named categories_controller.php?
# Aug 7th 2008, 02:10 Martz|grrr Kitara: $test *might* be reserved, be careful with that.
# Aug 7th 2008, 02:10 achew22 thestaff: lets get back to your modal problem though
# Aug 7th 2008, 02:10 thestaff yeah
# Aug 7th 2008, 02:10 thestaff I'm workin on it
# Aug 7th 2008, 02:10 Martz|grrr Kitara: so you set it in app/app_controller.php and you're trying to access it in AdminAppController?
# Aug 7th 2008, 02:10 achew22 TonkaTruck: yes
# Aug 7th 2008, 02:10 thestaff gimme 10 min
# Aug 7th 2008, 02:10 Kitara Martz|grrr: same counts for $myvarthatisnotused
# Aug 7th 2008, 02:10 TonkaTruck achew22: thanks, heh.
# Aug 7th 2008, 02:10 achew22 TonkaTruck: you really should bake them though
# Aug 7th 2008, 02:11 Kitara Martz|grrr: i want to set it in a plugin and use it over the controllers in that plugin
# Aug 7th 2008, 02:11 Kitara app/plugins/admin/admin_app_controller.php
# Aug 7th 2008, 02:11 Martz|grrr Kitara: well as long as the other controllers extended the plugin class, it will work
# Aug 7th 2008, 02:11 Martz|grrr the "plugin controller" should I say