
Search In
Hello Readers!
In the previous Blog I have explained about HAML, now I am going to explain you that how we can add attributes in It. This syntax is much more similar to the HTML tags
For Example:-
%a{:href
Razor was developed for ASP.NET Web Pages (WebMatrix), which doesn't have the same sort of protection built in regarding Views folders and Routing that you get within MVC.
Since layout pages in Web Pages are not intended
Components of Java Programing
The Java programming contains the following components:
Keywords.
Identifiers.
Operators.
Literals.
Keywords
Keywords are the commands used in Java program, these are the reserved words.
In Java all keywords are in
SQL wildcards are used within a table to search for data. Usage of wildcard characters in SQL call for SQL LIKE operator, which enables to hold a comparison between a value and similar values.
Following are the two types of wildcard operators
Hellow Reader's !, Before going to Discuss about __Call Function in PHP u should know about Magic Function in PHP. If you have ever looked at the source code of open source PHP projects, you might have noticed object methods that begin with a dou
A function in PHP which starts with a double underscore”__” are called magic functions in PHP. __autoload functions is used to add very large number of include statements automatically without the programmer.
For instance:
include “cla
Hello Readers, this blog tutorial will explain how to use naming convention in CakePHP.
CakePHP have its own naming convention standards to be used during PHP application development.
If you want to create application using CakePHP, first you will ne
Generate custom method and view in Cakephp using bake method
As all we know that baking is the best and powerful method provided by cakephp for developing CRUD methods . It helps the developers to develop the website very easily and faster. Currentl
This tutorial will guide you about "How to add regions in drupal 8 theme".
To add region in your template file, first you have to define region in your meta data file i.e (themename.info.yml) & then edit page.html.twig file to print th
JavaScript is one of the most famous programming languages among programmers. Conquering JavaScript is a never ending trend in the market. Here are 12 tips and tricks for programmers to master JavaScript -
!! Operator - Boolean can b