Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
TMS的PHP特性
Search
d2forum
December 13, 2013
Programming
0
1.6k
TMS的PHP特性
d2forum
December 13, 2013
Tweet
Share
More Decks by d2forum
See All by d2forum
Leap Motion体感实战
d2forum
0
1.2k
跨终端产品实践
d2forum
12
1.9k
Touching Future—s01-e01
d2forum
2
890
KissyCake
d2forum
3
750
贡献标准.s01.e02
d2forum
3
1.3k
一淘响应式设计实践
d2forum
10
960
响应式web设计与实现介绍
d2forum
8
790
定制版设计开发vs响应式设计开发
d2forum
0
170
定制版设计开发vs响应式设计开发之性能及流量
d2forum
2
410
Other Decks in Programming
See All in Programming
Beyond ORM
77web
11
1.6k
[JAWS-UG横浜 #80] うわっ…今年のServerless アップデート、少なすぎ…?
maroon1st
0
100
盆栽転じて家具となる / Bonsai and Furnitures
aereal
0
1.8k
PHPで学ぶプログラミングの教訓 / Lessons in Programming Learned through PHP
nrslib
4
1.1k
『改訂新版 良いコード/悪いコードで学ぶ設計入門』活用方法−爆速でスキルアップする!効果的な学習アプローチ / effective-learning-of-good-code
minodriven
28
4.1k
ISUCON14感想戦で85万点まで頑張ってみた
ponyo877
1
590
React 19でお手軽にCSS-in-JSを自作する
yukukotani
5
560
非ブラウザランタイムとWeb標準 / Non-Browser Runtimes and Web Standards
petamoriken
0
430
20241217 競争力強化とビジネス価値創出への挑戦:モノタロウのシステムモダナイズ、開発組織の進化と今後の展望
monotaro
PRO
0
280
ErdMap: Thinking about a map for Rails applications
makicamel
1
630
Fixstars高速化コンテスト2024準優勝解法
eijirou
0
190
CQRS+ES の力を使って効果を感じる / Feel the effects of using the power of CQRS+ES
seike460
PRO
0
240
Featured
See All Featured
The World Runs on Bad Software
bkeepers
PRO
66
11k
Designing on Purpose - Digital PM Summit 2013
jponch
116
7.1k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Speed Design
sergeychernyshev
25
740
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
30
2.1k
VelocityConf: Rendering Performance Case Studies
addyosmani
327
24k
What's in a price? How to price your products and services
michaelherold
244
12k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.8k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.3k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Designing for Performance
lara
604
68k
Transcript
None
http://wiki.tms.taobao.net/version:start
• • •
• »
•
• • • •
http://wiki.tms.taobao.net/syntax:php:start <?php $a = _tms_textLink(…); ?>
•
• http://wiki.tms.taobao.net/syntax:php:start
• <?php _tms_custom('{"name":"名称","title":"标题","group":"分组", "row":"5","defaultRow":"1", "fields":"link:链接:href"}'); ?> http://wiki.tms.taobao.net/syntax:php:start
• • • • http://wiki.tms.taobao.net/syntax:php:start
None
• • • <?php _tms::json_encode($a); _tms::is_edit(); ?> http://wiki.tms.taobao.net/dpl:tms.php
• • • http://wiki.tms.taobao.net/dpl:tms.php
http://wiki.tms.taobao.net/syntax:php:start <?php include_once '/home/admin/cai/templates/app/tms/tms.php'; ?>
• • • • • • http://wiki.tms.taobao.net/dpl:tms.php
• <?php if (_tms::is_intranet()) { echo 'hello alibaba'; } ?>
http://wiki.tms.taobao.net/dpl:tms.php
• <?php if (_tms::is_before('2013-12-12 00:00:00')) { @include_once 'a.php'; } else
{ @include_once 'b.php'; } ?> http://wiki.tms.taobao.net/dpl:tms.php
• <?php $textLinkList = _tms_textLink('{"name":"名称","title":"标题 ","group":"分组","row":"5","defaultRow":"1"}'); echo _tms::jsonp($textLinkList); ?> http://wiki.tms.taobao.net/dpl:tms.php
None
http://wiki.tms.taobao.net/