To make relationship between users was created a table that looks like. sql CREATE TABLE `friends`( `from` INT NOT NULL,
I have a hard time implementing uploadify inside开发者_StackOverflow中文版 kohana 3, what changes should I make to the originial uploadify.php? just making it the index function in a controller doesn\
I have had this website built for a few months and I am just getting on Kohana 3. I\'d just like to convert this K2.4 query builder to K3 query builder.
I\'m writing unit tests with PHPUnit. I now have about 100 methods written. Since these are for a Kohana framework application, I used its naming convention for the test methods as well, e.g.:
I have integrated PHPExcel library with Kohana 3, and have some problem wiht output xls file. When I tried create xls file on server (save on server file system) everything is all right, but when 开发
could you help me to find out how to insert aggregate function using Kohana - Jelly module? I.E. i need to show result of following query :
Is there an upgrade guide for Kohana 3.0.9 from 3.0.8开发者_开发问答. I\'m looking for something like what jQuery provides when they release a new version. It allows for a quick scan of the changes to
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 using Kohana 3 and have a /doctrine/Entites folder with my entities inside. When executing the code
Never had a question I couldn\'t google until now, and it may be a doozy: I have a PHP site that combines Wordpress with Kohana - Wordpress for the blog, and Kohana for the custom functionality. This