Load custom language file BF $this->lang->load
Hi everyone Before I forcing a custom language to load with $this->lang->load("name_of_my_file_lang.php") What would be the new method to achieve the same result in the new CI4 ? Thanks
View ArticleError 500
Hi my friends, i have a problem witch my new hosting error 500, change the database connection and config.php line 17 change path $config['base_url'] = 'http://...' What is my mistake?, i nedd your...
View ArticleH1,H2 headings are to big
I have big H1, H2, H3, H4, H5, H6 Headers. How can I reduce that with CSS or there's another way. I know i'm a beginner and seems stupid question.
View ArticleProblem with large records
Hello, I'm just about to create a setup from my old database to the new database. Now I have the problem and do not know where I can change that. One of my tables has stored more than 9000 records and...
View ArticleUsing existing session data (from subdomain) in CodeIgniter
I have two websites on the same server - 1) subdomain.mydomain.com where users log in. I setup a session cookie with domain as .mydomain.com 2) my second website is at mydomain.com which is a CI...
View ArticleMessaging
If you users want to message someone and get a reply then you need to allow Private Messaging.
View ArticleCI 2.1.4 - PHP 5.6.30 - problem in using session
$this->session->set_userdata() OR $this->session->unset_userdata() causing 500 Internal Server Error. okay in localhost. only causing problem in server. CI Version : 2.1.4 PHP Version :...
View ArticleRewrite on Windows Server
Not really a CodeIgniter question, but maybe someone can answer it. I'm working in a project on Windows Server. There already are several web applications on it, written in native php. For a new...
View Articletransaction doesn't work properly
I'm looking for a case how `transaction` do it's job. In first case I write a `sleep(10000)` between two queries, then turn of the wamp server: PHP Code: $this->db->trans_begin();$q1 =...
View Articleautogenerator
Hello, fellow developer i created new package to generate coodeigniiter 3 controller models and views using cli tool. The package is not ready to real apss right now but have a look at it....
View ArticleSite Query Error
Hello Everyone i got this error in my site. Error Number: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near...
View ArticleHow to use multiple mvcs together
Hi! Lets say I like to create a crud for a table articles. So, I create Controller, Model and views for my articles. I display all articles in a view loaded from index() method. However, in this view...
View ArticleHow to make Isotope work with multi-filters and sort ascending / descending?
I’m trying to create a multi-filter menu of which one drop-down is to sort by most popular to the least popular. When I select “most” and “least” from the drop-down for the FIRST TIME, it works as...
View ArticleCodeIgniter 3.1.6 Released
CodeIgniter 3.1.6 was released today, with some changes and some bug fixes. Changes: Updated the 'redis' and 'memcached' session drivers to reduce the potential for locking race conditions; deprecated...
View ArticleSend email from a post
Hi guys, I would like that in the specific post posted by a user, the visitor interested in the ad could contact him by email. Just that I want everything to be on the same page, I do not want a page...
View ArticleHow do I create a nested view within a nested view?
I've been stuck on this for a few days now and can't seem to put the final piece of the puzzle in place. I've created a page of nested views that I populate with vars obtained from calls to models...
View ArticledropTable() not working when no database prefix set.
Hi, When I roll out migration ,the following error appears: D:\xampp\htdocs\ci4.dev\pms>php spark migrate:rollback CodeIgniter CLI Tool - Version 4.0-dev - Server-Time: 2017-09-25 20:22:32pm...
View Article[split] Routes naming request
Could you please introduce routes naming feature for Codeigniter? If we have that feature we dont have to go through all the view files and change routes names. only we have to do is change it in...
View ArticleRouting Question
Hi guys. I am trying to build some sort of registration/login thing with CodeIgniter. This is my first attempt so please let me know if you spot something outside the original issue. I have the...
View ArticleAndroid Development
I am looking to improve my android programming and want some study material available online for my study. It would be great to get some help here. I shall also be looking and if someone finds...
View Article