Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: About Entities declaration
Post: RE: About Entities declaration

You can use: $user = new \App\Entities\User(); In the UserModel, you can change $returnType = 'App\Entities\User'; to $returnType = '\App\Entities\User'; thank
4,800 Views
4 Replies
05-03-2020, 07:20 PM
HTLove
    Thread: Add filters to routing.
Post: RE: Add filters to routing.

No. It not work to: $routes->add('users/profile', 'Users::profile', ['as' => 'profile', 'filter' => '123]);
6,752 Views
5 Replies
11-06-2018, 03:11 AM
HTLove
    Thread: Add filters to routing.
Post: Add filters to routing.

Currently, Filters only support for a group of routes. How to add filters to one URI. https://bcit-ci.github.io/CodeIgniter4/incoming/routing.html (https://bcit-ci.github.io/CodeIgniter4/incoming/ro...
6,752 Views
5 Replies
11-01-2018, 02:43 AM
HTLove
    Thread: view and terminate
Post: RE: view and terminate

anthos1984 Wrote: (07-25-2018, 04:30 PM) -- On CI3 if I want to view pages : PHP Code: -- $this->load->view('paket/list.min.html'); -- That automatically exit. So I do check like this PHP Code:...
3,342 Views
2 Replies
07-25-2018, 07:55 PM
HTLove
    Thread: CI4 release date coming
Post: RE: CI4 release date coming

I have been waiting for it for over 3 years!! Thanks all
37,421 Views
21 Replies
07-24-2018, 09:01 PM
HTLove
    Thread: Database Forge ADD INDEX to TABLE
Post: RE: Database Forge ADD INDEX to TABLE

Yes !! Thanks you !
3,745 Views
2 Replies
07-18-2018, 04:01 AM
HTLove
    Thread: Database Forge ADD INDEX to TABLE
Post: Database Forge ADD INDEX to TABLE

Hi. In migrations cannot add index to table. https://bcit-ci.github.io/CodeIgniter4/database/forge.html (https://bcit-ci.github.io/CodeIgniter4/database/forge.html) You can views add index to t...
3,745 Views
2 Replies
07-16-2018, 11:20 PM
HTLove
    Thread: function old() not allow input name type array
Post: RE: function old() not allow input name type array

Yes, it not work. Thanks
8,567 Views
6 Replies
03-15-2018, 08:26 PM
HTLove
    Thread: function old() not allow input name type array
Post: RE: function old() not allow input name type array

It no affect, i use redirect()->back()->withInput(); redirect page
8,567 Views
6 Replies
03-14-2018, 05:04 PM
HTLove
    Thread: function old() not allow input name type array
Post: RE: function old() not allow input name type array

Hi And i try name = meta.full_name not accept. I debug, it replace meta.full_name to meta_full_name Tks
8,567 Views
6 Replies
03-13-2018, 06:12 PM
HTLove
    Thread: function old() not allow input name type array
Post: function old() not allow input name type array

Hi. PHP Code: --
8,567 Views
6 Replies
03-13-2018, 06:07 PM
HTLove
    Thread: Cache not work with IOS
Post: Cache not work with IOS

Hi I use IOS 10.13.3 and MAMP server. I problem with cache, it not store file. It bug in file CodeIgniter\Config\BaseConfig line 140. PHP Code: -- $value = getenv( $property ); -- In App\Conf...
1,830 Views
0 Replies
03-12-2018, 08:01 PM
HTLove
    Thread: Cannot load Language Files from module
Post: Cannot load Language Files from module

Hi I followed the instructions https://bcit-ci.github.io/CodeIgniter4/general/modules.html (https://bcit-ci.github.io/CodeIgniter4/general/modules.html) but cannot load language . Can you help me ...
5,047 Views
3 Replies
03-04-2018, 10:01 AM
HTLove
    Thread: CI 4 application testing
Post: CI 4 application testing

Hi How to test application in CI4. Ex: i will test URI /admin/login with AdminLoginController.php send form data : username and password Please help me test it. Tks all
2,494 Views
1 Replies
03-04-2018, 01:50 AM
HTLove
    Thread: [split] CodeIgniter 4 release... ?
Post: RE: [split] CodeIgniter 4 release... ?

Hi. What time is it completed? Tks you
8,933 Views
3 Replies
07-10-2017, 01:38 AM
HTLove
    Thread: BCIT newsletter story about CodeIgniter
Post: RE: BCIT newsletter story about CodeIgniter

Nice !!
26,778 Views
9 Replies
03-09-2017, 07:37 AM
HTLove
    Thread: Visibility of Methods in Models
Post: RE: Visibility of Methods in Models

Cạn lời... You can't call $this->Xpto_model->protectedMethodFromMyModel(); because protectedMethodFromMyModel() method protected, Method cant call is extends class. Link: http://php.net/manual...
4,920 Views
2 Replies
12-19-2016, 06:17 AM
HTLove
    Thread: how to load the helper(url) automatically in CI4?
Post: RE: how to load the helper(url) automatically in C...

kilishan Wrote: (11-09-2016, 08:12 PM) -- Simplest method currently is to have a BaseController that loads it up. It can be done something like: Code: -- class BaseController extends CodeIgnit...
18,058 Views
10 Replies
11-10-2016, 09:06 PM
HTLove
    Thread: Is anybody using version 4?
Post: RE: Is anybody using version 4?

yes, i using Ci4 my projec
17,690 Views
14 Replies
11-02-2016, 06:11 PM
HTLove
    Thread: Error Cell caching
Post: RE: Error Cell caching

kilishan Wrote: (10-18-2016, 09:34 PM) -- HTLove Wrote: (09-04-2016, 03:25 AM) -- I'm thinking fix $this->cache->set($cacheName, $output, $ttl); to $this->cache->save($cacheName, $output, $ttl); -- ...
5,857 Views
2 Replies
10-19-2016, 08:47 PM
HTLove

Theme © iAndrew 2016 - Forum software by © MyBB