PHP Framework with full jQuery integration? [close

2019-03-18 23:12发布

i'm tired of reinventing the wheel on PHP and loving jQuery to death so which framework fits my needs?

9条回答
时光不老,我们不散
2楼-- · 2019-03-18 23:34

Drupal also use jQuery. Depending on what kind of development you do, you may find drupal to be a nice tool, it is not just a framework but also a full grown CMS, which enables you to do really rapid development. You might however feel more in control with a framework such as the Zend framework, cakePHP or codeIgniter. www.drupal.org

查看更多
我只想做你的唯一
3楼-- · 2019-03-18 23:36

QCubed has been written from the ground-up with jQuery as a backing component for ALL client-side interactions. It has server-side PHP wrappers for all jQuery controls.

查看更多
forever°为你锁心
4楼-- · 2019-03-18 23:40

The Yii framework is written around jQuery and include Zii, a jQuery UI based interface generator. It's blazingly fast and very complete.

http://www.yiiframework.com/

查看更多
狗以群分
6楼-- · 2019-03-18 23:45

I am using QCubed right now on a project, and it has made things move much faster than trying to integrate jQuery into my project myself.

查看更多
ゆ 、 Hurt°
7楼-- · 2019-03-18 23:49

I feel that Drupal is strong and good if we can simply use the contrib modules as is, and have to do less theme work. When it comes to Larger projects, Drupal means much work and less control, and for small tasks it often involves time consumption to disable the too many things it has. The other thing is that Drupal isn't that user friendly for non-technical users. I personally like Drupal alot, but when I think of the time it sometimes take to do small small things, and the lack of control we have on it (although its quite flexible but it increases time in order to do lot of form alterations for example to achieve something), I wish there is another easy way out.

Specially when it comes to theming of drupal, by using Views extensively we just reduce the time of development but theming work increases at the same time, and when we change the views, means modifications to theme for that view(s) as well. Although it is a good CMS and powerful, robust, secured, etc, but is focused more on Developer-friendliness rather than User Friendly and Designer Friendly, etc.

I just read some stuff about Yii framework and am starting to like it, although it doesn't have so many contrib modules as Drupal does which is advantage of Drupal. I also love the way we have control in Code Igniter.

I think there should be some way to stop re-inventing the wheels in PHP, some framework that has lot of components and libraries to use from, so developers can just focus on Business rules rather then trying to figuring out how to hide labels on a form in some CMS. Anyone knows of such solution out there? Help would be appreciated.

P.S: I do not mean to say that Drupal isn't good, as I have been using it for several projects and still do, it's just that I'm looking for a faster approach in development and easier approach in theming that the design and development community can adopt.

查看更多
登录 后发表回答