Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: What tools do you use for frontend, CRUD and speed up development?
Post: RE: What tools do you use for frontend, CRUD and s...

I'd like also to recommend parsleyjs (http://parsleyjs.org/), a free JS plugin for form validation an alternative to FormValidation.io
15,455 Views
8 Replies
05-11-2015, 06:58 AM
vrsotto
  Exclamation Thread: CI3 Multiple file upload: Custom error message ($this->upload->display_errors())
Post: RE: CI3 Multiple file upload: Custom error message...

Avenirer Wrote: (04-23-2015, 05:51 AM) -- GG. Also, I did a pull request on CodeIgniter's github repo: https://github.com/bcit-ci/CodeIgniter/pull/3797. Hope it will get approved. If not, you can at ...
12,371 Views
4 Replies
04-23-2015, 09:19 AM
vrsotto
    Thread: CI3 Multiple file upload: Custom error message ($this->upload->display_errors())
Post: RE: CI3 Multiple file upload: Custom error message...

Avenirer Wrote: (04-22-2015, 11:16 PM) -- There is not multiple file upload library in CodeIgniter... as I know of... So if you have problems with this you can at any time show us your code :) Or... ...
12,371 Views
4 Replies
04-23-2015, 05:17 AM
vrsotto
    Thread: CI3 Multiple file upload: Custom error message ($this->upload->display_errors())
Post: CI3 Multiple file upload: Custom error message ($t...

Hi All!, My multiple file uploading is working just fine. But how do i customize/alter file upload error message(s)? let say i have 4 files uploads, 2 files are invalid with each corresponding erro...
12,371 Views
4 Replies
04-22-2015, 11:43 AM
vrsotto
    Thread: [Solved] Curious: $this->upload->display_errors();
Post: RE: [Solved] Curious: $this->upload->display_error...

Ah, Yes. Got the point! Thanks! gadelat Wrote: (04-04-2015, 11:44 AM) -- Yes. display_errors() outputs uploading errors for all of the files, doesn't matter if files were uploaded one by one. Remo...
12,521 Views
2 Replies
04-04-2015, 01:18 PM
vrsotto
    Thread: Validation with variables
Post: RE: Validation with variables

from your Ajax to CI. I think its possible, you can pass $_POST variable to any class (controller) in CI. you'll need to use some callback function. please check http://www.codeigniter.com/userguide3/...
22,658 Views
11 Replies
04-04-2015, 10:33 AM
vrsotto
    Thread: Validation with variables
Post: RE: Validation with variables

Hello ruiganga , It would be nice if you could show some codes and and further explain what kind of validation you need.
22,658 Views
11 Replies
04-04-2015, 10:16 AM
vrsotto
    Thread: [Solved] Curious: $this->upload->display_errors();
Post: [Solved] Curious: $this->upload->display_errors();

Hi I'm able to do multiple uploads using the following codes (bellow). on $config (req. var in $this->process_file_upload($field_file_name, $config)), i set allowed file types to "jpg|gif|png". So,...
12,521 Views
2 Replies
04-04-2015, 10:11 AM
vrsotto
    Thread: CI3 Composer
Post: RE: CI3 Composer

rfulcher Wrote: (02-18-2015, 05:13 AM) -- When you say "On My System" you are referring to the operating system "Mac, Linux, Windows". Correct! -- Yes
10,651 Views
0 Replies
02-18-2015, 07:42 AM
vrsotto
    Thread: Check method/function exist with Controller
Post: RE: Check method/function exist with Controller

Ahh, thank you guys. very much appreciated all your help.
11,640 Views
4 Replies
12-14-2014, 04:44 AM
vrsotto
    Thread: Check method/function exist with Controller
Post: Check method/function exist with Controller

Hi guys, can anyone please help, how can i check if method/funcion exist within class/controller? say: PHP Code: -- class User extends CI_Controller {    public function __construct() {  ...
11,640 Views
4 Replies
12-11-2014, 09:02 PM
vrsotto
    Thread: CI3: Multiple File Upload
Post: CI3: Multiple File Upload

Hi Guys, Basing from http://www.codeigniter.com/userguide3/libraries/file_uploading.html I'm trying to implement method ('process_upload'), that would upload multiple files. the idea is basically f...
5,663 Views
0 Replies
12-06-2014, 09:27 AM
vrsotto
    Thread: Set Default Controller under Sub-Directories in CI3
Post: RE: Set Default Controller under Sub-Directories i...

Hi sv3tli0, so, is this bug for CI3?
6,547 Views
0 Replies
12-04-2014, 06:43 AM
vrsotto
    Thread: Set Default Controller under Sub-Directories in CI3
Post: Set Default Controller under Sub-Directories in CI...

Hi guys, just wondering if any of you have encountered this issue. i was testing, running CI3 under in my local development. my current development setup, is i moved "application" and "systems" fol...
6,547 Views
0 Replies
12-04-2014, 03:00 AM
vrsotto
    Thread: Run CI under Wordpress root directory
Post: RE: Run CI under Wordpress root directory

@Rufnex it work now. basically i moved "application" and "system" folders up from root directory. put all files and folders of "public_html" up one level. thanks so much for your help!
12,487 Views
0 Replies
11-26-2014, 10:19 PM
vrsotto
    Thread: Run CI under Wordpress root directory
Post: RE: Run CI under Wordpress root directory

@Rufnex, your second method partially work. like if i type http://www.wp-project.com/ciproject, it will bring me to page "index of /ciproject" with list links "parent directory" and "public_html". cli...
12,487 Views
0 Replies
11-25-2014, 07:02 PM
vrsotto
    Thread: Run CI under Wordpress root directory
Post: RE: Run CI under Wordpress root directory

Hi Rufnex and sv3tli0, here are the .htaccess for both.  WP: this is in the main root directory (something, /var/www)  # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index...
12,487 Views
0 Replies
11-25-2014, 08:39 AM
vrsotto
    Thread: Run CI under Wordpress root directory
Post: Run CI under Wordpress root directory

Hi Guys, I'm wondering if anyone came across with this issue. basically, under the root directory are Wordpress core files and folders. now, my CI project folder is also in the root. my problem is,...
12,487 Views
0 Replies
11-25-2014, 02:03 AM
vrsotto

Theme © iAndrew 2016 - Forum software by © MyBB