📜 ⬆️ ⬇️

Video Course on Kohana 3.1

Greetings to you, dear habraklyudi!

I want to bring to your attention the video course of my production on the Kohana 3.1 framework.

What kind of video course is and who needs it: the video course is free, available without prior registration - I am not a follower of Azamat Ushanov (yes, there are still those, but there are very few of us).
')
The main goal of the video course is to communicate in understandable language (accessible even to a beginner) about the advantages of OOP and the MVC approach, about the capabilities of the Kohana framework in terms of simplifying the programmer’s work in implementing frequently used modules.

The fact is that the official user manual for Kohana 3.1 is no good (especially for a novice webmaster), and getting information structured into a complexity-thematic sequence from scattered blog posts is very difficult. I decided to compensate for this disadvantage by issuing a video course with a consistent presentation of the material, from installing a local development environment to implementing a specific project on Kohana (the project is a kind of educational system that I program from lesson to lesson).

For whom the video course is intended: novice webmasters who want to move from programming in pure PHP to the MVC framework.


I hope the video course will allow you to overcome the threshold of entry into the topic and, in the future, will provide an opportunity to independently find answers to emerging questions no longer in such torment.

Video lessons:

1. Introduction to MVC (I published as an article on my blog ).

2. Installing and configuring the local development environment (Apache + PHP + MySQL under Windows).

Text description here .

3. Installing Kohana.

Text description here .

4. Work with CNC in Kohana (basic fundamentals).

Text description here .

5. Layout of the authorization page. I decided to devote these video tutorials to HTML + CSS layout.

Text description here .

6. Work with the controller.

Text description here .

7. Work with the authorization module in Kohana.

Text description here .

8. Class and class instance, with reference to the authorization module.

Text description here .

9. We write our parent controller. Prevent entry to an unauthorized user.

Text description here .

10. ORM.

Text description here .

11. Validation in the model by means of Kohana.

Text description here .

12. Connection and setup of the module downloaded from the Internet (sending mail).

Text description here .

13. Separation of access rights.

Detailed text description here .

14. Recover forgotten password.

Detailed text description here .

15. The display logic in the model is not the place.

Detailed text description here .

All video tutorials on my blog are united by one tag . Link to download a video tutorial in the relevant blog posts.

I continue to publish the course, who are interested, look at the blog .

By the way, I can offer my other courses to novice webmasters:

div site layout .

Setting up a server or hosting on a home computer .

JavaScript Course

Photoshop for the webmaster .

Source: https://habr.com/ru/post/117754/


All Articles