Create dynamic controller and model - to reduce code , follow below way that reduce your time to right each time new function in model ***** calling function from controller ***** $table="tablename"; $alias='*'; $joinArgument=array ( array('tableName'=>'yourtablename', 'joinCondition'=>'firsttable.column = secondtab...
Posts
Showing posts from November, 2015
- Get link
- X
- Other Apps
Paypal Integration in Codeigniter <form name="paypalFrm" id="paypalFrm_<?php echo $subscribe[$i]->subscriptionpackageID;?>" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_ext-enter"> <input type="hidden" name="redirect_cmd" value="_xclick"> //useful to get your custom variable back in response ...