I am a fairly 开发者_JAVA技巧experienced PHP developer, who is new to kohana. I have built a website with Kohana, but after I uploaded to my server, I found part \"Controller Setup\" is unusually slo
I have a form containing some dynamic elements.These are basically text input boxes tha开发者_开发知识库t will contain phone numbers with a button to the right to delete the element.
I need to add some errors to the Validation helper in Kohana 3. Here is what I start with: // validate form
I need to quote a string a string in PHP using Kohana 3\'s Database library. In 2.3, all I had to do is $this->db->escape().
This is my callback for my usort() public function sortProperties($a, $b) { $sortA = inflector::camelize(str_replace(\'-\', \'_\', $this->sortBy));
I\'m a CodeIgniter user and I\'m taking a look at Kohan开发者_JAVA技巧a. First thing I noticed is that in the documentation every snippet starts with:
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I have been through a fair bit of the code in modules/datab开发者_运维技巧ase/classes/ but still have not found how to return the last insert Id.
I\'ve looked at how shadowhand (the main guy behind Kohana currently) set up his bootstrap.php file to handle exceptions on GitHub.
I\'m using Kohana 3. I\'m writing an update query, and it is working for everything except this one section.