The Definitive Guide to Yii 2.0y i i f r a m e w o r k . c o m / d o c / g u i d e Q i a n g X u e, A l ex a n d er M a k a r o v , C a r s t en B r a n d t , K l i m o v P a u l , a n d m a n y co n t r i b u t o r s f r o m t h e i s t u t o r i a l i s r e l e a s e d u n d e r t h e T e r m s o f Y i i D o c u m e n t a t i o n . C o p y r i g h t 2 0 1 4 Y i i S o f t w a r e L L C . A l l R i g h t s R e s e r v e d . C o o n t e n t s 1 I n t r o d u c t i o n 1 1 . 1 W h a t i s Y i i . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1 . 2 U p g r a d i n g f r o m V e r s i o n 1 . 1 . . . . . . . . . . .0 码力 | 605 页 | 2.47 MB | 1 年前3
The Definitive Guide to Yii 1.1
a nd X i a ng W e i Z huo C op y r i gh t 2008- 2009. Al l R i gh t s R e s e r v e d . C o n t e n t s C on t e n t s i L i c e n s e x i 1 G e t t i n g S t a r t e d 1 1. 1 T h e D e fi n i t i F e at u r e s . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1. 2. 1 Ve r s i on 1. 1. 0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1. 2. 2 Ve r s i on 1 3 Ve r s i on 1. 0. 10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1. 2. 4 Ve r s i on 1. 0. 8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1. 2. 5 Ve r s i on0 码力 | 184 页 | 1.05 MB | 1 年前3
The Definitive Guide to Yii 1.0
a nd X i a ng W e i Z huo C op y r i gh t 2008- 2009. Al l R i gh t s R e s e r v e d . C o n t e n t s C on t e n t s i L i c e n s e i x 1 G e t t i n g S t a r t e d 1 1. 1 T h e D e fi n i t i F e at u r e s . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1. 2. 1 Ve r s i on 1. 0. 8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1. 2. 2 Ve r s i on 1 . . . . . . . . . . . . . . . . . . . 1 1. 2. 3 Ve r s i on 1. 0. 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1. 2. 4 Ve r s i on 1. 0. 5 . . . . . . . . . . . . . . . . . . .0 码力 | 164 页 | 1002.30 KB | 1 年前3
Yii 2.0 权威指南ex a n d er M a k a r o v , C a r s t en B r a n d t , K l i m o v P a u l , a n d m a n y co n t r i b u t o r s f r o m t h e Y i i co m m u n i t y 简体中文 t r a n s l a t i o n p r o v i d ed b y : h y a n g , i y u a n c, x i a o l i u s h i f u , j h q 0 1 1 3 , f u n s o n 8 6 , r i v er l et , a b r a h a m g r ey s o n , f en g y h 轔 轨 轩 轳 轴 轵 轴 软 轲 轩 轡 转 轩 轳 轲 轥 转 轥 轡 轳 轥 轤 轵 轮 轤 轥 轲 轴 轨 轥 轔 轲 转 助手类(轕 轲 转 轈 轥 转 轰 轥 轲 ) 輮 輮 輮 輮 輮 輮 輮 輮 輮 輮 輮 輮 輮 輮 輮 輮 輮 輮 輮 輮 輵 輲 輸 C h a p t e r 1 介 介 介绍 绍 绍( ( (I n t r o d u c t i o n ) ) ) 1 . 1 Y i i 是 是 是什 什 什么 么 么 轙 轩 轩 是一个高性能,基于组件的 轐 轈 轐 框架,用于快速开发现代0 码力 | 537 页 | 4.66 MB | 1 年前3
《Slides Dev Web》02. Introduction aux frameworks PHP
similaires pour de nombreuses applis • Composants de haut-niveau réutilisables (faible couplage) • Règles de codage et d’architecture • Code sûr et efficace • Facilite les tests et la gestion de projets complexes des infos • Front Controller – Traitement et dispatch des requêtes grâce aux routes – (bootstrap, ré-écriture des URL, …) • Object Relational Mapping5 – Active Record, Table Data Gateway, Data Mapper formatted) URL • Les URL doivent être explicites : – Manipulées par l’utilisateur – Utilisées pour le référencement • Cohérence avec l’implémentation MVC : http://app.host.tld/controller/action[/key/val]0 码力 | 24 页 | 1.03 MB | 1 年前3
Guzzle PHP v5 Documentationforeach ($response->getHeaders() as $name => $values) { echo $name . ': ' . implode(', ', $values) . "\r\n"; } The body of a response can be retrieved using the getBody method. The body can be used as a string string. $r = $client->request('POST', 'http://httpbin.org/post', [ 'body' => 'raw data' ]); 1.2. Quickstart 9 Guzzle, Release // Provide an fopen resource. $body = fopen('/path/to/file', 'r'); $r = $c hello!'); $r = $client->request('POST', 'http://httpbin.org/post', ['body' => $body]); An easy way to upload JSON data and set the appropriate header is using the json request option: $r = $client->request('PUT'0 码力 | 49 页 | 231.08 KB | 11 月前3
Guzzle PHP 6.5 Documentation($response->getHeaders() as $name => $values) { echo $name . ': ' . implode(', ', $values) . "\r\n"; } The body of a response can be retrieved using the getBody method. The body can be used as a the body as a string. $r = $client->request('POST', 'http://httpbin.org/post', [ 'body' => 'raw data' ]); // Provide an fopen resource. $body = fopen('/path/to/file', 'r'); $r = $client->request('POST' hello!'); $r = $client->request('POST', 'http://httpbin.org/post', ['body' => $body]); An easy way to upload JSON data and set the appropriate header is using the json request option: $r = $client->request('PUT'0 码力 | 65 页 | 311.42 KB | 11 月前3
Guzzle PHP 7.0 Documentation($response->getHeaders() as $name => $values) { echo $name . ': ' . implode(', ', $values) . "\r\n"; } The body of a response can be retrieved using the getBody method. The body can be used as a the body as a string. $r = $client->request('POST', 'http://httpbin.org/post', [ 'body' => 'raw data' ]); // Provide an fopen resource. $body = fopen('/path/to/file', 'r'); $r = $client->request('POST' hello!'); $r = $client->request('POST', 'http://httpbin.org/post', ['body' => $body]); An easy way to upload JSON data and set the appropriate header is using the json request option: $r = $client->request('PUT'0 码力 | 64 页 | 310.93 KB | 11 月前3
Guzzle PHP 7.0 Documentationforeach ($response->getHeaders() as $name => $values) { echo $name . ': ' . implode(', ', $values) . "\r\n"; } The body of a response can be retrieved using the getBody method. The body can be used as a string the body as a string. $r = $client->request('POST', 'http://httpbin.org/post', [ 'body' => 'raw data' ]); // Provide an fopen resource. $body = fopen('/path/to/file', 'r'); $r = $client->request('POST' hello!'); $r = $client->request('POST', 'http://httpbin.org/post', ['body' => $body]); An easy way to upload JSON data and set the appropriate header is using the json request option: $r = $client->request('PUT'0 码力 | 50 页 | 235.39 KB | 11 月前3
Guzzle PHP v5 Documentation($response->getHeaders() as $name => $values) { echo $name . ': ' . implode(', ', $values) . "\r\n"; } The body of a response can be retrieved using the getBody method. The body can be used as a the body as a string. $r = $client->request('POST', 'http://httpbin.org/post', [ 'body' => 'raw data' ]); // Provide an fopen resource. $body = fopen('/path/to/file', 'r'); $r = $client->request('POST' hello!'); $r = $client->request('POST', 'http://httpbin.org/post', ['body' => $body]); An easy way to upload JSON data and set the appropriate header is using the json request option: $r = $client->request('PUT'0 码力 | 62 页 | 309.78 KB | 11 月前3
共 84 条
- 1
- 2
- 3
- 4
- 5
- 6
- 9













