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 if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
/** | |
* EE2 Deploy Helper Accessory | |
* | |
* @package ExpressionEngine | |
* @subpackage Control Panel | |
* @category Accessories | |
* @author Green Egg Media | |
* @link http://www.greeneggmedia.com |
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 defined('BASEPATH') or exit('No direct script access allowed'); | |
/** | |
* Migrations Library | |
* | |
* Allows you to update a table based on a master | |
* | |
* Schema structure | |
* | |
* deprecated_tables => array of table names no longer user |
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
// ExpressionEngine Fully-Functional Blog Code: | |
{exp:channel:entries channel="blog"} | |
{title} | |
{/exp:channel:entries} | |
// Stripped Down Wordpress Blog Code: | |
// Get your blog code random access key | |
// this will |
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
title: Site Setup | |
desc: My site setup | |
author: Adam Fairholm | |
author url: http://www.adamfairholm.com | |
TRIGGER SEQUENCE START | |
ee : site : enable op | |
ee : site : enable template debug | |
ee : site : set word sep (dash) | |
ee : templates : set base ({app_path}/templates) |
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
// PyroCMS 1.3.x and below: | |
<h3>Your Title</h3> | |
<table> | |
// Table Content Here | |
</table> | |
// PyroCMS 1.4 |
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
<fieldset id="filters"> | |
<legend><?php echo lang('global:filters'); ?></legend> | |
<?php echo form_open(); ?> | |
<?php echo form_hidden('f_module', $module_details['slug']); ?> | |
<ul> | |
<li> | |
<?php echo lang('blog_status_label', 'f_status'); ?> |
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 defined('BASEPATH') or exit('No direct script access allowed'); | |
class Module_Sample extends Module { | |
public $version = '1.0'; | |
public function info() | |
{ | |
return array( | |
'name' => 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
{mojo:formojo:form | |
form_class="form" form_id="bug_report_form" | |
notify1="email" notify1_layout="bug-thank-you" notify1_subject="Thanks for the Bug Report" | |
notify1_from="[email protected]|Example" | |
notify2="[email protected]|[email protected]" notify2_layout="bug-report" notify2_subject="New Bug Report"} | |
<p>Name: {name_error} {input:text name="name" label="Name" required="yes"}</p> | |
<p>Email: {email_error} {input:email name="email" label="E-mail" required="yes"}</p> |
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
Bug Report: | |
Report ID: {bug_id} | |
Submitted {when_submitted} | |
Name: {name} | |
Email: {email} | |
Their Problem: {problem} | |
Urgency: {urgency} | |
Send Newsletter? {send_newsletter} |
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
{pyro:streams:delete_entry stream="clients" entry_id="[segment_3]"} | |
{form_open} | |
{entry} | |
<p>Are you sure you want to delete {name}? This cannot be undone.</p> | |
{/entry} | |
OlderNewer