Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: url encode
Post: RE: url encode

Just try PHP Code: -- redirect()->to("/operations/path-item/' . $path); --
1,560 Views
12 Replies
10-02-2022, 11:18 AM
heriniaina
    Thread: Loading partial-views
Post: RE: Loading partial-views

Partial views are in Layout https://www.codeigniter.com/user_guide/outgoing/view_layouts.html In a view you can extend a layout and put your partials in sections that you want to use
771 Views
1 Replies
09-22-2022, 10:19 AM
heriniaina
    Thread: A way to install Modules in autoload ?
Post: A way to install Modules in autoload ?

Hi all, Just would like to ask if there is a way to install my modules to a running site without modifying Config/Autoload.php  Maybe something like spark command that install a module (inside autol...
64 Views
0 Replies
09-18-2022, 09:51 AM
heriniaina
    Thread: Why choose CodeIgniter
Post: RE: Why choose CodeIgniter

I used Codeigniter for my CMS since the beginning, but I left it out during the change in Codeigniter 3. Now I'm back to it fully because I found that CI4 is much more flexible and powerful. Flexib...
19,156 Views
29 Replies
06-12-2022, 09:04 AM
heriniaina
    Thread: Pagination Problems
Post: RE: Pagination Problems

Just for the record if you have already solved it. In Ci4 that's the use of the callbacks in models. And what you need here is afterFind So in the model you put something like... PHP Code: -- p...
3,650 Views
12 Replies
06-12-2022, 08:44 AM
heriniaina
    Thread: Using where params in beforefind
Post: Using where params in beforefind

I'm trying to use beforefind callback in ci4 BaseModel because I want to get comment like numbers for a specified post To get post comments I'm using the normal findAll PHP Code: -- $comment_mode...
377 Views
1 Replies
06-11-2022, 05:51 AM
heriniaina

Theme © iAndrew 2016 - Forum software by © MyBB