- xdebug
- INTL
- gettext
- PDO_*
- APC
- memcached
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* ProTalk | |
* | |
* Copyright (c) 2012-2013, ProTalk | |
* | |
* For the full copyright and license information, please view the LICENSE | |
* file that was distributed with this source code. | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// ... | |
public function buildForm(FormBuilderInterface $builder, array $options) | |
{ | |
parent::buildForm($builder, $options); | |
$builder->add( | |
'email', | |
'email', | |
array( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Get the RequireJS configuration options. | |
* @return array | |
*/ | |
public function getConfiguration() | |
{ | |
if ($this->useControllerForAssets && $this->container->isScopeActive('request')) { | |
$baseUrl = $this->container->get('request')->getBaseUrl(); | |
$baseUrl = \ltrim($baseUrl, '/'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
define('CONSUMER_KEY', 'your-key'); | |
define('CONSUMER_SECRET', 'your-key'); | |
define('TWITTER_TOKEN', 'your-key'); | |
define('TWITTER_TOKEN_SECRET', 'your-key'); | |
$oauth = new OAuth(CONSUMER_KEY, CONSUMER_SECRET, OAUTH_SIG_METHOD_HMACSHA1, OAUTH_AUTH_TYPE_URI); | |
$oauth->setToken(TWITTER_TOKEN, TWITTER_TOKEN_SECRET); | |
$oauth->fetch('https://api.twitter.com/1.1/statuses/home_timeline.json?count=10'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* bootbox.js [v4.3.0] | |
* | |
* http://bootboxjs.com/license.txt | |
*/ | |
// @see https://github.com/makeusabrew/bootbox/issues/180 | |
// @see https://github.com/makeusabrew/bootbox/issues/186 | |
(function (root, factory) { |
Welcome to the Cardiff Dev Slack Code of Conduct.
This is a place to ask questions, work through any development challenges, and share ideas and best practices. The following suggestions and guidelines are intended to make the community easier and more enjoyable to use.
OlderNewer