Skip to main content

Questions tagged [drupal]

Drupal is an open source CMS framework written in PHP. Its flexible framework structure allows developers to easily attach customized addons.

0 votes
2 answers
204 views

We've been using BEM for several Drupal CMS projects quite successfully. This means we've been following a frontend-first approach where frontend developers specify the HTML, which is then implemented ...
dude's user avatar
  • 61
-1 votes
1 answer
175 views

A Drupal website is using external Rest API service. The problem is that in a rare occasion when the Rest API service loses database or crashes for whatever reason, that causes the Drupal website to ...
Đuro Mandinić's user avatar
7 votes
5 answers
1k views

Problem: We have to develop a CMS for our sites. The sites are kind of different, but they have common parts. We need to use our external user system and permissions, the menus are different for each ...
rungurean's user avatar
0 votes
1 answer
2k views

I want to confirm the right approach of using try-catch exception handler. I have written a query in a try block, and if any exception is thrown, it will execute a query in a catch block. Is this ...
Sugandh Khanna's user avatar
0 votes
3 answers
191 views

I'm not familiar with Drupal, really. I can dig around the admin interface and navigate the directories and find the files that I need to just fine as well. What I'm really not familiar with is ...
zaemz's user avatar
  • 359
7 votes
4 answers
1k views

I have been given a Drupal project from an external web agency and have been trying to becomer wiser on both Drupal and their approach of making a site. With time I've learnt a bit morer about Drupal, ...
Robin Castlin's user avatar
4 votes
2 answers
146 views

We use Drupal 7 as our base CMS tool. For one specific product, something like an ERP, we've created sort of a non-drupal layer, to keep our specific business code in. It would be something like ...
Daniel Ribeiro's user avatar
9 votes
2 answers
3k views

I'm working on a content synchronisation module for Drupal. There is a server module, which sits on ona website and exposes content via a web service. There is a also a client module, which sits on ...
littledynamo's user avatar
3 votes
8 answers
5k views

I have a team of skilled C# developers with vast experience in creating ASP.NET MVC applications. We will soon be starting a new big web site project based on the Drupal platform. My developers do not ...
Diana's user avatar
  • 39
59 votes
17 answers
8k views

A fellow developer has started work on a new Drupal project, and the sysadmin has suggested that they should only put the sites/default subdirectory in source control, because it "will make updates ...
-1 votes
2 answers
545 views

When I was deciding how to go about learning to design PHP web applications, it made sense to sort of shoot toward the middle and go with Zend Framework so that I could be closer to the lower level, ...
user avatar
23 votes
9 answers
15k views

Related: As a beginning programmer, should I favor building my own libraries over using 3rd-party libraries? As an intermediate to advanced level PHP web-developer and a young one at that (15yrs.), ...
Alex Bennett's user avatar
1 vote
1 answer
324 views

I am having to use Java due to needing one backend library. Is it still considered good practice to set up Apache as the front-facing server and have Tomcat behind it? I am spending a lot of time ...
Genadinik's user avatar
  • 509
3 votes
3 answers
766 views

I've recently went through manually editing some tables on a Wordpress website. I've also had some experience with database internationalization so I know that serializing is not the best (IMO) ...
Asaf's user avatar
  • 375
0 votes
2 answers
851 views

(Apologies in advance for the vague and miasmic question) Is there a book, or other resource, there that can explain using Drupal, The System, to a web app oriented programmer? I've read through the ...
Alana Storm's user avatar