Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Liveview / livewire
Post: RE: Liveview / livewire

The benefit is a reactive workflow that is data centric. The real issue is when you're making components and having to pass and manage state. Angular / react / svelte, can't really be used other than ...
4,411 Views
7 Replies
08-03-2022, 11:04 AM
ignitedcms
    Thread: Liveview / livewire
Post: RE: Liveview / livewire

kilishan Wrote: (08-01-2022, 01:48 PM) -- I've used Livewire on a couple of projects. I think it works pretty good for admin areas, once you get used to thinking that way. From what I've seen Pheonix...
4,411 Views
7 Replies
08-01-2022, 02:02 PM
ignitedcms
    Thread: Liveview / livewire
Post: Liveview / livewire

Just testing a few Liveview / livewire implementations with morphdom. So far seems like a great way to avoid JS build complications. Only thing is the round trip to the server, serving via sockets (fr...
4,411 Views
7 Replies
08-01-2022, 03:07 AM
ignitedcms
    Thread: Announcing Shield: an Official Authentication library
Post: RE: Announcing Shield: an Official Authentication ...

Looking really good! Great job guys.
36,015 Views
42 Replies
07-16-2022, 10:47 PM
ignitedcms
    Thread: How to stream response output?
Post: RE: How to stream response output?

HardyW Wrote: (02-25-2019, 01:42 PM) -- InsiteFX Wrote: (02-25-2019, 04:27 AM) -- Any php solution should work with CI 4 it's just a framework. Video is specific to html so by using a php framewo...
6,729 Views
10 Replies
07-16-2022, 10:45 PM
ignitedcms
    Thread: Keyup function doesn't work
Post: RE: Keyup function doesn't work

Just to add to the above, it's not a good idea to do a round trip to the server on keydown, look into 'debouncing' if that is your intended behaviour.
2,677 Views
5 Replies
07-16-2022, 10:40 PM
ignitedcms
    Thread: Free css component framework
Post: Free css component framework

Hey guys, Here's a free hyper minimal modular CSS component framework ready to drop into your next project. https://www.ignitedcms.com/ignited-css Enjoy.
927 Views
0 Replies
07-16-2022, 01:36 PM
ignitedcms
    Thread: Queues systems
Post: Queues systems

Is anyone familiar with how laravel's queue system works under the hood? I've been meaning to look into something for us reasonably soon. Is it still using PHP to pool or another microservice or so...
2,644 Views
3 Replies
06-06-2022, 04:15 AM
ignitedcms
    Thread: Cannot get AJAX to work for Post/Create
Post: RE: Cannot get AJAX to work for Post/Create

If you're debugging that, I would strip it down and simplify further, you probably don't need the form action on the form-class either if you're firing it off from ajax. Also your ajax could be gre...
5,002 Views
17 Replies
06-06-2022, 04:09 AM
ignitedcms
    Thread: multi-level dynamic menu with menu management (contains online demo)
Post: RE: multi-level dynamic menu with menu management ...

Not quite ready yet, but should ship fairly soon. https://www.ignitedcms.com/playground/trees https://www.ignitedcms.com/documentation/trees We map the structure to json so there is no parent c...
2,555 Views
5 Replies
06-05-2022, 11:29 PM
ignitedcms
    Thread: Docker
Post: Docker

Who here is using docker? Although it has a steep learning curve, definitely seems the way to deploy sites. If anyone wants to share any tips for the community please do so.
2,043 Views
2 Replies
06-05-2022, 11:24 PM
ignitedcms
    Thread: How are you writing CSS?
Post: RE: How are you writing CSS?

Can't say much as I'm not too experienced, but CSS in teams, tends to be an issue at scale. BTW, love what you've done with the new website, I remember being part of the trello board, and it was good ...
1,702 Views
2 Replies
06-01-2022, 12:57 PM
ignitedcms
    Thread: ReactPHP
Post: RE: ReactPHP

demyr Wrote: (05-31-2022, 11:18 PM) -- Well, there are a few more options ,like Swoole, Road Runner, PhpFPM as well as ReactPhp, to speed the website up. Personally I haven't tried any of them yet, h...
3,000 Views
3 Replies
06-01-2022, 12:54 PM
ignitedcms
    Thread: How are you writing CSS?
Post: How are you writing CSS?

As the title suggests, today we have various hurdles - CSS grid, flexbox, bootstrap, responsive media queries, scoped css inside components, tailwind. What if it was much simpler? Old video but...
1,702 Views
2 Replies
05-31-2022, 12:15 PM
ignitedcms
    Thread: ReactPHP
Post: ReactPHP

We know of fibres but, a great talk on ReactPHP -> my next line of study for our engine, enjoy. https://www.youtube.com/watch?v=XoDBtz5P8q8
3,000 Views
3 Replies
05-30-2022, 02:16 PM
ignitedcms
    Thread: Hi with is a good language translate API to CI?
Post: RE: Hi with is a good language translate API to CI...

luckmoshy Wrote: (05-24-2022, 02:47 PM) -- Hi all! I am asking for a good Language Translate API to insert in CI is anyone have or library Please Thank you -- PHP Code: -- How To A...
1,306 Views
2 Replies
05-24-2022, 03:51 PM
ignitedcms
    Thread: Tally integration
Post: RE: Tally integration

Can't really help here, but I did found this, not sure how useful it is? https://github.com/isantoshsingh/PHP-to-tally-integration/blob/master/item.php
1,936 Views
5 Replies
05-23-2022, 10:04 AM
ignitedcms
    Thread: FIFO / LIFO method in Inventory System
Post: RE: FIFO / LIFO method in Inventory System

I'm not sure if you actually need FIFO for this, but PHP has native helper functions to achieve this. You can quickly create your own library for such a task such as -> https://www.ignitedcms.com/d...
5,405 Views
11 Replies
05-23-2022, 10:02 AM
ignitedcms
    Thread: Room booking system?
Post: RE: Room booking system?

I'd say you could come up with something using the calendar class and a few custom tables. It might also be worth looking at how 'full calendar js' operates, to block off chunks. We're shipping somet...
2,282 Views
3 Replies
05-17-2022, 11:05 PM
ignitedcms
    Thread: Concurrency, queues and sockets?
Post: RE: Concurrency, queues and sockets?

vimkaf Wrote: (05-17-2022, 08:55 PM) -- Oh yes, I find myself needing some sort of background worker as tasks are becoming time consuming to be handled in a single request. I posted a topic on  this ...
1,558 Views
2 Replies
05-17-2022, 10:59 PM
ignitedcms

Theme © iAndrew 2016 - Forum software by © MyBB