kohana-3
Kohana 3.2 validation custom error adds form.field in front of error
public function cc($validation, $value, $field) { if(!$value) { $validat开发者_运维百科ion->error($field, \'error abc\');[详细]
2023-04-05 00:30 分类:问答file upload validation in kohana 3.1 not working
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.[详细]
2023-04-04 21:06 分类:问答Kohana 3.2. - How can I use hyphens in URIs
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.[详细]
2023-04-04 09:14 分类:问答I want to be able to catch an error if there is one in a form with Validation
Here is the code: try { $result = Model_User::update_user($_POST); // message: save success Message::add(\'success\', __(\'Values saved.\'));[详细]
2023-04-04 07:33 分类:问答Can anyone help me on a kohana 3.1 route question?
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[详细]
2023-04-03 19:28 分类:问答Cannot post paremeters with jQuery and Kohana php framework
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:[详细]
2023-04-03 18:35 分类:问答Kohana 3.2 + Twig Issues
I\'m u开发者_开发知识库sing this module to integrate Twig into my small Kohana project. I\'m facing the following issues:[详细]
2023-04-03 17:11 分类:问答Call action method in jQuery with Kohana php framework
In Asp.Net MVC I have used helpers to specify paths to actions and controllers, like this: var url = \"@Url.Action(\"OrderAction\", \"OrderController\")\";[详细]
2023-04-03 16:00 分类:问答Video Tutorial for Kohana3?
Is there any Video Tutorial for the Kohana3 ? or s开发者_如何学Goome easy way to study Kohana3.[详细]
2023-04-03 13:43 分类:问答Cannot connect to remote MySql Server in Kohana
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[详细]
2023-04-03 11:18 分类:问答