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.
We have a table for articles, and a table for locale data for articles. class Article_Model extends ORM {
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.
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:
When running normal post operations I use the following code: $request = Request::factory($url)->method(Request::POST)->post($params);
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
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.
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:
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