The PHP Handbook
the goal is to get you up to speed quickly with PHP. This book is written by Flavio. I publish programming tutorials on my blog flaviocopes.com and I organize a yearly bootcamp at bootcamp.dev. You can Handbook 1. Preface 2. Introduction to PHP 3. Which kind of language is PHP? 4. Setting up PHP 5. Your first PHP program 6. PHP language basics 6.1. Variables 6.2. Comments 6.3. Types 6.4. Printing Conclusion 1. Preface PHP is an incredibly popular programming language. 5 Statistics say it’s used by 80% of all websites. It’s the language used by WordPress, the widely used content management0 码力 | 97 页 | 8.78 MB | 1 年前3
Laravel 3.2 Documentation............................................................................. 70 Retrieving A Language Line .......................................................................................... Upgrading From 3.1.7 Replace the laravel folder. Laravel 3.1.7 Fixes custom validation language line loading from bundles. Fixes double-loading of classes when overriding the core. Classify start.php file has been expanded in order to give you more flexibility over the loading of your language, configuration, and view files. To upgrade your file, copy your current file and paste it at the0 码力 | 139 页 | 1.13 MB | 1 年前3
Laravel 5.6 中文文档Psr\Log\LoggerInterface 接口。 邮件 withSwiftMessage 回调 在之前版本的 Laravel 中,使用 withSwiftMessage 注册的 Swift 消息自定义回调函数在内容已经被编码并添加到消息后被调用。这些回调现在在 内容被添加前调用,从而允许你自定义编码以及其他消息选项。 分页 Bootstrap 4 分页器生成的分页链接现在默认使用 文件的方式存放在 resources/lang 目录下。例如,如果你的应用有一个西班牙版翻译,需要创建一 个 resources/lang/es.json 文件: { "I love programming.": "Me encanta la programación." } 获取翻译字符串 你可以使用辅助函数 __ 从语言文件中获取行,该方法接收文件和翻译字符串的键作为第一个参数,举个例子,我们从语言文 resources/lang/messages.php 中获取 welcome 对应的翻译字符串: echo __('messages.welcome'); echo __('I love programming.'); 当然如果你使用了 Blade 模板引擎,可以使用 {{ }} 语法打印翻译字符串或者使用 @lang 指令: {{ __('messages.welcome') }} @lang('messages0 码力 | 377 页 | 14.56 MB | 1 年前3
CakePHP Cookbook 2.x
API The Test Cases The IRC channel Official CakePHP Forum Stackoverflow Where to get Help in your Language Controllers The App Controller Request parameters Controller actions Request Life-cycle callbacks security issues Code Initial setup Working on a patch Submitting a pull request Coding Standards Language Adding New Features Indentation Line Length Control Structures Comparison Function Calls Method knowledge. The more object-oriented programming you’ve done, the better: but fear not if you’re a procedural fan. 4. Finally, you’ll need a basic knowledge of the MVC programming pattern. A quick overview can0 码力 | 1096 页 | 958.62 KB | 1 年前3
CakePHP Cookbook 2.x
object-oriented programming you’ve done, the better: but fear not if you’re a procedural fan. 1 CakePHP Cookbook Documentation, Release 2.x 4. Finally, you’ll need a basic knowledge of the MVC programming pattern assumes that you have a general understanding of PHP and a basic understanding of object-oriented programming (OOP). Different functionality within the framework makes use of different technologies – such involved Understanding Model-View-Controller CakePHP follows the MVC36 software design pattern. Programming using MVC separates your application into three main parts: The Model layer The Model layer represents0 码力 | 820 页 | 2.52 MB | 1 年前3
The Laravel Handbook
goal is to get you up to speed quickly with Laravel. This book is written by Flavio. I publish programming tutorials on my blog flaviocopes.com and I organize a yearly bootcamp at bootcamp.dev. You can app”. PHP is often diregarded by developers, but it has some unique features that make it a great language for Web Development and Laravel figured out how to take advantage of the best features of PHP. view files that end with .blade.php and are Blade templates. Blade is a server-side templating language. In its basic form it’s HTML. As you can see, those templates I used above don’t have anything0 码力 | 111 页 | 14.25 MB | 1 年前3
The Next G of PHP--鸟哥@PHPCON2017PROGRAMER PHP HISTORY · Created In 1994 By Rasmus Lerdorf · 20+ Years Programming Language · Most Popular Web Service Program Language · Php7 Is Released At 3 Dec 2015 · Latest Version Is PHP7.2 BORN ~0 #9 RETURN ~0 JUST-IN-TIME COMPILER · PHP Is Weak-Type Language · Lots Of Type-Checks In Runtime TYPE CHECK AVOIDING #0 RECV 10 码力 | 25 页 | 297.68 KB | 1 年前3
CakePHP Cookbook Documentation 5.xand Listeners Additional Reading Internationalization & Localization Setting Up Translations Language Files Extract Pot Files with I18n Shell Setting the Default Locale Changing the Locale at Runtime org/ Straight to the point and straight from the core developers, the CakePHP API (Application Programming Interface) is the most comprehensive documentation around for all the nitty gritty details of the using to enable existing users of stackoverflow to find your questions. Where to get Help in your Language Danish Danish CakePHP Slack Channel [https://cakesf.slack.com/messages/denmark/] French French0 码力 | 1080 页 | 939.39 KB | 1 年前3
CakePHP Cookbook Documentation 5.xorg/ Straight to the point and straight from the core developers, the CakePHP API (Application Programming Interface) is the most comprehensive documentation around for all the nitty gritty details of the using to enable existing users of stackoverflow to find your questions. Where to get Help in your Language Danish • Danish CakePHP Slack Channel7 French • French CakePHP Community8 4 https://cakephp By default CakePHP uses English inflections. If you have database tables/columns that use another language, you will need to add inflection rules (from singular to plural and vice-versa). You can use Ca0 码力 | 848 页 | 2.53 MB | 1 年前3
Falcon v1.3.0 Documentationitself with Cython when available, and also works well with PyPy. Considering a move to another programming language? Benchmark with Falcon + PyPy first. Reliable. We go to great lengths to avoid introducing WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. By contributing to this project, you agree tuple in the form of (language-tag, text), where language-tag is a standard language identifier as defined in RFC 5646, Section 2.1, and text is a Unicode string. Note: language-tag may be an empty string0 码力 | 146 页 | 535.22 KB | 1 年前3
共 67 条
- 1
- 2
- 3
- 4
- 5
- 6
- 7













