Toggle navigation
Menu
Home
Bug Solutions
Latest news
4:31:00 PM
Achappan Mahalingam
No comments
What are all the OOP Features in PHP?
Object cloning
Inheritance
Interfaces
Abstract classes
Namespaces
Email This
BlogThis!
Share to X
Share to Facebook
← Newer Post
Older Post →
Home
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
Blog Archive
July
(1)
June
(15)
May
(6)
April
(7)
March
(6)
February
(16)
January
(5)
Total Pageviews
Popular Posts
Sample build.xml to create war file based on eclipse directory structure
Yesterday I got a chance to write sample build.xml for one of my colleague. He has default build.xml for his project which is written by so...
Which command is used to find the total number of php files in linux directory?
[root@achappan~] # find . -name '*.php' | wc -l
Difference between SSL, TLS, and HTTPS?
TLS is the new name for SSL. Namely, SSL protocol got to version 3.0; TLS 1.0 is "SSL 3.1". TLS versions currently defined inclu...
Home Icons
Date Format Validation in PHP
<?php $date_of_completion = '16-03-2015'; $skip=1; ...
Steps to integrate Yamm mega menu into your own bootstrap website
I am doing website design using bootstrap and a need to use mega menu instead of using list menu items in the navigation bar. For this pu...
Escaping from HTML
Everything outside of opening and closing tags is ignored by the PHP parser which allows PHP files to have mixed content. This allows...
Why we need to use php tags?
When PHP parses a file, it looks for opening and closing tags, which are <?php and ?> which tell PHP to start and stop inte...
39 Best Kept Secrets of Great Programmers
Most of the time, using inheritance is a bad object oriented design in the long run. It reduces reusability and testability of code. Con...
13 Essential Tools to Check Cross-Browser Compatibility
Cross-browser refers to the ability of a website, web application, HTML construct or client-side script to function in environmen...
0 comments:
Post a Comment