I\'m working on a CMS system that receives urls like this: /parent1/parent2/child/ Now it\'s easy to check only the child but in my opinion you should also check if the parents are correct and in
let\'s say we have simple file <?php echo \"hello world\" I\'d like to place the file in /modules/myModul/(somewhere).
I\'m working on a project which allows the advanced user to define their own way of showing the information and access some basic API. For example, I provide a show_search_box() function so that the u
So I\'m trying to build a route with sub directories and following the Kerkness wiki guide but keep getting errors. If someone could point out what I\'m doing wrong I would greatly appreciate it.
I have the following, for example: class Model_User extends ORM { protected $_rules = array( \'username\' => array(
Trying to run PHPUnit on my Kohana 2.3.4 install: phpunit --colors --bootstrap=index.php ../../modules/phpunit/libraries/Tests.php
Attempting to dive in to Kohana and I\'m reading the Unofficial 3.0 Kohana wiki as it\'s more user friendly than the user docs atm imo.
When using Kohana 3\'s ORM models, what is the best way to get data from fields of related models? For example, I have an employee, who has one company, and has many assignments. How would I go about
class Model_User extends ORM { // columns: UserID, Name // public $Name ; // this didn\'t work } Currently I create an object:
Is it possible with Kohana v3 Query Builder to use the IS NOT NULL operator? The where($column, $op, $value) method requires all three parameters and even if I specify