Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: custom cache direectory per controller?
Post: RE: custom cache direectory per controller?

Yes, it is possible to specify a directory within the cache directory on a per-controller basis. To achieve this, you can leverage a caching library or framework that provides flexible cache managemen...
1,576 Views
4 Replies
07-05-2023, 11:29 PM
KanitkarRana
    Thread: Need help converting SQL to ActiveRecord?
Post: Need help converting SQL to ActiveRecord?

Can anyone assist in converting this SQL query into ActiveRecord codeigniter? SELECT t.idkas, t.tglkas, ( SELECT (SUM(kredit))-(SUM(debet)) FROM kaskecil t2 WHERE t2.idkas
606 Views
1 Replies
07-05-2023, 10:47 PM
KanitkarRana
    Thread: What is the performance difference in CodeIgniter?
Post: RE: What is the performance difference in CodeIgni...

Both approaches of passing the Codeigniter superobject as a parameter or using $CI =& get_instance() have their own considerations. When passing the superobject as a parameter, you are directly inj...
745 Views
1 Replies
06-22-2023, 02:41 AM
KanitkarRana
    Thread: Are there Codeigniter libraries for Gearman?
Post: Are there Codeigniter libraries for Gearman?

I have developed an application with Codeigniter and I'm interested in utilizing the Gearman job queuing server to handle lengthy tasks in the background. However, I'm using the Net_Gearman PEAR libra...
724 Views
1 Replies
06-22-2023, 02:18 AM
KanitkarRana

Theme © iAndrew 2016 - Forum software by © MyBB