آموزش جامع PHP از ليندا

RRP:
قیمت:
700 تومان
كد كالا:
2020
فروشنده:
برند:
ليندا
شرایط:
وزن:
26.00 گرم
امتیاز:
()
تحويل:
حمل و نقل:
كادو هدیه:

تعداد:


توضیحات محصول

Lynda - PHP with MySQL Beyond the Basics : آموزشی فراتر از سطح مقدماتی برای زبان برنامه نويسی پي اچ پي و بانك اطلاعاتی ماي اس كيو ال، در واقع اين آموزش برای كسانی است كه سطح مقدماتی موسوم به Essential را گذرانده اند و آماده يادگيری مباحث پيشرفته‌تر شده اند، می‌باشد. برخی از مباحث ارائه شده عبارتند از: مقدمه و نکاتی آموزنده توسط مدرس در مورد زبان برنامه نویسی PHP و نیز پایگاه داده MySQL ، مراحل نصب و پروژه Setup دیتابیس MySQL و PHP ، ادامه کار با PHP و آموزش فنون و شگرد های پیشرفته آن ، شروع کار و مقدمه ای در مورد (Object-Oriented Programming (OOP  و Object-Oriented Programming یا  (OOP) در عمل، پروژه نصب و پیاده سازی یک گالری عکس یا Photo Gallery Project Setup ، پایه و اساس یک OOP یا Foundations of an  ،OOP Project کار با فایل ها و پوشه ها، آپدیت نمودن فایل ها، نهائی سازی Class یوزرها، نهائی سازی Class عکاسان و کاربران سطح بالا، ایجاد کلاس برای توضیحات یا Comment ها، ایجاد و ساخت صفحه بندی در PHP و MySQL، آموزش ارسال ایمیل در PHP، ساخت Template و بهینه سازی پروژه، و ده ها آموزش دیگر در مورد PHP و MySQL كه ليست كامل مباحث در زير آمده است:

Lynda - PHP with MySQL Beyond the Basics

Introduction
Welcome
Using the exercise files
1. Installation and Project Setup
PHP and MySQL installation
Project setup
2. Intermediate PHP Techniques
Using variable variables
Applying more array functions
Building dates and times: Epoch/Unix
Formatting dates and times: Strings and SQL
Setting server and request variables
Establishing global and static variable scope
Making a reference assignment
Using references as function arguments
Using references as function return values
3. Introduction to Object-Oriented Programming (OOP)
Introducing the concept and basics of OOP
Defining classes
Defining class methods
Instantiating a class
Referencing an instance
Defining class properties
4. OOP in Practice
Understanding class inheritance
Setting access modifiers
Using setters and getters
Working with the static modifier
Reviewing the scope resolution operator
Referencing the Parent class
Using constructors and destructors
Cloning objects
Comparing objects
5. Photo Gallery Project Setup
Overview of the project
Creating project and asset directories
Creating a MySQL database
6. Foundations of an OOP Project
Creating the MySQL Database class
Adding queries to the MySQL Database class
Using the database object
How OOP is an improvement
Creating a User class
Instantiating user objects
Revising find methods to instantiate
Autoload: The undeclared object safety net
Creating the Session class
Logging in using the Session class
Initializing files and path constants
Using path content for layout
Late static binding
7. Working with Files and Directories
File system basics
Understanding file permissions
Setting file permissions
PHP permissions
Accessing files
Writing to files
Deleting files
Moving the file pointer
Reading files
Examining file details
Working with directories
Viewing directory content
Creating a log file: Assignment
Creating a log file: Solution
8. Uploading Files
Configuring PHP for file uploads
Sending files as form data
Inspecting uploaded files
Uploading errors
Moving uploaded files
9. Completing the User Class
Remaining user CRUD
Creating users
Updating users
Deleting users
Abstracting the database table name
Abstracting the attributes
Finding the database attributes
10. The Photograph Class
Starting the Photograph class
Coding the Photograph class
Saving photographs
Uploading photographs
Listing photographs
Storing messages in the Session class
Deleting photographs
Displaying photographs in the public area
11. The Comment Class
Creating the Comment class
Building the comment form
Listing comments
Reviewing comments in the staff area
12. Pagination
Understanding the concepts behind pagination
Using LIMIT, OFFSET, and COUNT
Finding the pagination variables
Using the Pagination class
Paginating photographs
Using pagination links
13. Sending Emails
Configuring PHP for email
Sending email with mail()
Using headers
Reviewing SMTP
Using PHPMailer
Building notification for new comments
14. Templating and Code Organization
Using MVC architecture
Simple templating
Using the Smarty PHP templating engine
Building PHP libraries and frameworks
Conclusion
Goodbye
Appendix: PHP Installation and Configuration Assistance
Installing on Mac 10.4 (Tiger)
Installing on Mac 10.5 (Leopard)
Configuring a Mac
The text editor on Mac
phpMyAdmin installation on Mac
Installing on Windows
Configuring on Windows
The text editor on Windows
MySQL basics: phpMyAdmin
No Tabs

 

Lynda - PHP with MySQL Essential Training : آموزش مقدماتی php و MySql : در اين مجموعه آموزش استاد Kevin Skoglund از پايه شما را با نحوه ساخت يك وبسايت پويا توسط زبان برنامه نويسی پي اچ پي و بانك اطلاعات ماي اس‌كيوال آشنا می‌كند. آموزش متغيرها، آرايه‌ها، توابع، نحوه پی‌ريزی و ارتباط با ديتابيس، ساختن معتبرسازی و پردازش فرم‌ها و بسياری مباحث كاربری ديگر به همراه مثال های روشن در اين بسته آموزشی ارائه شده است كه ليست كامل مباحث را می‌توانيد در زير مشاهده نماييد.

Lynda - PHP with MySQL Essential

Introduction
Introduction (updated)
Using the exercise files 
1. PHP Overview
What is PHP?
History
Why choose PHP?
Installation overview
2. Mac Installation
Installing on Mac 10.4 (Tiger) (updated) 
Installing on Mac 10.5 (Leopard) (updated) 
Configuring
The text editor
phpMyAdmin
3. Windows Installation
Installing
Configuring
The text editor
4. First Steps
Viewing PHP configuration information
Embedding PHP
''Hello World!''
The operational trail
Inserting comments
5. Exploring Data Types
Variables
Strings
String functions
Numbers pt. 1: Integers
Numbers pt. 2: Floating points
Arrays
Array functions
Booleans and NULL
Type switching and casting
Constants
6. Control Structures Pt. 1: Logical Expressions
If statements
Else and elseif statements
Logical operators
Switch statements
7. Control Structures Pt. 2: Loops
While loops
For loops
Foreach loops
Continue
Break
Understanding array pointers 
8. User-Defined Functions
Defining functions
Using functions
Returning values from a function
Setting global variables
Setting default values
9. Debugging
Debugging and troubleshooting
10. Building Web Pages
Links and URLs
Using GET values
Encoding GET values
Encoding for HTML
Building forms
Setting cookies
Establishing sessions
Headers and page redirection
Including and requiring pages
11. MySQL Basics
MySQL introduction 
Creating a database in MySQL
Populating a MySQL database 
phpMyAdmin
Connecting to MySQL with PHP
Accessing data in MySQL with PHP
12. Building a Content Management System
Blueprinting your application
Building the CMS database
Understanding relational databases
Establishing your work area
Creating your first page
Making page assets reusable
Connecting your site to a database
Building dynamic navigation
Refactoring the navigation
Adding links to your navigation
Determining which page is selected
Displaying HTML based on the selection
13. Application CRUD
Finding a subject in the database
Finding a page in the database
Creating a page for a new subject
Creating a subject entry form
Adding subjects
Escaping values for MySQL
Form validation
Additional form validation
Editing a subject
Using single-page submission
Updating a subject in the database
Sending form results as messages
Deleting a subject
CRUD review and assignment
CRUD assignment results
14. Building the Public Area
The public appearance
Navigation in the public context
Functions in the public context
Creating a default subject behavior
Text encoding and transforming
15. Regulating Page Access
User access overview
Encryption
Creating a login system
Checking authorization
Using sessions to maintain login status
Creating a logout page
Conclusion
Goodbye

Lynda - PHP Essential Training : آموزش مقدماتی زبان برنامه نويسی php از كمپانی ليندا، اين آموزش كه در دو سی‌دی عرضه شده است، به طور پايه‌ای به آموزش يك بك يك دستورات و اصول اين زبان می‌پردازد. در این مجموعه آموزشی با نحوه کد نویسی در زبان برنامه نویسی PHP به طور کامل مسلط می شوید. این زبان توسط میلیون ها نفر از طراحان وب در سراسر دنیا مورد استفاده قرار می گیرد . در این آموزش با قوانین این زبان یا به اصطلاح با Syntax برنامه نویسی در آن آشنا می گردید. گوشه از مباحث ارائه شده عبارتند از:
انواع داده ، تعریف متغیر ها ، نحوه تعریف ثابت ها ، انجام محاسبات با عملگر ها ، آموزش کامل دستور های شرطی، دستور های ایجاد و کار با آرایه ، کار با متون ، ایجاد فرم هایورودی و خروجی برای اطلاعات ، توابع و کار با Database هایی همچون Access و SQL

php mysql video tutorial : شامل 19 فيلم آموزشی از نصب و تنظيم php گرفته تا مباحث مربوط به متغيرها، آرايه‌ها و ديتابيس و phpmyadmin.

Lynda - Setting Up PHP 5 for Windows with Apache or IIS : آموزش نحوه نصب پی اچ پی برای سيستم عامل ويندوز با آپاچی يا آی آی  اس

Lynda - Setting Up MySQL 5 for PHP in Windows  : آموزش نصب پايگاه داده مای‌اس‌كيوال پنج برای پی‌اچ‌پی‌ در ويندوز

book for php : شامل 80 كتاب آموزشی به زبان انگليسی و فارسی از انتشارات معتبر جهانی در باب زبان برنامه نويسی php.

 


جزئیات دیگر

حجم:
3.9 گيگابايت
مدت:
35 ساعت
وبسايت:
lynda.com
قيمت جهانی:
398 دلار

پیدا كردن محصولات مشابه توسط تگ

MySQL  PHP  

پیدا كردن محصولات مشابه توسط دسته بندی

سبد خرید شما

تحویل: كم‌ترین زمان ممكن
حمل و نقل:
رسیدگی:
زيرجمع: 0 تومان
دیدن، ویرایش و اطلاع از هزینه حمل و نقل   پرداخت هزینه محصولات

شما اخیرا دیده اید...