kohana
Managing loads of web forms
I\'m currently working on a web project that is on a larger scale than I\'m used to. The website has a frontend for registered users which consists of 10 different subpages which all have forms.[详细]
2023-04-08 10:45 分类:问答Kohana 2 ORM: ->with() for has_many relations
We have a table for articles, and a table for locale data for articles. class Article_Model extends ORM {[详细]
2023-04-07 06:46 分类:问答Kohana 3 and the "Too many connections" error
I have a web application in production that manages an internal system and a web page, both in relation. Not only as a CMS+Web, both works like a user-control-system, requests-management, CMS and web.[详细]
2023-04-06 09:44 分类:问答custom nested routes with Kohana 3
I have a Articles model and a Category model, both with a url_slug variable (what I would like to show up in the url when looking for it. here is how I would like to have the URLs appear:[详细]
2023-04-06 07:37 分类:问答Posting JSON strings with Kohana 3.2 in PHP
When running normal post operations I use the following code: $request = Request::factory($url)->method(Request::POST)->post($params);[详细]
2023-04-06 04:43 分类:问答How to get new CAPTCHA image in kohana
I\'m using kohana 3.0 with kolanos-kohana-captcha-2ba7a6开发者_C百科a module from earlier versions. Everything works fine, but I can\'t figure out one thing: how do I create new captcha image for curr[详细]
2023-04-05 08:37 分类:问答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 分类:问答Lower case column names when using SELECT
I\'m using the Kohana framework and I need to convert column names to lowercase. I don\'t have control of the db table structure. I want to do the following:[详细]
2023-04-04 00:51 分类:问答Kohana 3.2.0 cannot output an image correctly
I have read the thread output image in a Kohana 3.2 view, but the code doesn\'t work on my computer. I wrote an action that outputs an image to the browser[详细]
2023-04-03 20:36 分类:问答