یادگیری پی اچ پی 7
“آموزش PHP7” اولین کتاب جدید در بازار کتاب در مورد PHP 7 میباشد که برنامهنویسی شیءگرا قدرتمند و امنی را در PHP 7 جدید معرفی میکند و با دقت با شیوهای روشن و مراحلی عالی ارائه شده است. نمونههای برنامهنویسی مزیت استفاده از جدیدترین ویژگیهای PHP، ازجمله افزایش رمزگذاری رمز عبور توسط password_hash را شرح میدهند. این کتاب “یادگیری از طریق انجام کار” را با مثالهای کامل برنامهنویسی برای خوانندگان فراهم میکند. آنچه در این کتاب خواهید آموخت:
اصول اولیه زبان PHP؛ عبارات شرطی، حلقهها، آرایهها، توابع.
نحوه ترکیب PHP با HTML5 ،CSS3 و جاوااسکریپت جهت ایجاد برنامههای وب
شیوه کار با XML ،JSON و دادههای MySQL
روشهای استفاده از تکنیکهای برنامهنویسی امن
نحوه ایجاد گزارشهای مربوط به خطا، گزارش کاربران و گزارش برنامهها
تکنیکهای مختلف تهیه پشتیبانگیری و بازیابی
نحوه استفاده از بلاکهای Try/Catch
سال انتشار: 2016 | 308 صفحه | حجم فایل: 5 مگابایت | زبان: انگلیسی
Learn PHP 7: Object Oriented Modular Programming using HTML5, CSS3, JavaScript, XML, JSON, and MySQL
نویسنده
Steve Prettyman
ناشر
Apress
ISBN10:
1484217292
ISBN13:
9781484217290
قیمت: 16000 تومان
برچسبها: اچ تی ام ال اچ تی ام ال 5 پی اچ پی جاوااسکریپت مای اس کیو ال
This new book on PHP 7 introduces writing solid, secure, object-oriented code in the new PHP 7: 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 7, programming examples take advantage of the newest PHP features, including enhanced password encryption using password_hash. This book takes a learn-by-doing approach, providing 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, the reader is provide the opportunity to design and create an application reinforcing the concepts learned.