DB question: MySQLi encrypt connection
I've got a server with a self signed cert. It needs to be able to make a MySQLi connection with another server, and it must be an encrypted connection. Documentation is a little weak, but my experience...
View ArticleSession expiration different on local dev than live
I see $config['sess_expiration'] = 7200; However, when I inspect my cookie, I can see on the live site it expires after 1 year and it's constantly updating. And on my local dev env, I inspect the...
View ArticleA Database Error Occurred Error Number: 1054 Unknown column 'Array' in 'field...
I am getting the following error while adding the values to database . Though the values are being added in the database but the page with the errors shows up. A PHP Error was encountered Severity:...
View ArticleCodeIgniter Tutorial
CodeIgniter Tutorial.png (Size: 26.06 KB / Downloads: 5) Hi everyone... I have started today at codeigniter and i liked it... i followed the tutorial from beginin to the end but when i click on the...
View ArticleCszCMS Version 1.1.5
This new version of CszCMS brings many new features and redesign in the graphic interface for the backend. Integration With Google Analytics Change BackEnd with AdminLTE. Optional config Protect. and...
View ArticleHow to build an admin panel
Hello guys, I've been wondering what is the right way to start the admin panel. I mean I already have the admin pages, etc; but what I want is to block the access to the public, is there a way to do it...
View ArticleStop Going To Funtion When Click Delete Files Button
In my foreach loop I have a item called delete_files. When I click delete button in my foreach loop it removes the files from storage location and database. However every time I click on the button...
View ArticleGive your old self advice
If you could go back in time what advice would you give your old self when coding CI apps. Mine would be to make sure all your coding is consistent and view files are properly formatted as and when you...
View Article404 page not found
Hi there, I'm receiving the following error. All was well before taking the site live, I even changes the url from localhost to that of my domain on the config file. I have also set the url helper on...
View ArticleCI Way of Using Own Classes / Code
Hello. After searching, reading the CI docs, looking at several online CI project examples and a number of github projects I can't figure this out. What is the CI best practice to use for our own...
View Articleset_cookie does not work
I try to set a cookie for remember_me: PHP Code: $this->load->helper('cookie');...set_cookie(array( 'name' => $name, 'value' => $user, 'expire' =>...
View ArticleSSH tunnel for MySQL on remote server
Setting up an encrypted connection to MySQL on a remote server has not been possible, so I've spent many hours trying different "solutions", and I'm trying to get one working so I can test it out....
View Articlecheckbox
Hello, I use the CodeIgniter 3.0.1 (is too old for upgrade and I have lots of problems after it) So, this is the edit page of the product, the array is working insert on my db like as: a:1:{i:0;s:2:"1...
View ArticleAJAX Load Content No Page Refresh
Hi Friends this is my Simple Header Page with few link to call different pages. Whenever i click on any link it refresh whole page then display the page content. I want to do it in ajax way i.e,...
View ArticleHow to give permission
I'm a newbie to frameworks and i tried to use codeigniter but the page on the browser says i don't have permission to access it. How can i solve this? Thanks.
View ArticleGenerate Random User Images
Hi, I would like to know if any one knows if any Identicons library for codeigniter like stackoverflow user images. I found this but have no idea on how to set it up http://www.puls200.de/?p=316 I am...
View ArticleCannot Login it shows Object not found
admin/views/login.php Code: <?php $this->load->library('form_validation'); ?><?php echo validation_errors(); ?> <?php echo form_open('cpages/ceklogin'); ?> <div...
View ArticleChanges for Codeigniter
I would like to ask codeigniter team why they put index.php on config.php as $config['index_page'] = 'index.php'; when they know the first thing we do is remove that. so why not remove it from the start??
View ArticleURL
How can I mixing Segment-Based URLs with the Query Strings? I would like to use once the one, and other time the other formula.
View ArticleWhere should logic go [edited]
Hi, I'm building my CI structure. Is it a good practice to separate the logic in the controller? My goal is to make controller act like a router and just use the logic classes with namespace support....
View Article