kohana
Undefined $input in kohana
So..I\'ve created a controller inside a directory. application - classes - controller - api user.php and added the following route in my bootstrap[详细]
2023-04-13 07:58 分类:问答Problems trying to use the Kohana pagination module
I have downloaded the Kohana Pagination module from Git and have been having some issues trying to use it.[详细]
2023-04-12 20:47 分类:问答Sort mysql results based on data from another table in Kohana
I inherited this Kohana project and have little experience with it and ORM. Table structure is like this:[详细]
2023-04-12 16:30 分类:问答Kohana ORM module not working
I\'m learning Kohana at the mo and encountering the following error when trying to extend a model to use ORM.[详细]
2023-04-12 14:23 分类:问答kohana routing not working properly
I run 开发者_JAVA百科with this default routing: Route::set(\'default\', \'(<controller>(/<action>(/<id>)))\')[详细]
2023-04-12 08:53 分类:问答Developing web pages in a multi site application
I\'m developing several web sites in Kohana using its template system so that one code base is running several web sites using the same back end DB. I\'m starting to see a lot of if statements in the[详细]
2023-04-12 01:59 分类:问答Chaining response in Kohana fails with undefined property exception
I can\'t seem to chain some actions together, specifically this line of code: $messages开发者_开发知识库 = Request::factory(\'messages/get_messages\')->execute()->response;[详细]
2023-04-12 00:46 分类:问答An idea about login script
At the moment I think about login script. Idea - when you submit login and password, they checks into model and if login and password is correct, script shows a message about completed login process.[详细]
2023-04-12 00:40 分类:问答Is there a way to compress output in kohana?
Well, i guess there are some ways to gzip html. Add ob_start(\'ob_gzhandler\'); 开发者_开发知识库to index.php or in the main app controller. But i hope there is a better solution. In addition i want i[详细]
2023-04-11 21:44 分类:问答Why do I get error : Undefined variable?
I created an input script. I write name and script post name into database. But I have error - ErrorException [ Notice ]: Undefined variable: result .[详细]
2023-04-11 06:31 分类:问答