When I use the form::open in Kohana 3, I get this <form action=\"/my-site/index.php/bla\" method=\"post\" accept-charset=\"utf-8\">
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_C百科 Want to improve this question? Update the question so it can be answered with facts and citations
Re: Kohana v2.3.4. Do I have to create a new controller for every URL which uses segment 2? In other words, if I want my URLs to be:
I am planing to build a simple web dictionary s开发者_运维技巧ystem with Kohana 3. categories . website title;
I\'m using the ORM module in Kohana 3 and instead of displaying the first row of a database result set, what query should I use in my code when I want to get a random row from a cer开发者_Python百科ta
I\'m starting work with PHPUnit with Kohana. My application have many controllers which simply takes data from some form, validates and inserts/updates/deletes into/-/from database. How should I write
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\'m trying to update a record using the ORM library built in to Kohana 2.3.4. I\'m basically modifying the script I use to insert the record in the first place. My problem is the record is getting in
I\'m working on the admin section of a site using Kohana. I\'ve created a \"admin\" subfolder within the views folder to store admin views. I\'m also u开发者_StackOverflow中文版sing a modified instanc
I\'m using Kohana v3 for a web project, and today I found myself writing this: echo Html::an开发者_运维知识库chor(\'user/view/\'.$user->id, \"See user\'s profile\");