Is there any famSF PHP-style JSF?

2

I'm a Java programmer and I use JSF on the projects of the company where I work.

I'm developing a personal project and I've chosen the PHP language to learn a bit more. The problem is that I saw a huge difference compared to programming with the JSF framework. For example, along with JSF I use Primefaces, so when I need to use AJAX I do everything for the framework without the need to write any JavaScript function. In fact it is not necessary to have any knowledge in JavaScript, jQuery or AJAX.

In PHP, I'm using the CodeIgniter framework and then I need to stop PHP coding all the time to create JavaScript functions, create jQuery functions and AJAX requests, which takes me a long time, in addition to having to stop sometimes to see how something works in jQuery.

So I would like to know if there is any framework in the same style for PHP.

    
asked by anonymous 06.07.2017 / 01:13

0 answers