-
Hi!
First, it is not clear why there is no bat-script for Windows users? Ok... Take it:
``` bat
@echo off
@setlocal
set TASK=""
if not "%*"=="" set TASK=--task=%*
set KOHANA_PATH=%~dp0
"php" "%KOH…
-
Request::active() returns null. Request::main() returns the main request. The active request is the main, in this instance.
-
Packages aren't documented yet.
Modules & Hmvc should be separated as Modules aren't necessary for HMVC.
-
Uri::current() and Uri::main() (I'm not sure what the difference between these functions are) both drop the trailing slash from the URL.
calling: Uri::current() or Uri::main() from
http://example.co…
-
First of all great framework :) Quick question, would it be easy to call a response method (route) internally i.e. you would get the exact same data returned as if you visited the url in your browser…
-
First off great framework and thank you for your response before. I have another quick question. Would it be easy to create a method to call any route internally just as if you visited it from the u…
-
Due to HMVC, (essentially the need to render more than one form in same request) Form class should probably be converted to non-static. The (relatively) tight coupling with the Validation class is ano…
-
I've noticed at users management, picking the user at side-view for edit lauched 2 ajax calls.
I'm not comfortable to tweak bonfire JS
daK76 updated
13 years ago
-
the problem with this module is its can take views from only 1 directory (which is problem with hmvc)
i wrote up a fix that uses kohana:find_file to find the view (at application/views or models or …
rs324 updated
13 years ago
-
Seamless integration of custom user fields into the app.