I use the Kohana 3.2 framework.开发者_如何学运维 I have one variable with a static string. Code for index.php controller:
I have done the pagination in Kohana 3.1 using the following code in my controller page .How can I display the Pagination links in my view page ? Is this the correct way ??? or any issue with my code
I use Kohana 3.2, and when I insert in the index.php controller $query = DB::query(Database::SELECT, \'SELECT * FROM posts ORDER By id DESC\');, I see the error ErrorException [ Fat开发者_高级运维al E
I have the following script to output an image to the browser wich works fine. $file_to_output=$_SERVER[\'DOCUMENT_ROOT\'].\'/static/imgs/uploads/20110318172207_16.jpg\';
i just got a quick fix in kohana which is giving a problem, i have a base class and alot of the classes which extend base class.
This question already has answers he开发者_JS百科re: Closed 11 years ago. Possible Duplicate: Where is Kohana Version
I am using gallery3 which is written in kohana framework. I want to execute database query in a theme view file. the page output stops when it is encountering the query.
I would like to pass a parameter to a controller in Kohana... As开发者_如何转开发sume the following structure :
I\'m currently writing an application using Kohana 3.2, which is great, however the documentation leaves something to be desired.
I\'m using the Auth module for managing users inside Kohana. When I use the login($username, $password, $remember) method it succeeds validating the user but then when I ask if the users is logged in