I have 2 models: Address and Country. Now, every address has exactly one country. So Address model has:
I have a number of sites using Kohana\'s session handler set to use database sessions. Everything works fine until I turn on Resource Tracking in Safari\'s Web Inspector. After enabling resource track
So I have my query as so... $records = ORM::factory(\'category\'); Add a WHERE clause as so... $records = $records->where(\'categoryid\', \'LIKE\', \'aa\');
I don\'t know how to debug Uploadify. All seems to be working, but there are no actual file uploaded. From browser... Upladify event prints \"Done!\". Before I used Uploadify, PHP code worked... so I
Is there a way to alias a column or two and leave the rest intact using Database module. # TAKING THIS EXAMPLE
I have 2 php websites in the same machine. The first site (a legacy system) has a basic auth: checks if is set $_SESSION[\'user_id\']. I\'m working in the second site (a Kohana 3.1 based) that will ex
I\'m running a update_user form through $user = ORM::factory(\'user\', $id)->update_user($this->request->post(), array(
I have an object in a controller\'s method: $post = ORM::factory(\'post\', array(\'slug\' => $slug);
I am trying to make use of Kohana helper \"Cookie\" class.开发者_开发知识库 Doesn\'t seem to work, gives 500 error on calling.
Trying to use the Formo module with ORM and Kohana 3.1, but keep getting this error... Invalid method formo called in Model_User