Library for tracking what is used
Is there a library to log what files and functions are used to load a particular view? I wouldn't want this to be visible by users, just a log that shows something like: IP opened URL. Controller...
View ArticleWritable directory question
My question is about work with /writable directory. Totally like the approach of setting index.php into separate folder and dividing writable files as separate. But when I tried to recreate the...
View ArticleLibrary Upload not working
I have a form to upload an image, but in the controller when I load the library upload and use do_upload () or display_errors (), I get the following message: A PHP Error was encountered Severity:...
View ArticleJSON Output in a Specific Format.
Hi, I'm trying to work out how to output some data in JSON with this specific format: '{"rows": [ {"Firstname": "John", "Lastname": "Smith" },...
View ArticleUsing initialize() in pagination with an external configuration
Hi, in the pagination docs it says Quote:You will NOT need to use $this->pagination->initialize() if you save your preferences in a config file. I have made this file and have a bunch of...
View ArticleLuthier - Updated
Hi guys and Happy Valentine's Day I have made substantial progress with the project, so I am happy to share it with the community. It is called Luthier, a set of classes that extend CodeIgniter and add...
View ArticleTutorial in the User Guide
Hi! I'm new to codeigniter and I installed it on my local server and tried following the user Guide Tutorial. Unfortunately, it's kinda vague. he author gives the code sometimes without telling you...
View Articlephp.ini codeigniter
I get this error when upload image The uploaded file exceeds the maximum allowed size in your PHP configuration file. How can I in crease can some one tell me where to place it or how to fix it? PHP...
View ArticleSession lock and header information
mulitiple query call then one stored procedure, but when i comment the procedure it works fine and i test on the mysql server and it works, i need to run the procedure for the output A PHP Error was...
View ArticleInput class probably bug
Hi, yesterday i've done some test on the CI input class, (CI version 3.1.3), and i've noticed that the superglobal arrays keys are filtered by regexp for $_COOKIE, $_POST and $_GET. The problem is, the...
View ArticleIgnited CRM
Hi guys, I am pleased to announce my next venture. Ignited CRM. (customer relationship manager) The full package to handle your customer's and suppliers. Allowing a beautiful interface to add users set...
View ArticleHow to use phpseclib by composer
Hi everybody, I need some help... I install the phpseclib Modul by composer, but how can I use the Library??? Code: include('Net/SFTP.php'); This Code will not work :-( Thanks for your help! Tom
View ArticleRegression: cannot convert a PDF to an image in 3.1.3
This changed somewhere between 3.1.1 and 3.1.3: https://github.com/bcit-ci/CodeIgniter/b....php#L1652 The added condition prevents converting a PDF to an image. getimagesize will always return false in...
View ArticleUsing ci-phpunit-test for Multiple Projects
The ci-phpunit-test library is great, but I am looking for a way for multiple projects to share it so that I don't have to add over 900 files to each project. Ideally, it would sit in a shared location...
View ArticleSessions with multiple domains going to one site
Please forgive me as I'm very new to Code Igniter. I had this project dropped in my lap and am trying to understand someone else's code. I made a separate website for a client with the same backend as...
View Articlecache_delete with uri segments
So the manuals says to call (example); PHP Code: $this->db->cache_delete('blog', 'comments'); And it works. However if I browse to blog/comments and do the following; PHP Code:...
View Articlephp documentation search function
Hi, I want to make my own documentation based on the codeigniter documentation template. I want to use the search function also but it the search.html file doesn't work in a codeigniter php...
View ArticleGet query results as their native data type?
Hi, I've a MySQL 5.6 database with an PHP7/Codeigniter3.1 app querying it. When I do a query and get the results with $query->get()->result_array() the array values are all strings and in the...
View ArticleNeed to Clear cookies before logging in
Can anyone tell me what possible issues can be when the bug is that logging in doesn't work (redirects to login again) and adding an item to my shopping cart (cart just stays at zero when pressing...
View Articleimplement angular with codeigniter
hi, i want to use angular js using ci. but i have no idea how to do this?? pls help me. king regards
View Article