Posts Tagged ‘

CodeIgniter

Integrating PHPList and CodeIgniter

Hello to all. It was a busy month ,so I haven’t updated this blog for soo loong. Now I give you a small bonus :) . I was busy with a lot of stuff including writing a library for CodeIgniter dealing with PHPList integration. Before implementing it, I googled a lot for a ready to use library on this particular subject. No luck. So I found myself writing it for an hour and think it is pretty good in doing its job, at least for me :) Here is the library Read more

CodeIgniter’s language management – improvement

Have you ever been annoyed by using the CodeIgniter’s language/localization functionality? I have been pissed by constantly repeating:

echo $this->lang->line('sample_label');

Read more