资产的:用于PHP的资产管理

时间:2024-03-14 06:32:08
【文件属性】:

文件名称:资产的:用于PHP的资产管理

文件大小:124KB

文件格式:ZIP

更新时间:2024-03-14 06:32:08

PHP

资产性的 Assetic是用于PHP的资产管理框架。 项目状态 该项目不再维护。 开发已经在 assetic/framework套件名称assetic/framework 。 例子 <?php use Assetic \ Asset \ AssetCollection ; use Assetic \ Asset \ FileAsset ; use Assetic \ Asset \ GlobAsset ; $ js = new AssetCollection ( array ( new GlobAsset ( '/path/to/js/*' ), new FileAsset ( '/path/to/another.js' ), )); // the code is merged when the asset is dumped echo $ js -> dump ();


网友评论