Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: futurism.com. Human Developers Will Soon Be a Thing of the Past
Post: RE: futurism.com. Human Developers Will Soon Be a...

@"InsiteFX", you are welcome
194 Views
2 Replies
09-06-2024, 04:49 AM
Renta Ardhana
    Thread: futurism.com. Human Developers Will Soon Be a Thing of the Past
Post: futurism.com. Human Developers Will Soon Be a Thi...

In Leaked Audio, Amazon Cloud CEO Says Human Developers Will Soon Be a Thing of the Past https://futurism.com/the-byte/aws-ceo-human-devs-ai Leaked Amazon Recording: Cloud Chief Discusses AI’s Pot...
194 Views
2 Replies
09-05-2024, 08:13 AM
Renta Ardhana
    Thread: DEV.to - Understanding Web Storage: LocalStorage, SessionStorage, and Cookies
Post: RE: DEV.to - Understanding Web Storage: LocalStora...

@"InsiteFX" thank you
158 Views
2 Replies
09-04-2024, 08:53 AM
Renta Ardhana
    Thread: How does $allowedFields protect against mass assignment vulnerabilities?
Post: RE: How does $allowedFields protect against mass a...

Why do you modify the $allowedFields after declaring it in the Model? As far as I know, an entity's attributes should be immutable, or if you want to make transformations, they should be done through...
459 Views
5 Replies
09-04-2024, 08:52 AM
Renta Ardhana
    Thread: 20 Rules to Optimize PHP for High-Traffic Websites
Post: RE: 20 Rules to Optimize PHP for High-Traffic Webs...

@"php_rocs" thank you for sharing
86 Views
1 Replies
09-04-2024, 08:35 AM
Renta Ardhana
    Thread: Routes going to somewhere I didn't set
Post: RE: Routes going to somewhere I didn't set

Have you try Assigning Namespace? https://codeigniter.com/user_guide/incoming/routing.html#setting-namespace
154 Views
4 Replies
09-04-2024, 08:34 AM
Renta Ardhana
    Thread: How to use method function modal data to view codeigniter 4.5.3
Post: RE: How to use method function modal data to view ...

In certain situations, we want the user to be able to modify the theme easily without directly interacting with the controllers or models. One possible solution is to use a View Model, which allows us...
354 Views
5 Replies
09-01-2024, 01:51 AM
Renta Ardhana
    Thread: Analyzing Design Patterns in CodeIgniter 4
Post: RE: Analyzing Design Patterns in CodeIgniter 4

@"kenjis" What I mean by CI_loader is like the way we load libraries, helpers, views, models. https://codeigniter.com/user_guide/models/model.html#accessing-models Middleware, perhaps like filters (b...
420 Views
3 Replies
08-30-2024, 04:50 AM
Renta Ardhana
  Rainbow Thread: Analyzing Design Patterns in CodeIgniter 4
Post: Analyzing Design Patterns in CodeIgniter 4

CodeIgniter 4 employs several design patterns to enhance code organization, reusability, and maintainability. Here my note of the (7+2) prominent patterns: 1. Singleton Pattern Purpose: Ensures th...
420 Views
3 Replies
08-29-2024, 10:54 PM
Renta Ardhana
    Thread: Logout message using shield
Post: RE: Logout message using shield

How about custom routes? ? https://shield.codeigniter.com/customization/route_config/
355 Views
7 Replies
08-09-2024, 11:33 AM
Renta Ardhana
    Thread: Newbie Seeking JavaScript Help for CodeIgniter 4
Post: Newbie Seeking JavaScript Help for CodeIgniter 4

PHP Code: --                             Document                             Version 1                                                                                 V...
156 Views
1 Replies
08-09-2024, 11:24 AM
Renta Ardhana
    Thread: CodeIgniter Web Application Blueprints
Post: RE: CodeIgniter Web Application Blueprints

FlavioSuar Wrote: (07-29-2024, 04:42 AM) -- Hi, As a beginner too, I've found great value on the Lonnie Ezell's CodeIgniter 4 Foundations (https://leanpub.com/codeigniter4foundations) e-book and the...
687 Views
6 Replies
07-29-2024, 05:24 AM
Renta Ardhana
    Thread: CodeIgniter Web Application Blueprints
Post: RE: CodeIgniter Web Application Blueprints

@"InsiteFX" Thank you for the information, I appreciate his work on the books, even though he is no longer with us in this forum. Thanks also to them who wrote books about CI. As a beginner, I am real...
687 Views
6 Replies
07-29-2024, 03:45 AM
Renta Ardhana
    Thread: Send success message to user after logout
Post: RE: Send success message to user after logout

@"kenjis", @"datamweb" Thank you, I forgot there is a shield Codeigniter Shield (https://www.codeigniter.com/user_guide/libraries/official_packages.html#shield)
333 Views
3 Replies
07-28-2024, 07:47 PM
Renta Ardhana
    Thread: Send success message to user after logout
Post: Send success message to user after logout

PHP Code: -- public function logout()     {         session()->set('user');         session()->destroy();         session()->setFlashdata('success', 'logout successful!');         return redirec...
333 Views
3 Replies
07-28-2024, 06:56 AM
Renta Ardhana
    Thread: CodeIgniter Web Application Blueprints
Post: CodeIgniter Web Application Blueprints

https://i.ibb.co.com/QHr0mXt/ci-book-rob-foster.png (https://ibb.co.com/QHr0mXt) The book mentioned above was published in 2015 and written by Rob Foster. Is he in this forum?
687 Views
6 Replies
07-27-2024, 11:00 PM
Renta Ardhana
    Thread: CodeIgniter v4.5.4 bug fix released
Post: RE: CodeIgniter v4.5.4 bug fix released

@"kenjis",  Thanks a lot for sharing this. Big thanks to the team for their effort!
3,671 Views
2 Replies
07-27-2024, 06:57 PM
Renta Ardhana
    Thread: How to use session()->close()?
Post: RE: How to use session()->close()?

InsiteFX Wrote: (07-18-2024, 02:53 AM) -- @"Renta Ardhana", The best way to understand things like the session methods etc, is to view the source files in .\system folder. If you look at the meth...
474 Views
7 Replies
07-18-2024, 04:47 AM
Renta Ardhana
    Thread: CodeIgniter Expenses - pet project for beginners
Post: RE: CodeIgniter Expenses - pet project for beginne...

ozornick Wrote: (06-24-2024, 11:19 AM) -- Does anyone have any questions or suggestions? What would you like to consider as an example of basic practices? Not creating heavy functions -- https:/...
2,052 Views
6 Replies
07-18-2024, 02:14 AM
Renta Ardhana
    Thread: Top 3 PHP Frameworks: Speed, Response Time, and Efficiency Compared
Post: RE: Top 3 PHP Frameworks: Speed, Response Time, an...

KISS for CI4 -> Keep It at Static's Speed...
316 Views
2 Replies
07-18-2024, 01:23 AM
Renta Ardhana

Theme © iAndrew 2016 - Forum software by © MyBB