PHP is a widely used, high-level, dynamic, object-oriented and interpreted scripting language primarily designed for server-side web development.
I am trying to figure out what is the security that Drupal 6/7 uses by default to store passwords. Is it MD5,
I need to be grabbing the URL of the current page in a Drupal site. It doesn't matter what content type i
I'm working on a drupal site and when debugging, I am always having to read through long, nested arrays.
I am building an API in Yii 1.x which will be used with a mobile application. Part of the process involves a l
I have been looking into Ember.js, and it looks really great, but one thing that concerns me, and that I can&a
I find Yii great framework, and the example website created with yiic shell is a good point to start... howeve
What is the difference between homeUrl and baseUrl in Yii framework?
In Yii, is there a way to render a single action using a different layout than that defined for the controller
I am trying to build a multi-page form with Yii, but am quite new to PHP and Yii and am wondering what the bes
I have a table which has a field `activated_at` timestamp NULL DEFAULT NULL, which means that it can contain a
I am trying to setup a button with a link to a view. However yii\bootstrap\Button does not have a property url
Please can someone explain how the search method in a Yii2 SearchModel works? I generated it using Gii. Here i
<?php $form = ActiveForm::begin(['id' => 'contact-form']); ?> <?= $for
I'm developing Web app in Yii framework. I need use AJAX in my some pages. So, when I clicked the button
How can I just return the file name. $image is printing absolute path name? <?php $directory = Yii::getPat
I am building an API for a website using Yii. I know that there is a utility class called CJson and has a func