objecttothis

Results 411 comments of objecttothis

> @daN4cat are there plans to build the api any time soon? There are two separate things meant when referring to APIs. - API Endpoints in OSPOS to receive requests...

@ebentil Thank you for pointing this out. Short open tags `

CI4 does not yet have a style guide (that I could find). There is one for CI3 which states that short open tags `` should never be used due to...

I posted the question in the CI Best Practices forum (https://forum.codeigniter.com/thread-80167.html). Here is CakePHP framework's stance on it: https://book.cakephp.org/3/en/contributing/cakephp-coding-conventions.html#short-echo

One user on the thread pointed out that CI examples use short echo tag https://codeigniter4.github.io/CodeIgniter4/outgoing/views.html#creating-loops (see last example).

Thanks for the heads up on this. I'm not sure how the language string changes in CI4 will affect this, but I think it's a worthwhile change regardless.

> > > What is CLCdesq api anyway? It's a third-party integration. It has the event_generator for third-party integrations as a dependency. In short, it sends JSON RESTful API calls...

> > > @objecttothis It seems this branch has some changes that are already in the import branch? Do you want me to have a look and sync it with...

> > > Interesting. I was sure everybody forgot about RSE since is no longer really maintained and delivered with PHP package. > > For now only way to enable...

OK, I think I figured it out. I had to Right-click the project then go to Properties->Project Natures and add PHP Properties and Remove Wikitext Natures. Its indexing and validating...