public function cc($validation, $value, $field) { if(!$value) { $validat开发者_运维百科ion->error($field, \'error abc\');
I am stuck with file upload validation in Kohana 3.1. Though the Upload::not_empty function returning false. I am still getting true from ch开发者_JAVA百科eck() function.
Recently I\'ve been doing some research in开发者_StackOverflow社区to SEO and how URIs that use hyphens or underscores are treated differently, particularly by Google who view hyphens as separators.
Here is the code: try { $result = Model_User::update_user($_POST); // message: save success Message::add(\'success\', __(\'Values saved.\'));
I\'m trying to make a static route. I 开发者_Go百科have a few controllers inside classes/controllers/admin/ but this one I want it to be on a separate module. The class is called Controller_filas and
I\'m trying to do a simple test post with jQuery in Kohana. Note that it works fine when I don\'t include any parameters. But when I do, it stops working. Here\'s the jQuery post:
I\'m u开发者_开发知识库sing this module to integrate Twig into my small Kohana project. I\'m facing the following issues:
In Asp.Net MVC I have used helpers to specify paths to actions and controllers, like this: var url = \"@Url.Action(\"OrderAction\", \"OrderController\")\";
Is there any Video Tutorial for the Kohana3 ? or s开发者_如何学Goome easy way to study Kohana3.
I\'m trying out Kohana for a php application, and I have a simple database test working when connecting to my localhost installation of MySql. But when I try to change the connection to a remote MySql