Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: codeigniter auth0
Post: codeigniter auth0

Hi, Does anyone can help me how to make app in codeigniter which will manage users on auth0? I do manage to make login with php basic, but I can't list all users, delete, or update. I didn't fi...
4,532 Views
2 Replies
07-07-2016, 07:12 AM
vladakg
    Thread: codeigniter $_FILES upload
Post: RE: codeigniter $_FILES upload

$this->input->post('some_data', TRUE); But I set $config['global_xss_filtering'] to TRUE.
7,957 Views
6 Replies
06-11-2016, 02:15 AM
vladakg
    Thread: codeigniter $_FILES upload
Post: RE: codeigniter $_FILES upload

Narf Wrote: (06-08-2016, 11:11 AM) -- There is no special "syntax" for accessing $_FILES, nor is there a way to interact with any such file before it is uploaded. There's also no particularly good...
7,957 Views
6 Replies
06-08-2016, 01:07 PM
vladakg
  Video Thread: codeigniter $_FILES upload
Post: codeigniter $_FILES upload

In Codeigniter syntax for normal PHP code $_POST['name'] is $this->input->post('name'). Does anyone knows what is syntax in CI for $_FILES['file']? I don't want to upload, I want to catch file and ...
7,957 Views
6 Replies
06-08-2016, 09:57 AM
vladakg
    Thread: codeigniter pagination sorting one page
Post: codeigniter pagination sorting one page

Hi, I got one task to done, but I don't have idea how to do. I use Codeigniter 2.x, and I need to read data from mysql and list in one table, table should have pagination and sorting possibility, b...
2,197 Views
1 Replies
05-24-2016, 11:07 AM
vladakg
    Thread: codeigniter parser php issue and set value in form
Post: codeigniter parser php issue and set value in form

I use Codeigniter 2.x and this is function in my controller: Code: -- $query = $this->users_mod->changeProductData($idPro); $url = base_url(); $data = array(              'ap_heading' => 'Ed...
2,578 Views
1 Replies
04-24-2016, 04:18 AM
vladakg
    Thread: Codeigniter Dropbox Upload
Post: RE: Codeigniter Dropbox Upload

Finally I figure out how to upload file into dropbox, but now I can't figure out how to manage to split this code to view and controller: PHP Code: -- Upload File
9,595 Views
7 Replies
02-06-2016, 03:22 AM
vladakg
    Thread: Codeigniter Dropbox Upload
Post: RE: Codeigniter Dropbox Upload

I did figure out that is problem with cURL function cause isn't enable in PHP 5.5 and above. Instead of that I should use cURLFile function but I don't know how to manage that. Please help me!
9,595 Views
7 Replies
02-05-2016, 01:15 PM
vladakg
    Thread: Codeigniter Dropbox Upload
Post: RE: Codeigniter Dropbox Upload

When I call function for file uploading in dropbox I getting error: Message: curl_setopt(): The usage of the @filename API for file uploading is deprecated. Please use the CURLFile class instead ...
9,595 Views
7 Replies
02-04-2016, 02:41 PM
vladakg
    Thread: Codeigniter Dropbox Upload
Post: RE: Codeigniter Dropbox Upload

When I ask in way you said I got answer to see link I wrote in my question :)
9,595 Views
7 Replies
02-04-2016, 09:15 AM
vladakg
    Thread: Codeigniter Dropbox Upload
Post: RE: Codeigniter Dropbox Upload

Just anyone can help me to call function in controller for upload and setup?
9,595 Views
7 Replies
02-03-2016, 02:41 PM
vladakg
    Thread: Codeigniter Dropbox Upload
Post: RE: Codeigniter Dropbox Upload

Can anyone help me with this? I suppose I should call some function from library 'dropbox' but I don't know which, how, and what is my path..
9,595 Views
7 Replies
02-03-2016, 12:50 PM
vladakg
    Thread: Codeigniter Dropbox Upload
Post: Codeigniter Dropbox Upload

Hi, Isn't anybody helps me to upload file to dropbox with codeigniter? I did found this http://jimdoescode.blogspot.rs/2011/07/codeigniter-dropbox-api.html (http://jimdoescode.blogspot.rs/2011/0...
9,595 Views
7 Replies
02-02-2016, 11:09 AM
vladakg
    Thread: CodeIgniter Admin Panel Tutorials
Post: RE: CodeIgniter Admin Panel Tutorials

http://www.tutorials.kode-blog.com/codeigniter-admin-panel under number 3 has written "The attached tutorial file already has the files and directories. ", but I haven't seen any attached files.
13,253 Views
4 Replies
11-06-2015, 01:55 AM
vladakg
    Thread: CodeIgniter Admin Panel Tutorials
Post: RE: CodeIgniter Admin Panel Tutorials

Where I can found tutorial files which I need for steep 3?
13,253 Views
4 Replies
11-03-2015, 02:55 AM
vladakg
    Thread: list menu and submenu from two table
Post: RE: list menu and submenu from two table

mwhitney Wrote: (10-21-2015, 12:55 PM) -- You're probably looking for more specifics, but, as a start: - Build a model which uses query builder or db->query() to retrieve the list from the tables. D...
6,060 Views
3 Replies
10-24-2015, 04:42 AM
vladakg
  Question Thread: list menu and submenu from two table
Post: list menu and submenu from two table

Hi, I am new in codeigniter and I need help off course for one problem. I have two tables, menu and submenu. Table menu: id_menu, menu_name 1, Menu 1 2, Menu 2 3, Menu 3 Table submenu; i...
6,060 Views
3 Replies
10-21-2015, 07:49 AM
vladakg

Theme © iAndrew 2016 - Forum software by © MyBB