Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Using class in model
Post: RE: Using class in model

neuron Wrote: (04-21-2017, 03:34 AM) -- As I know $this  in library does not reference to CI, it references library class itself. Thus in your code $this->load within library you need to get...
4,720 Views
2 Replies
04-21-2017, 03:37 AM
-V1cu-
    Thread: Using class in model
Post: Using class in model

Hey guys, I have a weird problem and i can't figure out how to solve it... I have a custom library User.php with de following code: PHP Code: -- defined('BASEPATH') OR exit('No direct script...
4,720 Views
2 Replies
04-21-2017, 03:19 AM
-V1cu-
    Thread: Help with .htaccess
Post: RE: Help with .htaccess

I have read both articles that u gave me and found a lot of good things there but still didn't figure out my problem...
5,209 Views
4 Replies
03-07-2017, 06:03 AM
-V1cu-
    Thread: Help with .htaccess
Post: Help with .htaccess

Hello guys, I have this structure of files and folders: Code: -- framework -- app ---- cache ---- config ---- controllers ---- models ---- .... -- system public -- assets ---- css ...
5,209 Views
4 Replies
03-07-2017, 04:20 AM
-V1cu-
    Thread: Question [DB Query Builder]
Post: RE: Question [DB Query Builder]

Narf Wrote: (09-08-2015, 01:04 AM) -- -V1cu- Wrote: (09-07-2015, 08:49 AM) -- PHP Code: -- FROM `table` `t` LEFT JOIN `table2` `t2` ON condition -- Is totally wrong... -- How's escaping th...
8,669 Views
5 Replies
09-08-2015, 01:09 AM
-V1cu-
    Thread: Question [DB Query Builder]
Post: RE: Question [DB Query Builder]

ivantcholakov Wrote: (09-07-2015, 11:47 AM) -- Code: -- $this->db->from('table AS t'); $this->db->join('table2 AS t2', 'condition', 'left'); -- -- I tried... Result is the same.
8,669 Views
5 Replies
09-07-2015, 12:07 PM
-V1cu-
    Thread: Question [DB Query Builder]
Post: Question [DB Query Builder]

Hello guys, I am a bit confused of some functions from the library DB Query Builder. I tried to use db->from, db->join in this way: PHP Code: -- $this->db->from('table t'); $this->db->joi...
8,669 Views
5 Replies
09-07-2015, 08:49 AM
-V1cu-

Theme © iAndrew 2016 - Forum software by © MyBB