Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Helper Clippy
#1

[eluser]Vamsii[/eluser]
Clippy for codeigniter

Quote:Clippy is a very simple Flash widget that makes it possible to place arbitrary text onto the client's clipboard.

Instructions :

*Move the clippy_helper.php to your application/helpers directory .
*Move the clippy.swf as to a directory , usually where you host your static content.
*Edit clippy_helper.php and change $clippy_url to the location where clippy.swf is located.
*Now you can use the helper in your controllers/views , etc.
*Load the helper in your controller $this->load->helper('clippy_helper');
*Then you can use a new function called clipit(); in your controller/view, etc.

I just made a helper . so all credits to the original creator .
Examples :
Code:
<?php echo clipit(); ?>

Code:
<?php echo clipit("CI is awesome"); ?>

Code:
&lt;?php echo clipit('Github <3');?&gt;

Please leave some feedback , as it helps me to learn more things about CI .

New Download location :
https://github.com/vamsiikrishna/clippy-for-codeigniter


Messages In This Thread
CodeIgniter Helper Clippy - by El Forum - 01-18-2011, 10:09 AM
CodeIgniter Helper Clippy - by El Forum - 01-31-2011, 02:20 PM
CodeIgniter Helper Clippy - by El Forum - 01-31-2011, 03:27 PM
CodeIgniter Helper Clippy - by El Forum - 01-31-2011, 03:43 PM
CodeIgniter Helper Clippy - by El Forum - 04-26-2011, 02:50 PM
CodeIgniter Helper Clippy - by El Forum - 06-11-2011, 12:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB