Display data week by week
On my model function it gets the total number of users that have joined up for this day in the week and then sets it on chart. Sun, Mon, Tue, Wed, Thu, Fri, Sat On my database table I have two users...
View ArticleAlternative Apache file caching system
Is it worth considering an Apache file caching system? http://www.anetizer.com/eureka-for-makin...oad-faster The technique uses canonical file names instead of the CI's time-stamp file naming system. I...
View ArticleReturn path is not set while using smtp protocol codeigniter
Hello all, I am usingh codeigniter email library to send emails. it's working fine but when I set my custom return path in this it always take by default return path as from email. I searched every...
View ArticleCodeigniter HMVC:Unable to locate the session class
Does anyone have answer for this question http://stackoverflow.com/questions/39092...on-library I have another problem with the same when i try to load a model i will get this error Message:...
View ArticleCodeigniter HMVC: Undefined property $db in model
http://stackoverflow.com/questions/39095...b-in-model Does anyone have an answer for this??
View ArticleSite runs on LOCALHOST but not on remote site
Hi there. I have got my site nicely running on my localhost running under AMPPS on my Mac. All is well. Loving CI especially after previous help rendered by helpful members of this forum! However, I...
View ArticleHelp me for google API
Hello ! I wanted to use the google API's master picker type google maps address. And see the amount of visitors google analytics. I try search on google but I only found old libraries, unusable. So I...
View ArticleMultiple form validation errors from one field.
Please my form validation returns multiple errors when only one field is empty. Please i don't want it to display an error from the field that was already filled before submitting. How can i fix this...
View ArticleKeeping post as localStorage
I have this script on my view below This submits my form for me. But what I am trying now to do is some how be able to keep the posted value so when i refresh or reload page it remembers what it has...
View ArticleCommunity Auth - User Levels
I have a pressing issue in which I have solved apart of it. My aim is to use Community Auth to verify and authenticate all my users based on specific roles, So far I have been able to implement a form...
View Articleproduct input with stock
Suppose i want to create a product such as milkshakes with is made of ice, milk & flavour. how can i control the material stock ?
View ArticleBash-igniter Create controllers, models, views and routes became much easier!!
Recently created a tool that facilitates our hard work instead of going there to copy the structure of a Controller, we can create it directly using the terminal. With Bash-igniter you can create...
View ArticlePHPMailer
hi, I'm using PHPMailer to send email. So in the php code I add my SMTP username, which is my gmail account and the SMTP password, which is my gmail account password. So my GMAIL ACCOUNT ACCESS is...
View ArticleGetting last months data from database
Hi there, I am trying to work out how I can get the previous months results from my database. This is what I have so far but I just cannot figure out what should be in the where line. PHP Code: public...
View ArticleError Handling
Hi to all developers... In CI documentation, I've read what I must do for error handling when finishing app development. And also I've design a custom 404 error page for a better and user friendly...
View ArticleHow to write this query in Codeigniter Active Record
how to write this query in active record format? SELECT COUNT(TotalBook) AS BooksRow FROM ( SELECT COUNT( BookID ) TotalBook FROM books GROUP BY Title ) src i need help
View ArticleAn online shop built with CodeIgniter 3
http://hop-mebeli.com - an online shop that sells furniture, built with CodeIgniter 3, Bulgaruan language.
View ArticleSelect Join for two columns in codeigniter
Hello everybody; Code: Table 1 id product_name location added_by updated_by added date 1 LENOVO St 23 2 1 2016-08-26 Table 2 id first_name last_name email 1 John...
View ArticleYour thoughs on seperate frontend and backend sessions
Hello When I use have set session in the past for front end and admin I have set them like Code: $this->session->set_userdata('admin', array('some admin array items')); And Code:...
View ArticleFTP Delete Using delete_dir
Hi, I have the following code to delete a folder & files on a remote server using the code ignitor ftp class, however am getting an error and i'm not sure why. Here is what i tried. Any help...
View Article