Skip to content

Instantly share code, notes, and snippets.

View gayanhewa's full-sized avatar
🐢

Gayan Hewa gayanhewa

🐢
View GitHub Profile

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>

Conventions:

Defining Eloquent model (will assume that DB table named is set as plural of class name and primary key named "id"):

class Shop extends Eloquent {}

Using custom table name

protected $table = 'my_shops';

@gayanhewa
gayanhewa / config.xml
Created September 19, 2012 04:49
Magent extention : Working config.xml file with custom table
<config>
<modules>
<Sample_Socialmedia>
<version>0.0.1</version>
</Sample_Socialmedia>
</modules>
<frontend>
<routers>
<socailpromo>
<use>standard</use>