CodeIgniter Forums
OOP Concept PHP - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: OOP Concept PHP (/showthread.php?tid=72916)



OOP Concept PHP - kevinjunior - 02-28-2019

As a first learner of programming how to learn a PHP in OOP Concept

Should I understand  about logic, aritmethic, assingment concept, as I know PHP Native is used OOP Concept not MVP Concept


Now, I use Visual Studio Code in New Version 1.31,

What is the step to undertand OOP Concept in PHP ?


RE: OOP Concept PHP - dave friend - 02-28-2019

(02-28-2019, 12:33 AM)kevinjunior Wrote: As a first learner of programming how to learn a PHP in OOP Concept

Should I understand  about logic, aritmethic, assingment concept, as I know PHP Native is used OOP Concept not MVP Concept

Now, I use Visual Studio Code in New Version 1.31,

What is the step to undertand OOP Concept in PHP ?

You need to understand ALL the concepts of logic, syntax and much, much more. Pretty much everything on this page. (It is available in multiple languages.)

Both OOP and MVC use "Native" PHP.
Object-oriented programming (OOP) is an alternative to "Procedural" programming.
Model-View-Controller (MVC) is an architectural pattern which, more often than not, uses OOP

To learn about OOP in PHP start with the PHP Documentation


RE: OOP Concept PHP - kevinjunior - 03-03-2019

(02-28-2019, 01:52 PM)dave friend Wrote:
(02-28-2019, 12:33 AM)kevinjunior Wrote: As a first learner of programming how to learn a PHP in OOP Concept

Should I understand  about logic, aritmethic, assingment concept, as I know PHP Native is used OOP Concept not MVP Concept

Now, I use Visual Studio Code in New Version 1.31,

What is the step to undertand OOP Concept in PHP ?

You need to understand ALL the concepts of logic, syntax and much, much more. Pretty much everything on this page. (It is available in multiple languages.)

Both OOP and MVC use "Native" PHP.
Object-oriented programming (OOP) is an alternative to "Procedural" programming.
Model-View-Controller (MVC) is an architectural pattern which, more often than not, uses OOP

To learn about OOP in PHP start with the PHP Documentation

Ok thank your very much,

Are you OK, if I ask you in private message


RE: OOP Concept PHP - InsiteFX - 03-04-2019

If you want to Private Message some one make sure you turn Private Messaging on in your Profile.


RE: OOP Concept PHP - dave friend - 03-09-2019

(03-04-2019, 04:57 AM)InsiteFX Wrote: If you want to Private Message some one make sure you turn Private Messaging on in your Profile.

Likewise, if a user allows private messages it's probably safe to assume the will accept questions via PM.


RE: OOP Concept PHP - InsiteFX - 03-09-2019

The Journal - PHP 7 OOP Related