
Search In
CakePHP database configuration details are in a file that is located at app/Config/database.php.
This database file user can edit the file in the notepad or sublime and can edit the feilds by which it will be connected to the database.Filling all fie
Hello Friends,
If you are looking to auto load any model function or many models functions like I want to user model will be auto load in my project. Please review the below code for the same and make the changes accordingly.
Please open "code
IMAP
IMAP stands for Internet Mail Access Protocol.
IMAP is the protocol used for manipulating and changing the mails without actually downloading it. You can do any action you want to perform and it will hold by the mail server its
We can dynamically add class to the html using the jQuery.
It is used when we are adding html dynamically or when at an event we want that css to be called.
We can add the css class simply
$("button").click(function(){
$("h1,p,a,span").ad
Hello friends,
This is very important to search a file in Ubantu server like my location in the server is "var/www/html/myproject" and I want to make some changes in my php.ini file but I don't know the location of php.ini file. This i
You may often come to a situation when your UIObject(say UIImageView) is not visible on storyboard.
It may be because you’ve dragged and dropped the UI Object for specification(say Regular Width - Regular Height) other than Any-Any.
S
We can add css by jquery using css() method
To return the value of a specified css property
css("propertyname");
To set a css property
css({"propertyname":"value","propertyname":"value",...});
To set a background and the fontsize of p
$("p")
Add a new script to Main Camera of your scene.
public class CameraController : MonoBehaviour
{
public GameObject player; // add your player object in the tool
private Vector3 offset;
void Start ()
{
offset
Add a animation effect to your game object through simple line code in unity
Add this line to your script update funtion and the object in which this script is added will show you a rotating animation at its position
void Update () {
trans
Reset password is a part of forgot password functionality in ASP.Net identity. When a user forgets his/her password and want to change his password without using old password, then we use reset password functionality.
In Asp.Net identity, we have me
