Welcome Guest, Not a member yet? Register   Sign In
Code Igniter & Fast Development
#11

[eluser]jdfwarrior[/eluser]
More of mine are..

jqstart:
Code:
$(document).ready(function() {

    |

});

css:
Code:
<link rel="stylesheet" type="text/css" href="/public/css/|.css" />

lib:
Code:
$this->load->library('|');

mod:
Code:
$this->load->model('|');

help:
Code:
$this->load->helper('|');

function:
Code:
/**
*
* <Name> Function
*
* <explanation>
*
* @param <parameters>
* @returns <return values>
*
**/

function |() {

}

etc.

Some were removed because they were script includes for javascript, and to auto include jquery from google. I have a few more, but didnt wanna get too long. Remember also, that in mine the | character is where the cursor is auto positioned when the text is placed in the code.




Theme © iAndrew 2016 - Forum software by © MyBB