Code Monkey home page Code Monkey logo

ci_osgetasset's Introduction

What is this ?

This is a library to use with codeigniter 2 to get an asset image from the database or from an url.

Installation

Merge the folders with your codeigniter folders.

Install external libraries

Configure files

  • Define the path to your CodeIgniter system folder in index.php
  • $system_path = '/usr/local/share/CodeIgniter/system';
  • if you are using this script in the same folder as CodeIgniter installation, replace it by 'system'.
  • Rename the file /application/config/ci_osgetasset.php.example to ci_osgetasset.php
  • Read the content of this file and define the values as you need.
  • Rename the file /application/config/config.php.example to config.php
  • Read the content of this file and define the values as you need.
  • If you set $config['source'] = 'db'; in ci_osgetasset.php rename the file /application/config/database.php.example to database.php
  • Read the content of this file and define the values as you need.

Use

Read the example controller located in /application/controllers/getasset.php

What else ?

If you think that this is not working or that this crap or that this is not finished, etc... instead of speaking around for nothing, please fill an issue to tell me what is wrong to make it better, or, if you are so smart and able to make a better one, make your own one and share it to the world. :) I hope that this code will be helpfull for altruist people.

This library was inspired from https://github.com/alemansec/opensimWebAssets made by Anthony Le Mansec [email protected]

ci_osgetasset's People

Contributors

ssm2017 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.