I\'m using PHP, and the Kohana framework, but that should be peripheral to this question. I want to instantiate an object that has a couple related child objects, which in turn have some optional chi
In my ORM model, I\'d like to save some 开发者_开发知识库default values which are calculated based on other values. The best I could come up with is:
Wondering how to name this question. Think this is the best situation possible. Situation: I got small app written in KohanaPHP framework. However there\'s one small bug that makes my crazy.
So we all know that the documentation for Kohana 3 is absolutely horrible. So how can I construct the following query, where I have a \"Player\" and \"Dragon\" model?
I am trying to learn a little bit of jquery and more about the kohana framework.Ok so I wrote a simple test script to grab some entries from a database.The php works as in it returns the r开发者_如何学
My routing is set up like this: Route::set(\'default\', \'(<controller>(/<action>(/<id>)))\')
I have the following chain of Models: Model_Auth_User Model_Module_Us开发者_开发技巧er Model_App_User
In Kohana\'s core class, there is a constant FILE_SECURITY. string(60) \"<?php defined(\'SYSPATH\') or die(\'No direct script access.\');\"
I\'m having an issue where I\'m building an ORM query based on several conditions from a $_POST. The final query looks fine and returns records in a direct SQL query (phpmyadmin) but in my application
I have the following controller: <?php defined(\'SYSPATH\') or die(\'No direct script access.\'); class Controller_Static extends Controller_DefaultTemplate {