Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: $this->form_validation->error_array() not work
Post: $this->form_validation->error_array() not work

please help, i'll try this code in my localhost is working but not in may hosting server. PHP Code: -- public function register() { $this->load->library('form_validation'); ...
7,413 Views
0 Replies
12-11-2014, 03:01 AM
artha.nugraha
    Thread: CodeIgniter Translations
Post: RE: CodeIgniter Translations

wow.... this is a great one
49,782 Views
0 Replies
12-09-2014, 10:47 PM
artha.nugraha
    Thread: CI Forensics - A Profiler Debug Bar
Post: RE: CI Forensics - A Profiler Debug Bar

this is good
23,582 Views
0 Replies
12-04-2014, 10:50 PM
artha.nugraha
    Thread: Dev Tools in Firefox Developers Edition Browser
Post: RE: Dev Tools in Firefox Developers Edition Browse...

chrome already have it :)
5,684 Views
0 Replies
12-04-2014, 10:48 PM
artha.nugraha
    Thread: codeigniter in a subdirectory, some issues.
Post: RE: codeigniter in a subdirectory, some issues.

first .htaccess is fine. i suppose it's about base url on your config, plese check base url on config/config.php $config['base_url'] = "http://localhost/something/";
24,645 Views
0 Replies
12-04-2014, 10:44 PM
artha.nugraha
    Thread: Trouble with "default_controller" and "enable_query_strings".
Post: RE: Trouble with "default_controller" and "enable_...

yakiniku48 Wrote: (12-04-2014, 09:03 PM) -- If $config['enable_query_strings'] is TRUE on config.php, CI3 can't find default_controller. -- please try with this solution https://ellislab.com/forum...
4,927 Views
0 Replies
12-04-2014, 10:37 PM
artha.nugraha
    Thread: Strange (to me) routing behaviour
Post: RE: Strange (to me) routing behaviour

try this Code: -- RewriteEngine On RewriteBase /hi RewriteCond %{REQUEST_URI} ^system.* RewriteRule ^(.*)$ /index.php?/$1 [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUE...
6,962 Views
0 Replies
12-04-2014, 10:34 PM
artha.nugraha
    Thread: Upgrading CI3
Post: RE: Upgrading CI3

CI 3 is under development, can you share about your session issues here?
7,105 Views
0 Replies
11-20-2014, 09:07 PM
artha.nugraha
    Thread: Code Igniter vs Laravel
Post: RE: Code Igniter vs Laravel

Hi all, i'm new on CI. Still learn many things about CI. I also learned laravel. but now, I need some framework that have a litle learning curve and more speed when develop some project, and it's al...
145,945 Views
0 Replies
11-17-2014, 10:28 PM
artha.nugraha

Theme © iAndrew 2016 - Forum software by © MyBB