kohana-3
Kohana 3 AUTH loggin issues on specific machines
I have used Kohana on several projects now, as well as its included Authentication module with absolutely zero issues... until this particular client.[详细]
2023-03-01 16:14 分类:问答PHP file upload - Track bytes uploaded with AJAX
I\'m trying to figure out if there\'s a way to get the progress of a file开发者_开发百科 upload with PHP and/or Kohana. My script can upload images, videos, zip, exe, whatever I want really. However t[详细]
2023-03-01 12:12 分类:问答kohana 3.0 resize image before uploading?
I want to upload some images to the server, but first of all i want them croped, and resized to some certain dimensions.[详细]
2023-03-01 05:29 分类:问答Kohana 3.1 Web Services Bootstrapping Based on Environment and Stored Like A Session
We are building a n-tiered style application in Kohana 3.1 which distributes JSONP开发者_Python百科 powered widgets to our partners based on a partner_id.[详细]
2023-02-27 09:47 分类:问答How to render a view in Kohana
I just started using Kohana and I\'m having some trouble rendering a simple view. I created the following controller:[详细]
2023-02-26 13:39 分类:问答Kohana 3.1: Calling a controller from within another; not returning data
I just can\'t seem to get my head wrapped around this... I have a few questions, please bear with me! :)[详细]
2023-02-26 13:37 分类:问答Remove "/index/" from URIs in Kohana 3
As of right now all of my controllers are mapped like this: http://example.com/index/index http://example.com/index/services[详细]
2023-02-26 05:34 分类:问答Tables not joining in Kohana 3.1 ORM
How do I get this to work? $stuff = ORM::factory(\'mytable\') ->with(\'user\') ->with(\'other_stuff\')[详细]
2023-02-26 05:13 分类:问答Kohana 3.1 ORM: How to make 'where ... in' clause
Thanks to Kohana\'s excellent documentation, I\'m having to resort to prostrate myself on SO. ;) Hopefully this is really simple: I\'m trying to gather all stories which belong to a certain group of[详细]
2023-02-24 10:15 分类:问答Creating Helper in Kohana 3.1
I am following documentation http://docs.kohanaphp.com/general/helpers . But these steps are not working in kohana 3.1 .[详细]
2023-02-24 02:37 分类:问答