简体   繁体   English

使用PHP复制诸如row-grid.js或CollagePlus之类的网格以在服务器端安排图像

[英]Use PHP to replicate grids like row-grid.js or collagePlus to arrange images server-side

I hope the title is descriptive enough. 我希望标题具有足够的描述性。

I've used jQuery row-grid.js a couple times. 我已经使用jQuery row-grid.js几次。 It works fine. 工作正常。 I would like to do the arranging server-side instead, for obvious reasons. 出于明显的原因,我想安排服务器端。 I assumed there must be something to do this with PHP. 我认为必须使用PHP才能做到这一点。 I know how I would approach it and get the job done but I don't want to re-invent the wheel. 我知道我将如何处理并完成工作,但是我不想重新发明轮子。 Apparently I'm not using the right search terms because I come up empty. 显然我没有使用正确的搜索词,因为我空了。

Here is an example of row-grid.js's work: 这是row-grid.js的工作示例:

http://www.ericdunlap.com/stuff/sample-grid.jpg http://www.ericdunlap.com/stuff/sample-grid.jpg

If anyone could point me in the right direction, I'd appreciate it. 如果有人能指出我正确的方向,我将不胜感激。

阅读插件中使用的Javascript代码,然后用PHP重写。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无论如何,就像在PHP中(嵌入到doc中一样)在服务器端使用js吗? - Is there anyway to use js on the server-side just like I would with PHP (embedded in doc)? 使fancybox(jquery)使用服务器端(php)调整图像大小 - Make fancybox (jquery) use server-side (php) resizing for images 服务器端表使用 JS、Php 或 Ajax 从表(但不是数据库)中删除行 - Server-side table deletes row from tables (but not database) using JS, Php, or Ajax 我可以使用HTML5作为服务器端语言,例如PHP,ASP.NET - Can I use HTML5 as the server-side languages like PHP, ASP.NET PHP 表单验证服务器端,用于更新数据库中的现有行 - PHP form validation server-side for updating an existing row in a database 服务端PHP如何实现两张或多张图片的叠加? - How to make the superposing of two or more images on server-side PHP? 什么是“PHP”的运行时环境,例如用于构建服务器端 Web 应用程序的“Javascript”的“Node.js”运行时环境? - What is and where is the runtime environment for 'PHP' like the 'Node.js' runtime environment for 'Javascript' to build server-side web applications? PHP中的服务器端重定向 - Server-Side Redirect in PHP 使用 JS/PHP 将二维码保存为服务器端的图像 - Save QR-Code as an Image on Server-Side with JS/PHP 从php到exec()运行服务器端js - Run server-side js from php through exec()
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM