Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How long will CodeIgniter 3 be supported for?
Post: RE: How long will CodeIgniter 3 be supported for?

When CodeIgniter 6 is released.
7,284 Views
5 Replies
05-27-2017, 03:07 AM
AzrielOmega
    Thread: GZip Compression for Website with Ajax
Post: RE: GZip Compression for Website with Ajax

Try this: 1. Open php.ini 2. Add zlib.output_compression=On 3. Save 4. Reset server (if needed)
11,256 Views
6 Replies
04-20-2017, 09:31 PM
AzrielOmega
    Thread: Image upload support in wysiwyg
Post: RE: Image upload support in wysiwyg

I'm using KCFinder (https://github.com/sunhater/kcfinder) but it looks like a deadware now so I'm finding an alternative one RichFilemanager (https://github.com/servocoder/RichFilemanager) is under...
5,096 Views
4 Replies
03-12-2017, 10:12 AM
AzrielOmega
    Thread: The Awesomeness of Transactions
Post: RE: The Awesomeness of Transactions

Very interesting thread. So where can I learn more about mySQL transaction. I always want to know how to improve the performance of mySQL actions. P/S: just found one. https://www.codeigniter.com/use...
4,033 Views
2 Replies
03-12-2017, 09:48 AM
AzrielOmega
    Thread: Excel(csv) import with simple validation
Post: RE: Excel(csv) import with simple validation

Load into an array and use foreach and if else to check I found this mySQL solution, only need to convert to CI query builder http://stackoverflow.com/questions/3164505/mysql-insert-record-if-not-exi...
4,981 Views
2 Replies
03-09-2017, 06:40 AM
AzrielOmega
    Thread: Someone likes us
Post: RE: Someone likes us

And waves and waves of articles tell us how Laravel is better than CodeIgniter... And when I try to defend on CodeIgniter, people looks at me like I was one of the anti vaxxers. I wish when CI 4 being...
7,835 Views
6 Replies
02-26-2017, 08:45 AM
AzrielOmega
    Thread: Codeigniter Unable to join the table properly
Post: RE: Codeigniter Unable to join the table properly

First, if one product belong only for one category, you don't need t_cp_link table. Just add CategoryID column to Product table You don't need CategoryID in Product Pack table either, if the ProductID...
2,998 Views
2 Replies
02-23-2017, 08:22 PM
AzrielOmega
    Thread: composer
Post: RE: composer

I hate it too. But if people thinks it is useful and comfortable with it, so be it. People likes to says things like: "why not using this, why not using that", "that is popular, this is trending......
10,587 Views
10 Replies
02-23-2017, 05:46 PM
AzrielOmega
  Wink Thread: No input file specified - htaccess and /?/ after base_url
Post: RE: No input file specified - htaccess and /?/ aft...

It works like a charm. Thank you so much for the sharing. I set uri_protocol to REQUEST_URI and here is my current .htaccess file Code: --    RewriteEngine On    # NOTICE: If you get a 404 ...
8,011 Views
2 Replies
12-02-2016, 12:53 PM
AzrielOmega
    Thread: No input file specified - htaccess and /?/ after base_url
Post: No input file specified - htaccess and /?/ after b...

Hosting provider updated their server today to PHP 5.6.25. After the update, all pages (except homepage) of my website just throw the error: No input file specified. After check on internet I found th...
8,011 Views
2 Replies
12-02-2016, 06:18 AM
AzrielOmega
    Thread: Sharing session between wildcard subdomain
Post: RE: Sharing session between wildcard subdomain

After a few tries, I gave up and created a visual domain http://dev.local/ on my computer instead of using localhost. Now everything work fine. Turn out using localhost with port was not my brightest ...
8,088 Views
5 Replies
11-16-2016, 06:01 AM
AzrielOmega
    Thread: Sharing session between wildcard subdomain
Post: RE: Sharing session between wildcard subdomain

Found a way to handle all sites: PHP Code: -- $subdomain = array_shift((explode(".",$_SERVER['HTTP_HOST']))); if (in_array($subdomain, array('en','fr'))) { $config['cookie_domain'] = $subdomain...
8,088 Views
5 Replies
11-15-2016, 01:36 AM
AzrielOmega
    Thread: Sharing session between wildcard subdomain
Post: RE: Sharing session between wildcard subdomain

You are right. I set cookie_domain to some cases: 1. $config['cookie_domain'] = '.localhost:4001' ==> Not working on both. 2. $config['cookie_domain'] = '.localhost' ==> Working on main site only. 3....
8,088 Views
5 Replies
11-14-2016, 11:46 PM
AzrielOmega
  Brick Thread: Sharing session between wildcard subdomain
Post: Sharing session between wildcard subdomain

Hi everyone, I'm in troublesome situation and can't figure out how to solve: I'm creating a localhost project and using wildcard subdomains to change between languages: localhost:4001 for main langua...
8,088 Views
5 Replies
11-14-2016, 09:32 PM
AzrielOmega
    Thread: Confirmations Email
Post: RE: Confirmations Email

You not set return value of verifyEmailID() yet. Try PHP Code: -- if ($this -> db -> affected_rows() > 0) { return true; } else { return false; } --
3,722 Views
2 Replies
10-31-2016, 05:42 PM
AzrielOmega
  Tongue Thread: Language subdomain not working on hosting
Post: Language subdomain not working on hosting

Hi everyone. I'm using CI 3.1.0 and modify output languages by subdomain. For example: Quote: -- localhost:4001 for defaut language en.localhost:4001 for english output -- It woking good ...
1,507 Views
0 Replies
10-29-2016, 05:31 PM
AzrielOmega
    Thread: Codeigniter - Vietnam Community
Post: RE: Codeigniter - Vietnam Community

Cũng không hẳn, nhưng cơ bản là giờ tuyển dụng VN nhìn đâu cũng toàn chuộng Laravel, Wordpress, Magento chứ CodeIgniter cảm giác hiếm hoi lắm.
12,800 Views
8 Replies
10-19-2016, 07:57 AM
AzrielOmega
    Thread: Flexi auth
Post: RE: Flexi auth

I have question. Login system now often have registration and login using social account like Facebook, G+, Twitter... Is it possibility of you to make a register/login using social accounts in flexi ...
19,661 Views
18 Replies
01-15-2016, 04:56 AM
AzrielOmega
    Thread: Flexi auth
Post: RE: Flexi auth

Just want to say thank you. I used it on my CI2 projects long time ago, and it was great library back then. Happy to see the good guy back in town.
19,661 Views
18 Replies
01-14-2016, 08:09 PM
AzrielOmega

Theme © iAndrew 2016 - Forum software by © MyBB