Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Specify decorator(s) to be used
Post: RE: Specify decorator(s) to be used

kenjis Wrote: (06-25-2023, 03:57 PM) -- Okay, I got what you want. It is not possible. What class should know the relationship of Views and Decorators? -- I found a way of doing it, but I ho...
1,981 Views
4 Replies
07-10-2023, 01:26 PM
RWCH
    Thread: Specify decorator(s) to be used
Post: RE: Specify decorator(s) to be used

Sure, that works as expected. Both decorators will be used to render the views. But I just want Decorator1 to be used with View1, View2 and View3. I want Decorator2 to be used with View4 and View...
1,981 Views
4 Replies
06-25-2023, 05:12 AM
RWCH
    Thread: Shield: Is there an option to prevent concurrent logins?
Post: RE: Shield: Is there an option to prevent concurre...

Yes, it is right there. In LoginController in Shield is this code: PHP Code: --         if (auth()->loggedIn()) {             return redirect()->to(config('Auth')->loginRedirect());         }...
1,736 Views
2 Replies
06-23-2023, 04:32 AM
RWCH
    Thread: Remove route from routes collection
Post: Remove route from routes collection

Hi there, Is there a way to remove a route in the routes collection? I understand that it normally should not be necessary to remove routes, because you specify them yourself. But I use Shield and ...
329 Views
1 Replies
06-23-2023, 04:12 AM
RWCH
    Thread: Specify decorator(s) to be used
Post: Specify decorator(s) to be used

Hi @kilishan and others ... I have watched the video on decorators. Thank you for creating this nice feature. I have implemented them with success, but I have one question (which I also asked in th...
1,981 Views
4 Replies
06-23-2023, 03:58 AM
RWCH
    Thread: View Decorators Video
Post: RE: View Decorators Video

Hi @"kilishan" and/or any other senior member. I have watched the video on decorators.  Thank you for creating this nice feature. I have implemented them with success, but I have one question (whic...
3,582 Views
6 Replies
06-21-2023, 05:34 AM
RWCH
    Thread: "Fatal error: Uncaught Error: Class 'Config\App' not found" on new installation
Post: "Fatal error: Uncaught Error: Class 'Config\App' n...

I have installed CodeIgniter 4.2.1. When I try to load the website, I get this error message: "Fatal error: Uncaught Error: Class 'Config\App' not found" Any idea what could be the cause? [hr] It h...
1,657 Views
1 Replies
07-01-2022, 01:00 AM
RWCH
    Thread: Pagination with search
Post: RE: Pagination with search

ignitedcms Wrote: (02-24-2017, 02:40 AM) -- albertleao Wrote: (02-24-2017, 12:32 AM) -- JS datables is great, but depending on what kind of clients are running your front end, it can be an issue. It...
15,049 Views
8 Replies
10-13-2017, 07:09 AM
RWCH
    Thread: DataTables 1.10 > Library
Post: RE: DataTables 1.10 > Library

I wrote a tutorial how to integrate DataTables and Editor in CodeIgniter 3. Maybe it is of any help to you, see http://ci.dubbel16.nl
19,645 Views
0 Replies
03-10-2016, 07:54 AM
RWCH
    Thread: CodeIgniter 3 with DataTables and Editor
Post: CodeIgniter 3 with DataTables and Editor

For anyone interested in using jQuery plug-ins "DataTables" and "Editor" in Codeigniter 3... With previous versions of CodeIgniter you could use "Ignited Datatables". This does not longer work (wit...
3,615 Views
0 Replies
03-10-2016, 07:01 AM
RWCH
    Thread: CI Ignited-Datatables, wrong variable returning
Post: RE: CI Ignited-Datatables, wrong variable returnin...

I wrote a tutorial how to integrate DataTables and Editor in CodeIgniter 3. Maybe it is of any help to you, see http://ci.dubbel16.nl
3,345 Views
2 Replies
03-10-2016, 06:53 AM
RWCH
    Thread: CodeIgniter 3.0.4 Released
Post: RE: CodeIgniter 3.0.4 Released

Thank you for all the effort. Much appreciated!
73,252 Views
26 Replies
01-13-2016, 07:42 AM
RWCH
    Thread: Module support?
Post: RE: Module support?

'Visual Widget' is almost as bad. A Controller can be used to create output which is not a visual widget at all, like XML, a PDF or something else.
114,502 Views
57 Replies
06-30-2015, 03:11 PM
RWCH
    Thread: Entity models?
Post: RE: Entity models?

jlp Wrote: (04-16-2015, 11:31 PM) -- What I was suggesting has nothing to do with ORM. It is just a way of having the existing model be able to use something other than stdClass. The "entity model" w...
24,589 Views
13 Replies
06-12-2015, 07:36 AM
RWCH
    Thread: Module support?
Post: RE: Module support?

[quote pid='316351' dateline='1428842314'] "The reason why they wouldn't touch it is because they don't want their application to be out of date after six months." AND "So please, let the new vers...
114,502 Views
57 Replies
06-05-2015, 07:42 AM
RWCH
    Thread: Enable profiler globally
Post: RE: Enable profiler globally

I have used a similar approach as InsiteFX. It's simple. Anybody can use it this way, so no need for 'extra switches'. Configuration is simply done in your configuration file ... also for enabling/di...
34,211 Views
15 Replies
05-01-2015, 06:08 AM
RWCH
    Thread: REST support
Post: RE: REST support

alkarim Wrote: (04-22-2015, 08:24 AM) -- Yup REST is required on CI -- :huh: Well argumented.
26,293 Views
16 Replies
04-28-2015, 09:25 AM
RWCH
    Thread: REST support
Post: RE: REST support

The following site does a really decent job explaining what REST is and gives a good example of what a RESTful API could look like: source: http://coreymaynard.com/blog/creating-a-restful-api-with-php...
26,293 Views
16 Replies
04-15-2015, 05:51 AM
RWCH
    Thread: [Workaround found] CodeIgniter 3.0 cannot access native $_SESSION
Post: RE: CodeIgniter 3.0 cannot access native $_SESSION

Just a guess: session_start() starts a new session or resumes an existing session". By doing another page request without calling session_start you will loose you session. You MUST call session_start...
31,877 Views
16 Replies
04-14-2015, 07:15 AM
RWCH
    Thread: Entity models?
Post: RE: Entity models?

Same as albert.freeman. I hate ORM, so also a maybe from me.
24,589 Views
13 Replies
04-14-2015, 05:17 AM
RWCH

Theme © iAndrew 2016 - Forum software by © MyBB