kohana
Getting error: undefined variable; what to do?
I use the Kohana 3.2 framework.开发者_如何学运维 I have one variable with a static string. Code for index.php controller:[详细]
2023-03-31 13:21 分类:问答Kohana 3.1 Pagination Links Issue
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[详细]
2023-03-31 12:08 分类:问答I can't connect to database
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[详细]
2023-03-31 07:30 分类:问答output image in a Kohana 3.2 view
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\';[详细]
2023-03-31 04:05 分类:问答how to get controller and action name in Kohana
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.[详细]
2023-03-30 15:59 分类:问答Finding version of kohana used in project [duplicate]
This question already has answers he开发者_JS百科re: Closed 11 years ago. Possible Duplicate: Where is Kohana Version[详细]
2023-03-30 07:41 分类:问答Kohana Database query in a view file
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.[详细]
2023-03-29 20:40 分类:问答how to pass "/home/blah/blah" as a parameter in Kohana
I would like to pass a parameter to a controller in Kohana... As开发者_如何转开发sume the following structure :[详细]
2023-03-29 20:20 分类:问答Kohana 3 Updating/Adding Related Entries
I\'m currently writing an application using Kohana 3.2, which is great, however the documentation leaves something to be desired.[详细]
2023-03-29 12:35 分类:问答User is not properly logged in Kohana with Auth module
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[详细]
2023-03-28 15:51 分类:问答