Looking for PHP developer job,So i need a resume structure..
I have completed MCA .And I have three month training on php developing Now I am trying to a good PHP developer job.I know a resume is a written compilation of your education, work experience,...
View Articlealways show index.php (error page)
Noob here I already install CI 3.1.2 in linux, with apache web server. But when i run it in web browser always direct to file index.php(show error reporting and etc) in early folder (folder project)....
View Articlecodeigniter database connection to google cloud SQL
I am unable to connect the codeigniter application to google cloud SQL, i need some help step n it.. My code is : $db['default'] = array( 'dsn' => '', 'hostname' =>...
View ArticleHow to track codeigniter?
Hello everyone and a happy and healthy new year! I m operating a wordpress website that codeigniter is installed within it.I need to track codeigniter with Google Analytics but it seems something is...
View Articleimage_create_gd
png's are not working in image_create_gd I have put error_reporting(E_ALL); ini_set('display_errors', 1); Bu there are no error messages, log messages or anything to what what the problem is Code:...
View ArticleModel in subfolder with same name as model in main folder
I noticed that if there is a model in a subfolder with the same name as model in the main folder, it is ignored in favor of the model in the main folder. How to reproduce: Download and install...
View ArticleMVC paths to folders alternative
Hi All, While I'm quite happy with the MVC pattern I'm wondering if it's possible to set up file pathing so that all files related to a 'page' say are in the one folder. That is, I'd like to place my...
View Articletriming on data submitting
Hi all, In CI 3.1 I can use trim condition if I want to make checks without trailing whitespaces PHP Code: $this->form_validation->set_rules('email', 'email', 'trim|required|valid_email'); But...
View Articlehelp with mysql query
Hi All, i have a table in mysql with the following data Code: Table name Test Assettype Serial_No Status location Mouse 123456 In Stock...
View Articleexport data to excel in php codeigniter
In this tutorial we will learn how to integrate Phpecxel library with codeigniter and how to export to excel in php, Phpexcel is a set of classes for the PHP programming language, which allow you to...
View ArticleHow to minus number in DB
PHP Code: function minus_set($id) { $this->db->trans_start(); $this->db->set('total_set', 'total_set - 1'); $this->db->set('price', 'price - 300.00');...
View ArticleBest way to extend namespaced modules
Hello there, I'm tinkering and discovering codeigniter 4, and now I face a scenario where I would like to ask which would be the best way to solve it. Let's say that I have a Blog controller in a...
View Articlesession.save_path ERROR
I was on version 3.0.6 and just upgraded to the latest version of CI hoping that my implementation of AWS Elasticache using Memcached for $_SESSION would work without the errors I was getting on 3.0.6....
View ArticleLuthier (alpha)
Hi I've developed a mod for CodeIgniter called Luthier to improve the routing system and add middleware functions to the controllers. It's an alpha version so I don't recommend you to use in production...
View Articlecodignighter ajax history
Hi all first of all let me wish your all a great year. I have a problem i have a main html page with a <div id="upt-contents"></div> When a user clicks a button or link it calls a function...
View ArticleCodeIgniter 3.1.3 Released
CodeIgniter 3.1.3 was released today, with some critical security fixes, as well as numerous bug fixes. Security: Fixed an email handling issue, and an XSS vulnerability, as well as some CSRF...
View ArticleHMVC not work in CI 3.1.3 But works 3.1.2
Hello, I am not sure what has changed but can not seem to get HMVC to work in Codeigniter 3.1.3 works fine 3.1.2 I had a look here http://www.codeigniter.com/user_guide/ch...-for-3-1-3 Could not see...
View ArticleCI 3.1.3 upgrade from 3.1.2 does not allow database sessions to work
I'm having some issues tonight. Today of course there was an announcement that CI version 3.1.3 was released. So, I ran my development builder for Community Auth, and can't log in. By default the...
View ArticleLogging library or helper?
I want to create a logging function to log actions from my system to a database table, so that i can track what user made what change to the system. Would i best create a helper or a library for this?...
View Articlesystem/core/loader.php error line 1381 on CI 3.1.3 download
Hye, There is an error on system/core/loader.php line 1381 when you download the last version of CI via codeigniter.com (i try today 10 january at 20h30 Paris France). Otherwise, on github, no error....
View Article