I have used Kohana on several projects now, as well as its included Authentication module with absolutely zero issues... until this particular client.
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
I want to upload some images to the server, but first of all i want them croped, and resized to some certain dimensions.
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.
I just started using Kohana and I\'m having some trouble rendering a simple view. I created the following controller:
I just can\'t seem to get my head wrapped around this... I have a few questions, please bear with me! :)
As of right now all of my controllers are mapped like this: http://example.com/index/index http://example.com/index/services
How do I get this to work? $stuff = ORM::factory(\'mytable\') ->with(\'user\') ->with(\'other_stuff\')
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
I am following documentation http://docs.kohanaphp.com/general/helpers . But these steps are not working in kohana 3.1 .