-
Hello I am using Code Igniter 3. And I am creating forms using form helper.
I have set $config['csrf_protection'] = TRUE; in config.php
I have created a form on view with form_open() and closed wit…
-
I'm porting PHP web framework to Lua. All is going well except I need something to replace PHP getter `__get()`. In previous versions there was Indexable mixin with `index()` function, I need same for…
rafis updated
8 years ago
-
a tak nawiązując do tematu z https://github.com/lmsgit/lms/pull/590, który był ruszony przez @maciejlew, czyli robienie osobnych klas, żeby było bardziej obiektowo i jak to @chilek skomentował "to dob…
-
Your Framework support HMVC?
-
Hello!
Hope this is not repetitive I couldn't find this discussion anywhere else.
- What are the plans for 3.4?
- what's the current status?
- how can we help to move it forward?
Thanks!
##### Relea…
-
Hi kenjis:
I used Base_Input to extens CI_Input,and I have a function:
``` php
public function get_action_path($glue='/'){
global $RTR;
$module = $RTR->fetch_directory();
…
-
I've given the framework a bit of a restructure so it main files are outside of the web root by default and the only files that should be inside the web root are the templates, .htaccess and index.php…
-
For example not everyone wants all classes to be in a Container, i think most people will put in the ones that are commonly used like "view", "log", "db" ...
So not everyone will want to define and p…
ghost updated
9 years ago
-
what happend???
-
> My thinking is that "controller" is not sufficiently agnostic; the word comes with MVC baggage, yet it's use is very flexible
> [source](https://github.com/lhorie/mithril.js/issues/413#issuecomment-…