Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Parser for Multi-dimensional Array with the same key
Post: RE: Parser for Multi-dimensional Array with the sa...

Thanks Craig, missed that paragraph. Haha.
1,414 Views
2 Replies
03-29-2021, 04:38 PM
emmanuel
    Thread: Parser for Multi-dimensional Array with the same key
Post: Parser for Multi-dimensional Array with the same k...

Consider the followings: PHP Code: -- $template = 'Hello {name}, your partner is {partner}{name}{/partner}.'; $data = [     'name' => 'John',     'partner' => [         ['name' => 'Mary'],     ...
1,414 Views
2 Replies
03-28-2021, 07:16 PM
emmanuel
    Thread: Development Environment for API
Post: Development Environment for API

Testing out some API thru Postman, but got the following error while trying to test HTTP 204 response under CI_ENVIRONMENT=development. It is working fine when CI_ENVIRONMENT=production, and Postma...
670 Views
0 Replies
03-27-2021, 07:41 AM
emmanuel
    Thread: Regarding CodeIgniter's Model
Post: Regarding CodeIgniter's Model

Love CI model implementation. Just got two quick questions:  Is there any documentation regarding $insertID in the model configuration? protected $insertID = 0; For $allowedFields, docs read: Quote...
770 Views
0 Replies
03-09-2021, 09:35 PM
emmanuel
    Thread: How to handle DECLARE and SET in MS SQL query with ODBC driver?
Post: RE: How to handle DECLARE and SET in MS SQL query ...

Try using odbc_next_result() to loop thru the result sets?
2,981 Views
1 Replies
02-19-2018, 04:47 AM
emmanuel
    Thread: [Export to Excel 2013]Popup when open exported file.
Post: RE: [Export to Excel 2013]Popup when open exported...

If just CSV, it would be simpler to use php's fputcsv function like this: Code: -- $filename = "file.csv"; header('Content-Type: application/csv'); header('Content-Disposition: attachment; filen...
5,105 Views
4 Replies
02-19-2018, 04:35 AM
emmanuel
    Thread: What is the best IDE for development with CI
Post: RE: What is the best IDE for development with CI

Atom with atom-ide-ui & ide-php :)
78,621 Views
48 Replies
02-10-2018, 05:29 AM
emmanuel
    Thread: Autocomplete Search in CodeIgniter
Post: RE: Autocomplete Search in CodeIgniter

You might just need an onclick event listener to monitor when user click on the suggestions?
5,358 Views
2 Replies
01-28-2018, 05:27 PM
emmanuel
    Thread: Top Benefits of Using Codeigniter Development
Post: RE: Top Benefits of Using Codeigniter Development

Love it because it works out of the box and suit my clients' shared hosting environment. perfect!
20,407 Views
11 Replies
01-14-2018, 05:57 PM
emmanuel
    Thread: Datetime Helper
Post: RE: Datetime Helper

InsiteFX Wrote: (10-18-2017, 04:15 AM) -- This is a framework not WordPress. You can find code to do that all over the web -- I agree. PHP own DateTime and DateInterval are all you need.
7,005 Views
5 Replies
01-04-2018, 03:45 PM
emmanuel

Theme © iAndrew 2016 - Forum software by © MyBB