abufoysal.blogspot.com
A BLOG: Projects
http://abufoysal.blogspot.com/p/projects.html
User can store name,address and phone no of necessary persons. HTML, CSS, Java Script, PHP-5. MySql 4.1.22. This system can store users’ 50 KB size file. HTML, CSS, Java Script, PHP-5. MySql 5.0.91-community. Apache 2.2.14. Http:/ filestore.000page.com/. HTML, CSS, PHP-5. MySql 5.1.45. Apache. 2.2.15 (Unix). Login Details for Admin. Http:/ admin.massivevoice.com:8446/logout.do. System for VOIP resellers. Http:/ 203.208.198.14:8080/admin. System for VOIP resellers. Subscribe to: Posts (Atom). Watermark te...
abufoysal.blogspot.com
A BLOG: Objects and classes
http://abufoysal.blogspot.com/2010/09/objects-and-classes.html
Friday, September 17, 2010. OOP was designed to allow programmers to more easily model their programs upon real world scenarios - programmers literally define things (objects) in their world (program), set a few basic properties, then ask them to do things. When we define a class, we don't define an object that can be accessed and manipulated. Instead, we define a template for an object. From this blueprint, we create malleable objects through a process known as instantiation. Print " Hello $name.";.
abufoysal.blogspot.com
A BLOG: February 2012
http://abufoysal.blogspot.com/2012_02_01_archive.html
Tuesday, February 28, 2012. Install PHP, Apache and mysql with phpmyadmin in linuxmint is so easy. Following this link http:/ community.linuxmint.com/tutorial/view/486 I installed PHP, Apache and mysql with phpmyadmin in linuxmint. Sunday, February 19, 2012. I got a helpful article on spl autoload register() function in this link http:/ www.electrictoolbox.com/php-spl-autoload/. Subscribe to: Posts (Atom). View my complete profile. পিএইচপি, বাংলায়. JQuery : Make Ajax Call PHP Script with JSON Return.
abufoysal.blogspot.com
A BLOG: Using $this
http://abufoysal.blogspot.com/2010/09/using-this.html
Sunday, September 19, 2010. Inside a class,. Is a special variable that refers to the properties of the same class. Can’t be used outside of a class. It’s designed to be used in statements inside a class to access variables inside the same class. The format for using $this is the following:. For example, in a Car class that has an attribute. In the following way:. Inside the class. We can use. In any of the following statements as shown:. This- gas = 20;. Product[$this- size] = $price;. 8212; as in.
abufoysal.blogspot.com
A BLOG: Don't Show Error in Codeigniter
http://abufoysal.blogspot.com/2013/01/dont-show-error-in-codeigniter.html
Wednesday, January 23, 2013. Don't Show Error in Codeigniter. Often you don't want to show your errors to user while the application is live in CodeIgniter. Even, turning off error reporting is often mentioned as a standard security precaution when switching to a production environment. In this case, There is a very easy way to hide those errors. In the root directory of CodeIgniter install, there is an index.php. Change this like define('ENVIRONMENT', 'production');. Subscribe to: Post Comments (Atom).
abufoysal.blogspot.com
A BLOG: Install LAMP
http://abufoysal.blogspot.com/2012/02/install-lamp.html
Tuesday, February 28, 2012. Install PHP, Apache and mysql with phpmyadmin in linuxmint is so easy. Following this link http:/ community.linuxmint.com/tutorial/view/486 I installed PHP, Apache and mysql with phpmyadmin in linuxmint. Subscribe to: Post Comments (Atom). View my complete profile. পিএইচপি, বাংলায়. Upgrading PHP to PHP7.0 in a CentOS server with Vesta CP. JQuery : Make Ajax Call PHP Script with JSON Return. PHP function to check valid date. What is Page Title? PHP programmer of bangladesh.
abufoysal.blogspot.com
A BLOG: October 2010
http://abufoysal.blogspot.com/2010_10_01_archive.html
Wednesday, October 27, 2010. There is a golden rule in designing a class: keep to real-world thinking. Although that rule sounds simple, it's quite nebulous - what is real-world thinking? There are a number of rules we can follow to keep our code particularly readable:. 8226; We can start or end local variables with a special character so that we are always clear about what variable is being set. The most common method is to start local variables with an underscore, e.g. Name, Age, etc. 8226; Muir's law ...
abufoysal.blogspot.com
A BLOG: September 2010
http://abufoysal.blogspot.com/2010_09_01_archive.html
Thursday, September 30, 2010. Essential Box Model In CSS. The box model is one of the cornerstones of CSS and dictates how elements are displayed and, to a certain extent, how they interact with each other. Every element on the page is considered to be a rectangular box made up of the element’s content, padding, border, and margin. Back to zero. We can do this on a case-by-case basis or for every element by using the universal selector:. Refer to the width and height of the content area. Adding paddi...
abufoysal.blogspot.com
A BLOG: January 2013
http://abufoysal.blogspot.com/2013_01_01_archive.html
Wednesday, January 23, 2013. Don't Show Error in Codeigniter. Often you don't want to show your errors to user while the application is live in CodeIgniter. Even, turning off error reporting is often mentioned as a standard security precaution when switching to a production environment. In this case, There is a very easy way to hide those errors. In the root directory of CodeIgniter install, there is an index.php. Change this like define('ENVIRONMENT', 'production');. Subscribe to: Posts (Atom). The page...