Specialist Codeigniter Developer Required
I am based in the North West of England and I have used an overseas developer to create two web applications using the Code Igniter Framework. The two applications talk to each other however, I wish to...
View ArticleController + Model vs Ultra-slim controller that barely does anything + Library
(I'll apologize in advance, because the number of problems increased from the basic one mentioned in the title to some more while writing this post...) Hey guys. I've been trying to implement a small...
View ArticlePostgreSQL application_name
PostgreSQL allows you to name the connections to the application_name. Thus, the database log can I know which application ran that query. In config/database.php does not have this parameter, there...
View Articleemail sending issue
I want to echo an email address i am getting from a model in controller, right now here's how i'm doing it $data['records']['email'] but it won't allow me to echo it inside $this->email->to()...
View ArticleObjects in CI, are they ever used?
Are they? In the controller file, I mean. I dont see the new operator used much or other objects instantiated. New to CI.
View ArticleImport csv long file into sqlite database takes too long
I want to insert al large csv file (2500 rows) into a sqlite database. On my lokal computer (xampp) the import takes about 3 minutes. This project on a real linux webserver takes enless time. What is...
View ArticleIntroducing Around Singles - dating site for local singles
Hi everybody, I'm pleased to introduce my project to the CodeIgniter community. Around Singles is a dating site for local singles: https://www.aroundsingles.com I have been working on this project for...
View ArticleMulti-Step Form Data Storing
I have a rather large mobile form that i've split up into 6 steps. It's been a while since i've created a wizard type flow process, and wondered what is the best practice way to set this up these...
View ArticleCommunity Auth with bootstrap-session-timeout
Hi. I want to use Community Auth with bootstrap-session-timeout (https://github.com/orangehill/bootstrap-session-timeout). Everything OK, but I don't know how to extend session time by 'keepAliveUrl'...
View ArticleHow to include Codeigniter from external page?
I want to be able to check a page outside of the CodeIgniter environment to see if a user is logged in. My setup might be as follows: test.php /codeigniter/index.php In my CodeIgniter application, I...
View Article[Solved] Count Users By Month
On database column date_reg looks like 2016-08-17 I would like to be able to count how many users have joined up in that month I tried $string = explode('-', 'the_row_from_db'); but did not work....
View ArticleHow to share facebook button
Hi All! i have problem with set facebook share button in my website. When i click on facebook button in my page, it will show only my website title and doesn't image or text of my page. Please help to...
View ArticlePassing Json Data From Controller To View For Morris.js Bar Chart
I am using morris.js bar chart I am a bit confused on how to pass json data to it from my controller function. My xkey is the days and user data is the count. Code:...
View ArticleDesigning Responsive Emails
White papers on designing Responsive emails desktop and mobile PDF Downloads
View Article404 page after upgrade
Hi there, I was using CI3 for a while, and recently I wanted to catch up with the latest update. I first upgraded to from 3.0.0 TO 3.0.1 and all went well. But from 3.0.1 to 3.0.2 throws a 404 page...
View ArticleEnable Browser Caching in Codeigniter 3
Hello, after upgrading from CI 2 to CI 3 using http://www.codeigniter.com/userguide3/in...e_300.html as instruction, I'm currently having the following issue. In CI 2 I could use the Back button of the...
View Articleautocomplete
hallo aku punya skrip autocomplete seperti ini controller: public function ngisi() { // tangkap variabel keyword dari URL $keyword = $this->uri->segment(3); // cari di database $data =...
View ArticleHow i calculate number of view of page
Hello there, Currently, I am working on a website for sharing stories like small blogs . I am trying to know the number of views in a particular post or story . Is any plugin or library provide this,...
View ArticlePDO connection via odbc
We are using PHP 5.3x with CodeIgniter 3.0.4 , and FreeTDS 8 to connect to MSSQL server 2008. We need to use a pdo connection with the odbc driver. How do we setup our database config? We tried to set...
View Article