-
I'm developing a Codeigniter application that requires internationalization (i18n) support.
I'm using CI-Smarty (Smarty 3) as a template solution, and Internationalization (i18n) for CodeIgniter 2.x,…
-
I did as told in the read me, it's not deploying. I checked the file permission, but in vain.
-
hi
how do you catch a error using this ?
if ?
-
I'm new on CI and while copying of simplicity files I can't understand if I have to overwrite the your MY_Loader file over the HMVC MY_Loader and/or if I have to do other modifications on the other fi…
-
When I tried to create user with `store_salt` to `FALSE` it is giving below error
``` php
$config['salt_length'] = 10;
$config['store_salt'] = FALSE;
```
**Here is the error**
``` php
Error Number…
-
A bit of a large request, but something I think you'd appreciate in the long run.
I'd like to suggest you move the code into an MVC framework, my suggestion being CodeIgniter (there are others of cou…
-
Hi,
Is there online demo page that is using Nette's XSS protection? I want to test how Nette's performs in different context (URL, script, attribute and Standard HTML context )...
In case of HTML Pu…
-
Hi, this looks like a bug:
the session "set-cookie" header is sent as many times as we manipulate the SESSION variable:
```
$f3->set('SESSION.var1','data1');
$f3->set('SESSION.var2','data2');
$f3->se…
-
This problem occurs when using Chrome and Firefox (didn't test other browsers), whether the server is a local CentOS server, or on an Amazon EC2 server behind a load balancer;
The logout function in …
-
While I really like the features of Mustache, I don't like its delimiters. For example, Netbeans struggles with auto-formatting Mustache files. Also, I don't think it's nearly as readable as other opt…