Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: how create an self installing project
Post: RE: how create an self installing project

Here (https://github.com/monjurul-islam-rasel/Codeigniter-Script-Installer) is a pretty decent little script for you. I've modified it to use Bootstrap 4 in my own CodeIgniter 3 projects so you can ea...
6,839 Views
8 Replies
01-23-2020, 01:04 PM
JNapolitanoIT
    Thread: CI3 or CI4
Post: RE: CI3 or CI4

CodeIgniter 4. CodeIgniter 3 is what you may consider to be quite antiquated by today's standards. CodeIgniter 4 should (hopefully) be releasing its first stable version by February 24th. Why you ask...
9,284 Views
6 Replies
01-22-2020, 12:57 PM
JNapolitanoIT
    Thread: Property type hints in Codeigniter 4 (or just PHP 7.4 as a requirement)
Post: RE: Property type hints in Codeigniter 4 (or just ...

includebeer Wrote: (01-22-2020, 09:35 AM) -- "sticking with what are soon-to-be old technologies" ?! You do realize the dev started some 3 or 4 years ago? CI4 in its actual state is already a huge st...
17,795 Views
20 Replies
01-22-2020, 10:10 AM
JNapolitanoIT
    Thread: Property type hints in Codeigniter 4 (or just PHP 7.4 as a requirement)
Post: RE: Property type hints in Codeigniter 4 (or just ...

includebeer Wrote: (01-22-2020, 06:26 AM) -- PHP 7.2 is not the past, it is still supported until the end of the year: https://www.php.net/supported-versions.php And yes 7.4 is the bleeding edge, it...
17,795 Views
20 Replies
01-22-2020, 07:54 AM
JNapolitanoIT
    Thread: Property type hints in Codeigniter 4 (or just PHP 7.4 as a requirement)
Post: RE: Property type hints in Codeigniter 4 (or just ...

includebeer Wrote: (01-21-2020, 06:55 PM) -- @JNapolitanoIT I think you give too much importance to the PHP version number. In my opinion, what makes a framework interesting for future users is not t...
17,795 Views
20 Replies
01-21-2020, 08:14 PM
JNapolitanoIT
    Thread: CI forum moderators needed - Any volunteers?
Post: RE: CI forum moderators needed - Any volunteers?

Well I've moderated plenty of discussion forums in the past (those of which were using MyBB and vBulletin). I can spare some time every day for this moderation. I was already planning (and starting) t...
21,501 Views
17 Replies
01-21-2020, 05:06 PM
JNapolitanoIT
    Thread: Get array lang variables
Post: RE: Get array lang variables

mintwint Wrote: (01-21-2020, 08:09 AM) -- JNapolitanoIT Wrote: (01-20-2020, 01:58 PM) -- You could try using nested arrays inside of your language files, as seen here (https://codeigniter4.github.io...
6,339 Views
7 Replies
01-21-2020, 10:50 AM
JNapolitanoIT
    Thread: Property type hints in Codeigniter 4 (or just PHP 7.4 as a requirement)
Post: RE: Property type hints in Codeigniter 4 (or just ...

kilishan Wrote: (01-21-2020, 07:39 AM) -- No offense taken. The most popular PHP framework around currently is Laravel. It has a minimum requirement of 7.2 also. Symphony has 7.2.5. Cake is minimum 7...
17,795 Views
20 Replies
01-21-2020, 10:24 AM
JNapolitanoIT
    Thread: Get array lang variables
Post: RE: Get array lang variables

You could try using nested arrays inside of your language files, as seen here (https://codeigniter4.github.io/userguide/outgoing/localization.html#nested-arrays).  You can then access the values like ...
6,339 Views
7 Replies
01-20-2020, 01:58 PM
JNapolitanoIT
    Thread: Property type hints in Codeigniter 4 (or just PHP 7.4 as a requirement)
Post: RE: Property type hints in Codeigniter 4 (or just ...

Well of course I could :P. I was talking about at the framework level. Taking advantage of key features of the language as it matures should be at least of interest to the core development team I woul...
17,795 Views
20 Replies
01-18-2020, 09:31 AM
JNapolitanoIT
    Thread: Property type hints in Codeigniter 4 (or just PHP 7.4 as a requirement)
Post: RE: Property type hints in Codeigniter 4 (or just ...

kilishan Wrote: (01-17-2020, 08:09 PM) -- At this time there are no intentions to raise minimum requirements to 7.4. Those on shared hosting have a limited selection of 7.2 capable-hosting as it is, ...
17,795 Views
20 Replies
01-17-2020, 08:31 PM
JNapolitanoIT
    Thread: To integrate CodeIgniter with WordPress
Post: RE: To integrate CodeIgniter with WordPress

As jreklund said, that is difficult to do without any additional information. You can always build a CodeIgniter application to manipulate the WordPress database and display WordPress database values ...
2,486 Views
2 Replies
01-17-2020, 07:25 PM
JNapolitanoIT
  Question Thread: Property type hints in Codeigniter 4 (or just PHP 7.4 as a requirement)
Post: Property type hints in Codeigniter 4 (or just PHP ...

Hey there all, I hope your days are going well. So, I was combing through the code to help clean up some of the documentation and refactor some of the classes while getting ready to issue a pull requ...
17,795 Views
20 Replies
01-17-2020, 06:20 PM
JNapolitanoIT
    Thread: Get array lang variables
Post: RE: Get array lang variables

Could you please be more specific? Are you wanting to get all of the values of an array inside of a language file? Or are you trying to get a specific language string from an array? If it is the latt...
6,339 Views
7 Replies
01-17-2020, 05:53 PM
JNapolitanoIT
    Thread: How to enable debug toolbar in CI4.0.0-rc.3
Post: RE: How to enable debug toolbar in CI4.0.0-rc.3

Gary Wrote: (01-17-2020, 03:06 PM) -- Gary Wrote: (01-17-2020, 12:33 PM) -- hbonds Wrote: (11-15-2019, 09:11 AM) -- I have set environment to development through .htaccess file using code   Cod...
26,113 Views
28 Replies
01-17-2020, 03:44 PM
JNapolitanoIT
    Thread: CI for MySQL PHP migration project?
Post: RE: CI for MySQL PHP migration project?

I see you have received some great help here. The advice from jreklund is absolutely invaluable. To wit, I wanted to add something to this thread for you. When it comes down to code generation for you...
8,598 Views
6 Replies
01-17-2020, 03:35 PM
JNapolitanoIT
    Thread: How to enable debug toolbar in CI4.0.0-rc.3
Post: RE: How to enable debug toolbar in CI4.0.0-rc.3

Hey there. I would like to add my two cents on this topic. First off, might I suggest that instead of using the following code block to access/manipulate session data: Code: --     ....     if (is...
26,113 Views
28 Replies
01-17-2020, 03:06 PM
JNapolitanoIT
    Thread: Integration with mailchimp.
Post: RE: Integration with mailchimp.

I would advise against using any require's or require_once's in your codebase. CodeIgniter 4 adheres to PSR-4 and can easily autoload the entire Mailchimp library and Mailchimp classes in the Autoload...
4,285 Views
3 Replies
01-15-2020, 10:39 PM
JNapolitanoIT
    Thread: Grocery CRUD
Post: RE: Grocery CRUD

I would love to give my input on this subject. Grocery CRUD, in the days of CodeIgniter 2/3 was pretty decent at first glance. It helped beginners incorporate views and pre-built models and such into ...
17,443 Views
10 Replies
01-15-2020, 06:02 PM
JNapolitanoIT
    Thread: Important News about Jim Parry and the Project
Post: RE: Important News about Jim Parry and the Project

Hey CodeIgniter team! I wanted to login really quickly to comment on this unfortunate event. I am very sorry to hear about Jim and I hope his family is doing as good as they can through these troub...
142,429 Views
98 Replies
01-15-2020, 05:54 PM
JNapolitanoIT

Theme © iAndrew 2016 - Forum software by © MyBB