
Search In
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
Create the html for multiple file upload.The form action would go to the "uploads.php" file.
<form action="upload.php" method="post" enctype="multipart/form-data">
Select Files:
<input name="blogimg[]" type="file"/&
Retrieve the data from the database.
CakePHP come with the functions to get the data from the database.
find: It is a multifunctional function of all model data-retrieval function.
It is used under the controller.
It is used for fetching th
Network Addressing
Network refers to the collection of components in a specified network or region.
Network address refers to the number of terminals connected within the network.
The addressing is mainly done to identify t
CakePHP comes with an default email library that already supports SMTP mail protocol. In this article we will come to know that how we can send an email in HTML or text both.
We have to define the layout of text and HTML emails In app/views/la
There are many factors based on the quality for the web applications. Few of them are mentioned below --
1- Reliability
2- Security
3- Usability
4- Maintainability
Reliability:- Meaning of reliability is that which all can trus
Beta testing includes sending the product to beta test sites outside the testing environment for real world exposure. Numerous people have run over beta testing in real life circumstances – it could have been anything for one of your
Importing vendor files in Cakephp 3
If you have used Cakephp 2x then we know how to import vendor files there. In Cakephp 2x we do the following to import vendor files:
App::import('Vendor', 'Twitter', array('file' => 'Twitter' . DS . 'src'. DS
The services yield by Anjularjs which can be utilized for communication based on event between controllers are $on, $emit, and $broadcast. These are under the publish/subscribe design pattern of angularjs i.e. you can publish an event somewhere and s

In this tutorial you will learning about how to make a letter from bricks
Step 1: Open up a new document with any size.
Step 2: Goto the Type tool (T) and type W alphabet on the canvas.
Step 3: Now we need to create bricks. so firstly sele
