Search feature displays all data from database?
This is my index.php view file <form class="form-inline" role="form" id="SJob" action="<?=site_url('search');?>"> <div class="col-md-6 col-md-offset-3 input-group">...
View Article[Solved] Cannot login with model my login function
I am using password password_verify for my password to check if correct. How ever I am entering the correct password but it keeps on returning false when submit form. And it is getting the...
View Article$this->db->get_where
Hi, Good day. I found this thing by mistake. 1) Controller Function Code: $id = trim($this->input->post('id')); $pw = md5(trim($this->input->post('pwd')));...
View ArticleCommunity Auth Support
Hey all, I'm spending more and more time with Laravel lately, but do try to check in once a day to see if anyone has questions related to Community Auth. Somebody tried to send me a support related...
View Article__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:...
View ArticleOpinion: Template Engine Integration RIP?
There has been lots of chatter about templating engines, and their support/integration/assimilation into CI4. I have taken a look at all the ones suggested/insistedon/beggedfor, and a few more: div,...
View ArticleClassFormerlyKnownAsTemplateParser
Compared to the template engines available, I think that the CI3 TemplateParser is misnamed, as was the CI2 ActiveRecord (which became QueryBuilder in CI3). The TemplateParser has been both slammed and...
View ArticleHi guys, its my first day. And i dont know how to link an image using CI.
Hello, i am using codeigniter for first time and i am trying to use any images, but i think there is a problem with folder permissions or something because links seems to be ok, but when i try to open...
View ArticleLooping file
Hello, Can anyone help me printing all the files that I have in uploads/ ? to the screen. Each pictures must be printed in each row. views/slideshows.php PHP Code: <table style="padding: 10px;">...
View Articlegallery error
An uncaught Exception was encountered Type: RuntimeException Message: Unable to locate the model you have specified: Gallery Filename: C:\Program Files...
View ArticleHook - Community Auth
Hello, I'm trying to use Community Auth on a fresh CodeIgniter install version 3.0.6. I follow all the installation guide but when I try to use, I have this message Code: A PHP Error was encountered...
View ArticleSlowing Down?
While CodeIgniter is executing.... Is there a way to know. Which part of the codes of CodeIgniter is the cause of slowing down while executing? If your answer is yes, then share it. If your answer is...
View ArticleHost giving me hassle about nameservers for sub domains
Hi, I was wondering if anyone else thinks this is a bit strange? I have a great host that provides great support. But today I had to set alternative name servers for a sub-domain and discovered I could...
View ArticleSessions destroys in CodeIgnitor
I have a PHP site written with CodeIgnitor 3. I store sessions in database table. The problem is sessions' destroys after about 30-40 minutes of it's life during day time, and after about 60-80 minutes...
View ArticleSetting & Hashing Cookies
Hi, I would like to know if any one has created hashes for Codeigniter Cookies before because I do not know how to set & hash cookie at the the same time for remember me login. Any ideas to get me...
View Articlesearch in codeigniter
hello i have 2 table 1 customer ----------------------------------------------------- id | cusname | phone 1 | any1 |00000 2 | any2 |12333 2...
View ArticleConfirm Form Resubmission when pressing back button
hi, i have problem to get back when pressing back button and show..... this msg.. Confirm Form Resubmission This webpage requires data that you entered earlier in order to be properly displayed. You...
View ArticleUnit Testing and Continuous Integration
Hi, I want to add Unit testing to my CI projects. I have seen there is ci-phpunit-test from kenjis. It seems nice however I came across TOAST and I quite like the 5 criteria that led to its creation:...
View ArticleWrong translation tags for french translation files form_validation_lang.php
Hello, I'm working on the translation files and I have noticed that some tags exist in the french language files but not in the english ones. In fact there are some typos on some french tags: Some...
View ArticleQuery bindings keep unwanted quotes around IS NULL
Hmm, CI throws this error: Code: A Database Error Occurred 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...
View Article