Skip to content

Instantly share code, notes, and snippets.

View maxan's full-sized avatar
🙃

Anderson Marinho maxan

🙃
View GitHub Profile
<?php
class MY_Session extends CI_Session {
protected $cliTestingDriver = 'codeception';
public function __construct(array $params = array())
{
parent::__construct($params);
@maxan
maxan / DateSelector.mxml
Last active January 2, 2016 06:08
Competence date selector.
<?xml version="1.0" encoding="utf-8"?>
<s:HGroup xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" initialize="{startComponente_Initialize(event)}"
creationComplete="{createComponent_CreationComplete(event)}"
width="232">
<fx:Script>
<![CDATA[
import mx.collections.ArrayCollection;
import mx.events.FlexEvent;