دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش: 2nd ed.
نویسندگان: Steve Prettyman
سری:
ISBN (شابک) : 9781484262399, 9781484262405
ناشر: Apress
سال نشر: 2020
تعداد صفحات: 442
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 6 مگابایت
کلمات کلیدی مربوط به کتاب PHP 8 را بیاموزید: با استفاده از MySQL ، JavaScript ، CSS3 و HTML5: علوم کامپیوتر، محاسبات حرفه ای، توسعه وب، زبان های برنامه نویسی، کامپایلرها، مترجمان
در صورت تبدیل فایل کتاب Learn PHP 8: Using MySQL, JavaScript, CSS3, and HTML5 به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب PHP 8 را بیاموزید: با استفاده از MySQL ، JavaScript ، CSS3 و HTML5 نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
کد جامد، ایمن و شی گرا را در PHP 8 جدید بنویسید. در این کتاب شما با استفاده از فرآیند طبیعی ساخت و آزمایش ماژول ها، یک برنامه کاربردی سه لایه کامل ایجاد خواهید کرد. هر لایه این رویکرد عملی به شما در مورد توسعه برنامه آموزش میدهد و ویژگیهای PHP را در زمانی که واقعاً مورد نیاز هستند، معرفی میکند، نه اینکه تئوری انتزاعی و مثالهای ساختگی را در اختیار شما قرار دهد.
در Learn PHP 8، مثالهای برنامهنویسی انجام میشود. استفاده از جدیدترین ویژگی های PHP. شما یک رویکرد یادگیری با انجام را دنبال خواهید کرد که نمونه های کامل کدنویسی را در اختیار شما قرار می دهد. تمرینهای «آن را انجام بده» در هر فصل فرصتی برای اصلاح کد مثال فراهم میکند. تمرین های برنامه نویسی پایان فصل به شما این امکان را می دهد که برنامه های کاربردی خود را با استفاده از الگوریتم های نشان داده شده در فصل توسعه دهید.
هر لایه به طور منطقی و فیزیکی با استفاده از تکنیکهای شی گرا و تزریق وابستگی از هم جدا میشود، بنابراین به لایههای مستقل اجازه میدهد که با تأثیر کم یا بدون تأثیر بر سطوح دیگر بهروزرسانی شوند. علاوه بر آموزش روش های برنامه نویسی خوب از طریق OOP، تاکید زیادی بر ایجاد کد ایمن وجود دارد.
با تکمیل هر فصل، شما این فرصت را خواهید داشت که برنامه ای طراحی و ایجاد کنید که مفاهیم آموخته شده را تقویت کند.
آنچه یاد خواهید گرفت
این کتاب برای چه کسانی است
کسانی که در زمینه توسعه وب، به ویژه برنامه نویسی PHP تازه کار هستند. همچنین، این کتاب میتواند برای کسانی که تجربه PHP/توسعه وب دارند و تازه وارد PHP 8 هستند، مفید باشد.
Write solid, secure, object-oriented code in the new PHP 8. In this book you will create a complete three-tier application using a natural process of building and testing modules within each tier. This practical approach teaches you about app development and introduces PHP features when they are actually needed rather than providing you with abstract theory and contrived examples.
In Learn PHP 8, programming examples take advantage of the newest PHP features; you’ll follow a learn-by-doing approach, which provides you with complete coding examples. “Do It” exercises in each chapter provide the opportunity to make adjustments to the example code. The end-of-chapter programming exercises allow you to develop your own applications using the algorithms demonstrated in the chapter.
Each tier is logically and physically separated using object-oriented and dependency injection techniques, thus allowing independent tiers that can be updated with little or no effect on the other tiers. In addition to teaching good programming practices through OOP, there is a strong emphasis on creating secure code.
As each chapter is completed, you’ll have the opportunity to design and create an application reinforcing the concepts learned.
What You Will Learn
Who This Book Is For
Those new to web development, specifically PHP programming. Also, this book can be useful to those who have some PHP/web development experience who are new to PHP 8.
Table of Contents About the Author About the Technical Reviewer Acknowledgments Introduction Chapter 1: An Introduction to PHP 8 Chapter Objectives/Student Learning Outcomes PHP 7, PHP 7.4+, PHP 8, and PHP.NET PHP Versions: PHP 7+, PHP 7.4+, and PHP 8+ Do It PHP, JavaScript, CSS, HTML, and Apache Web Server Do It PHP, Apache, and MySQL/MariaDB Do It Putting It All Together—PHP, Apache, and MySQL easyPHP Common Installation Problems Missing C# Library Port Conflicts Missing Files Cannot Install Files in Program Files Directory Apache Delays and Hang-Ups Other Errors Configurations XAMPP Common Installation Problems Port Conflicts Missing Files Cannot Install Files in Program Files Directory Apache Delays and Hang-Ups Other Errors Configurations Microsoft Internet Information Server Do It Testing Your Environment Testing Your Administration Environment Do It Testing Your PHP Environment Common Problems Do It Alias (Working) Directories Do It Notepad++, Editors, and Code Testers Notepad++ Other Editors Do It Chapter Terms Chapter Questions and Projects Chapter 2: Interfaces, Platforms, and Three-Tier Programming Chapter Objectives/Student Learning Outcomes PHP Platforms PHP, AJAX, and CSS—Web Applications Do It PHP, AJAX, and CSS—Smart Phone Web Applications Do It PHP, HTML, JavaScript, CSS, and Dynamic Web Pages Do It PHP Three-Tier Architecture Do It Interface Tier Do It Business Rules Tier Do It Data Tier Do It Putting It All Together Case Study Interface Tier Business Rules Tier Data Tier Do It MVC and Dependency Injection Chapter Terms Chapter Questions and Projects Chapter 3: The Basics: PHP 8 Syntax Chapter Objectives/Student Learning Outcomes The Basic Syntax Do It Conditional Statements Do It Functions Do It Arrays Do It Chapter Terms Chapter Questions and Projects Chapter 4: Modular Programming Chapter Objectives/Student Learning Outcomes PHP Libraries, Extensions, Classes, and Objects PHP Extensions Classes and Objects Creating a PHP Class Do It Return Method Do It Set Methods Do It Get Methods Do It Constructor Method Do It Chapter Terms Chapter Questions and Projects Chapter 5: Secured User Interfaces Chapter Objectives/Student Learning Outcomes Secured User Interaction HTML5 Form Validation Do It PHP Filtering Do It Additional HTML Input Security HTML5 Select List Box and Radio Buttons Do It Validating Input with an XML File Do It Dependency Injection Do It Chapter Terms Chapter Questions and Projects Chapter 6: Handling and Logging Exceptions Chapter Objectives/Student Learning Outcomes Handling Exceptions Do It Exception and Error Handling vs. If/Else Conditions Do It Logging Exceptions Do It Reading Log and Text Files Do It Chapter Terms Chapter Questions and Projects Chapter 7: Data Objects Chapter Objectives/Student Learning Outcomes The Data Class JSON Data MySQL and NoSQL Data with MySQL 8+ Do It Backup and Recovery JSON Backup and Recovery MySQL Backup and Recovery Do It Connecting the Data Tier Do It Chapter Terms Chapter Questions and Projects Chapter 8: Authentication Chapter Objectives/Student Learning Outcomes Verification and Sessions JSON Data MySQL Data Do It Registration JSON Data MySQL Data Logging In JSON Data MySQL Data Change Password JSON Data MySQL Data Do It Chapter Terms Chapter Questions and Projects Chapter 9: Multifunctional Interfaces Chapter Objectives/Student Learning Outcomes The Complete Application Data Handling Using JavaScript Do It Updating, Deleting, and Inserting in the Interface Tier Do It Updating, Deleting, and Inserting in the Business Rules Tier Do It Final Touches Do It ABC Canine Shelter Reservation System Logical Design Limitations/Suggestions Chapter Terms Chapter Questions and Projects Index