Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: simple question about select .. where
Post: simple question about select .. where

Good day! This is my table 'test' CREATE TABLE `test` (  `id` int(11) NOT NULL AUTO_INCREMENT,  `n` varchar(100) NOT NULL,  PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARS...
1,550 Views
1 Replies
05-22-2019, 02:10 AM
Sarog
    Thread: load library to other libraries
Post: load library to other libraries

Good day! I have my library Curl.php. And i'm going to load this library to my different libraries. If i have one library, this situation is: lib1.php PHP Code: -- $this->ci =& get_instance()...
3,232 Views
3 Replies
11-06-2018, 06:51 AM
Sarog
    Thread: directory and controller
Post: directory and controller

Good day. I have empty directory in '/temp' and controller '/application/controllers/Temp.php'. If i open link 'mysite.com/temp' i does'n see echo from Temp.php. I see file from directory '/temp'....
2,472 Views
2 Replies
01-18-2018, 03:17 AM
Sarog
    Thread: Make the program more correct
Post: Make the program more correct

Good day! This is a simple view of my program. I have many controllers that look something like this PHP Code: -- class Home extends CI_Controller { private $data; public function __construct...
2,582 Views
1 Replies
06-11-2017, 01:36 PM
Sarog
    Thread: Routes file doesn't work
Post: RE: Routes file doesn't work

change directory application/users/registration.php to application/view/users/registration.php
5,576 Views
6 Replies
06-06-2017, 10:56 PM
Sarog
    Thread: __construct my bad code with Ion Auth
Post: RE: __construct my bad code with Ion Auth

I'm sorry. for understanding how it works, I took only some functions in Ion Auth/ I don't see MY_Controller
7,029 Views
5 Replies
07-19-2016, 04:20 PM
Sarog
    Thread: __construct my bad code with Ion Auth
Post: __construct my bad code with Ion Auth

Good day I use authorization with Ion Auth. Registraition work and all good, but my code is so bad. I use it each controller in order to understand whether the user is registered.  PHP Code: -- pri...
7,029 Views
5 Replies
07-19-2016, 03:56 PM
Sarog
    Thread: simple problem with session (login)
Post: simple problem with session (login)

Good day. I broke my brain with this problem. This is code in controller Login PHP Code: -- private $logged_in; private $login; public function __construct() { parent::__construct(...
2,314 Views
1 Replies
07-02-2016, 05:35 AM
Sarog
    Thread: Fonts problem
Post: Fonts problem

Good day. I have a problem with the fonts downloading. In chrome and opera all is well. In firefox i have these problems, when i open main page (poteatram.ru (www.poteatram.ru)). When i open anot...
1,890 Views
0 Replies
03-03-2016, 06:07 AM
Sarog

Theme © iAndrew 2016 - Forum software by © MyBB