Open lmb opened 13 years ago
Example: Model_Test has been defined. Try to create a Jelly_Collection:
new Jelly_Collection(..., 'test')
This code will fail since $as_object is not passed through Jelly::class_name(). When new $as_object is called, an exception is raised.
P.S.: This happens on unstable
Example: Model_Test has been defined. Try to create a Jelly_Collection:
This code will fail since $as_object is not passed through Jelly::class_name(). When new $as_object is called, an exception is raised.
P.S.: This happens on unstable