So..I\'ve created a controller inside a directory. application - classes - controller - api user.php and added the following route in my bootstrap
I have downloaded the Kohana Pagination module from Git and have been having some issues trying to use it.
I inherited this Kohana project and have little experience with it and ORM. Table structure is like this:
I\'m learning Kohana at the mo and encountering the following error when trying to extend a model to use ORM.
I run 开发者_JAVA百科with this default routing: Route::set(\'default\', \'(<controller>(/<action>(/<id>)))\')
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
I can\'t seem to chain some actions together, specifically this line of code: $messages开发者_开发知识库 = Request::factory(\'messages/get_messages\')->execute()->response;
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.
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
I created an input script. I write name and script post name into database. But I have error - ErrorException [ Notice ]: Undefined variable: result .