Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Cache Expiring
Post: Cache Expiring

I am trying to cache images, with not luck. The response is only the image, and it works. But not the cache. This is the only Controller (the response is the image itself and the .ico file): PH...
1,249 Views
1 Replies
05-25-2020, 01:08 PM
elserra
    Thread: URI Routing: (:any) or (:segment)?
Post: RE: URI Routing: (:any) or (:segment)?

jreklund Wrote: (05-06-2020, 11:19 PM) -- Hi, there are code examples here to get all parameters as an array or complete segment. https://forum.codeigniter.com/thread-75815.html -- Thanks a lot, tha...
2,579 Views
2 Replies
05-07-2020, 12:04 AM
elserra
  Question Thread: URI Routing: (:any) or (:segment)?
Post: URI Routing: (:any) or (:segment)?

Hi there, I don't really understand the difference between (:any) and (:segment). The docs say that the placeholder (:any) "will match all characters from that point to the end of the URI. This may i...
2,579 Views
2 Replies
05-06-2020, 10:05 PM
elserra
    Thread: Integrating CKFinder / Load .html with view()
Post: RE: Integrating CKFinder / Load .html with view()

For anyone wondering, I made some progress: new route in Config/Routes.php: PHP Code: -- $routes->group('ckfinder',function($routes) {     $routes->get('', 'CKFinderController::index');     $routes-...
3,324 Views
4 Replies
05-06-2020, 12:30 PM
elserra
    Thread: merge empty placeholders in routing
Post: merge empty placeholders in routing

Is it possible to merge routes with and without placeholders? If the placeholder is empty, the Method gets called with $1 = null (or any other placeholders) PHP Code: -- $routes->post('save', 'BlogC...
1,310 Views
0 Replies
05-06-2020, 12:16 PM
elserra
    Thread: Integrating CKFinder / Load .html with view()
Post: RE: Integrating CKFinder

jreklund Wrote: (05-05-2020, 11:19 AM) -- Please keep it to the same thread, it's the same issue. I have now merged your thread a second time. -- Aaah, ok. I thought I posted it to myself as an answe...
3,324 Views
4 Replies
05-05-2020, 11:24 AM
elserra
    Thread: Integrating CKFinder / Load .html with view()
Post: How to returrn a .html file

Hi there, I am trying to show a .html File located under ThirdParty. I am also not able to show the file if it is under View using the view method. I tried this: PHP Code: -- $routes->get('/...
3,324 Views
4 Replies
05-05-2020, 11:14 AM
elserra
  Question Thread: Integrating CKFinder / Load .html with view()
Post: Integrating CKFinder / Load .html with view()

Hi everybody, I am trying ot integrate CKFInder in my app. Some questions will be directly CKFinder related, other will be broader, like the first one. I stored the php connector in my server (a...
3,324 Views
4 Replies
05-04-2020, 01:05 PM
elserra
    Thread: Filters:after appears to be ignored
Post: RE: Filters:after appears to be ignored

Maybe what you are trying to use are Events? https://codeigniter.com/user_guide/extending/events.html
11,571 Views
18 Replies
04-20-2020, 09:30 PM
elserra
    Thread: composer: What is the difference between rootpath and vendor
Post: RE: composer: What is the difference between rootp...

Thanks, I'll continue from there. Cheers
1,855 Views
2 Replies
04-17-2020, 04:01 PM
elserra
    Thread: Composer question
Post: RE: Composer question

So, let me repeat it just to see if I understood it right. The brain of the framework is in the vendor folder so it can be updated but the app itself is living in the app folder. And the way to ma...
11,228 Views
14 Replies
04-17-2020, 04:00 PM
elserra
    Thread: Clarification how to use view_cell, layouts or views
Post: RE: Clarification how to use view_cell, layouts or...

Okokokok I think I get it now. I am developing a blog, that's why I thank you a lo for the heads up with the view cells and caching (although there's not much to put into cache, but for the sake of op...
5,546 Views
9 Replies
04-15-2020, 01:50 PM
elserra
  Question Thread: composer: What is the difference between rootpath and vendor
Post: composer: What is the difference between rootpath ...

I am new to composer and there is this one thing I do not understand: Installing CI via composer creates a folder called vendor. All the extensions and stuff get installed there. Up to here everyth...
1,855 Views
2 Replies
04-15-2020, 01:12 PM
elserra
    Thread: Clarification how to use view_cell, layouts or views
Post: RE: Clarification how to use view_cell, layouts or...

Leo Wrote: (04-15-2020, 04:23 AM) -- Hi, I'm not sure of the "correct" way either - I do it like this: [...] If someone more senior sees this and cringes please tell me before I write a l...
5,546 Views
9 Replies
04-15-2020, 12:58 PM
elserra
  Question Thread: Clarification how to use view_cell, layouts or views
Post: Clarification how to use view_cell, layouts or vie...

Hi everybody, I've been struggling on how or when to use which type of view. I understand the differences and I think I know how to use them but it is unclear to me what the benefits are. Let's ...
5,546 Views
9 Replies
04-12-2020, 10:42 PM
elserra

Theme © iAndrew 2016 - Forum software by © MyBB