Hello World
class CodingYour Life {
var blog = "Coding Your Life";
function __constructor($blogger) {
$this->blog=$blogger;
}
public function who_Am_I( ){
echo "
I am an enthusiastic computer engineering student for Laravel framework,
Python,VHDL and electronic design. Self learning is my favorite. These days I am
following Django and Python web access tutorials.Also developing a Simple blog system
using Laravel and Django ";
I am an enthusiastic computer engineering student for Laravel framework,
Python,VHDL and electronic design. Self learning is my favorite. These days I am
following Django and Python web access tutorials.Also developing a Simple blog system
using Laravel and Django ";
}
public function why_I_started_this( ) {
echo "
My good friend Anjana suggested start a blog to share my ideas with my fellow
enthusiastic coders.";
enthusiastic coders.";
}
public function what_I_write( ){
echo "
Share the problems I faced during coding and how I solved them. Some solutions
may be my own or something different than conventional solutions. I try to do thing
my way. ";
may be my own or something different than conventional solutions. I try to do thing
my way. ";
}
/*
Currently I am following a document about OOP in php[1] . So I used this typical php class as
  my theme for the first post.
  my theme for the first post.
References :
[1]
“Object Oriented PHP Tutorial for Beginners,” KillerPHP.com. [Online]. Available: http://www.killerphp.com/tutorials/object-oriented-php/. [Accessed: 17-Jan-2017].
*/
}
?>
Nice start!, keep up the infotainment :)
ReplyDeletegood work, keep doing continuously
ReplyDelete