Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CodeIgniter edit checkbox showing error
Post: CodeIgniter edit checkbox showing error

My code is :                                                                                   
4,739 Views
3 Replies
07-07-2018, 11:47 PM
azmath
    Thread: CodeIgniter HMVC error
Post: CodeIgniter HMVC error

1st time setup CodeIgniter HMVC. when i run code i face this error.  An uncaught Exception was encountered Type: Error Message: Call to undefined method MY_Loader::_ci_object_to_array() Filename:...
6,592 Views
3 Replies
06-08-2018, 10:01 PM
azmath
    Thread: Which browser do you guys recommend?
Post: RE: Which browser do you guys recommend?

Use firefox: firebug addons for firefox for developer
128,878 Views
97 Replies
06-04-2018, 01:36 AM
azmath
    Thread: Image Upload Problem
Post: Image Upload Problem

Model Page: crud_model.php  
2,133 Views
1 Replies
05-31-2018, 01:03 AM
azmath
    Thread: MySQL commend to CodeIgniter
Post: MySQL commend to CodeIgniter

SELECT COUNT(*) FROM job_progress WHERE status='Runing';  This is MySQL commend please help me for CodeIgniter commend.
2,267 Views
2 Replies
05-30-2018, 01:55 AM
azmath
    Thread: how to generate Custom id in codeigniter
Post: how to generate Custom id in codeigniter

Code: -- $cc = $this->db->count_all('job_card'); $coun = str_pad($cc,4,STR_PAD_LEFT); $id = "JI"."-"; $d = date('y') ; $mnth = date("m"); $customid = $id.$d.$mnth.$coun; -- Help me: I am genera...
5,128 Views
2 Replies
05-29-2018, 09:49 PM
azmath

Theme © iAndrew 2016 - Forum software by © MyBB