I am working on a facebook application and have just set up the SSL certificate but this has caused the routing to stop working.
Trying to use the Simple HTM开发者_Python百科L Dom Parser in my application. Placed the sample function of scraping_slashdot() into a controller.
what i wanted to do is to validate if the age is not under 18 or over 33 public function validate($arr) {
I have 3 models eg; TABLE `users` `id` INT `username` VARCHAR(32) ... TABLE `books` `id` INT `title` VARCHAR(100)
I have a typical function in model which is receiving \'time\' from table \'Orders\': public function get_time() {
class Model_Category extends ORM { protected $_has_many = array( \'film\' => array(\'through\' => \'films_categories\')
I can\'t make to Config_Database work. I\'m enabling new Config Source that way: Kohana::$config->attach(new Config_Database, FALSE);
In Kohana if I want to select fields \'id\', and \'username\' I do it this way: $record = DB::select(\'id\', \'username\')
I need to call a Kohana action through cron. I can use this code to limit only to the server IP: $allowedIps = array(\'127.0.0.1\',\'::1\');
Is there a way to use Kohana\'s (3+) validation class without using message files? [EDIT] Here is an example: