Welcome Guest, Not a member yet? Register   Sign In
Unknown column 'email' in 'field list'
#8

[eluser]xwero[/eluser]
[quote author="stoefln" date="1236013855"]i think this should be done in CI by default- cause emails shouldnt be sent out of models anyway. CI should support a good programming-style IMO.[/quote]
I don't think it's possible to not bind certain objects from the CI instance because you can attach so many objects and variables to the CI instance.

Kohana solves this by not binding the instance to the classes that are known but instead call the instance direct.
Code:
$value = Kohana::instance()->uri->segment(3);


Messages In This Thread
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 03:55 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 04:08 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 04:23 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 04:55 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 05:01 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 05:05 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 05:10 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 05:27 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 05:33 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 05:36 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 06:36 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 07:49 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 08:16 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 09:08 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 09:16 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 09:40 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 09:51 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 10:00 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 10:21 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 11:40 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 01:54 PM
Unknown column 'email' in 'field list' - by El Forum - 09-24-2009, 04:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB