Binpress components 2011-09-06T20:59:27+00:00 Zend_Feed_Writer http://www.binpress.com Binpress contact@binpress.com http://www.binpress.com <![CDATA[SendGrid-CodeIgniter Pack - PHP | CodeIgniter]]> 2011-09-06T20:59:27+00:00 2011-09-06T20:59:27+00:00 http://www.binpress.com/app/sendgridcodeigniter-pack/565 SheerCI noreply@binpress.com http://www.binpress.comdev/profile/169 SendGrid-CodeIgniter PackageThis package allows you to send emails through SendGrid, store all the analytics data in your database and get spam reports to your database. <![CDATA[LX Adjust Field - PHP | CodeIgniter | Frameworks]]> 2011-08-28T10:30:40+00:00 2011-08-28T10:30:40+00:00 http://www.binpress.com/app/lx-adjust-field/560 Loupasakis Kostas noreply@binpress.com http://www.binpress.comdev/profile/653 An easy way to create "adjust fields" in your forms - numeric values that can be adjusted (increased and decreased) dynamically using plus and minus buttons.LX Adjust Field is an adjustable numeric value that uses familiar UI from games and application (plus / minus buttons). It can be assigned a pool of points and other restrictions. Example Code Requires: jQuery. How to use it: Link to the form_helper.js file. Add the MY_form_helper.php file to your CodeIgniter helpers folder. Load the form helper class as you would normally using this line: $this->load->helper('form'); After that, you can add the adjust field by using the line echo form_adjust($name, $starting_value, $is_numeric, $point_increment, $value_increment, $min, $max ); The only required values are the $name and $starting_value. If you wish to display a "Point pool" you must add a label with id points_left, and if you wish said point pool to be submitted, you may also add a hidden input with id points_left in your markup. Example: <input type="hidden" id="points_left" value="10"/> and <label id="points_left">10</label> Parameters: $name => The name and id attributes of the input containing the value $starting_value => The value from where the counting starts. You can also set a character as a $starting value, just make sure the next property is set to true. $is_numeric => If true, the values will increase and decrease as numbers, else they will adjust as characters. Default value is true. $point_increment => This sets how many points will be substracted/added from/to the point pool on each click. Default value is 1. $value_increment => This input sets the amount of points added/substracted to the field value on each click. Default value is 1. $min => No matter how much you click the "minus" button, the value will not go below this value. Default value is -1000. Can also be a character. $max => Same thing... Default value is 1000 and can also be a character. <![CDATA[grocery CRUD - PHP | CodeIgniter]]> 2011-05-11T22:31:31+00:00 2011-05-11T22:31:31+00:00 http://www.binpress.com/app/grocery-crud/373 John Skoumbourdis noreply@binpress.com http://www.binpress.comdev/profile/1161 Just few lines of code and you can create a full stable CRUD with nice views. grocery CRUD is an automatic CRUD system that everyone can works with.Documenation of grocery CRUD » grocery CRUD is designed to make a web developer's life easier. You don’t have to do every time the copy-paste of thousands code lines and views and don’t be sure if it works or not. You don't need to test your backoffice again and again to create just ... a CRUD . All the levels of php developers, can use it . But why to use grocery CRUD ? First of all it works with codeigniter a really powerful framework Second is really... really easy Third and most important its flexible.It has callbacks almost everywhere, so you have the opportunity to change everything. A php developer will write mostly only the business logic of the CRUD , no more javascripts no more views , no more css just ... PHP. Let's go to an example. Lets say you have a table named "customers" and the field names are: fullname, age , email, date_added , comments. To create the crud for the table customers you simply need just few lines of code ( afetr the installation of grocery CRUD of course) function customers(){ $this->grocery_crud->set_subject('Customer'); $this->grocery_crud->set_table('customers'); $this->grocery_crud->columns('fullname','age','email'); $this->grocery_crud->render(); } That's it! you just create a full stable CRUD with nice views for the table customers. For more about how to use grocery CRUD you can see the online documentation. More examples for grocery CRUD you can see at the examples of grocery CRUD and for the documentation of the CRUD you can visit the webpage of grocery CRUD The installation its really easy. You copy the files to your codeigniter project and its ready. For more about how to install it to your codeigniter project you can see it at installation of grocery CRUD <![CDATA[CodeIgniter CMS backend - PHP | CodeIgniter | CMS]]> 2011-04-24T15:17:20+00:00 2011-04-24T15:17:20+00:00 http://www.binpress.com/app/codeigniter-cms-backend/295 iKFSystems noreply@binpress.com http://www.binpress.comdev/profile/846 Content Management System backend based on the CodeIgniter framework.A CMS built on top of the CodeIgniter framework (1.7.3) that lets you make powerful websites with the HMVC model. Contains the CMS backend and a controller for content pages - build your application around this foundation and get started quickly. Default admin login is admin and password qwertz, it's used for demo too. What you get? Simple and clear admin interface Easy modules creation from datamapper models Precreated pages and posts modules Gallery and downloads modules with multiupload (uploadify) Layout module - very usefull, you can define custom layout for each page or groups of pages by regex Authentication class Documentation is here http://dev.ikfsystems.sk/ikfa/user_guide/ What's new: Version 2.2.1 Release Date: May 13, 2013 Fixed users adding. Passwords didn't hash. Added codemirror support in Mm Added ability to select related fields column New functions in text editor: ol numbering types (olAlphabetSmall, olAlphabetBig, olRomans, olRomansSmall), links with foreing domains get target &quot;_blank&quot; atribute Version 2.2 Release Date: February 3, 2013 New Mm module, which allows as easily creating new modules Modules based on Mm, have automaticaly these functions: search(filter), batch edit relations/attributes, related fields with treeview, select, multiselect, checkbox and picker, image gallery and downloads Refined user interface, new colors, cleaned styles and scripts, optimized sidebar hidding New functions in text editor: colors, text transformation and files upload New Pages module based on Mm New Users module based on Mm with User groups. Authorizations are defined for groups now Preacreated example Posts module Removed unused things Other fixes, which I'm not remeber Version 2.1.1 Release Date: March 14, 2012 Added &quot;Download all as ZIP&quot; to gallery module Version 2.1 Release Date: March 13, 2012 Added drag and drop sortable to gallery module Added ability to set image in gallery module as inlet image Added sorting to news module Some bugfixes in layout module Some bugfixes and cleanings in users module Fixed initial database.sql file (it fixes 404 problem) Added missing .htaccess file Many other bugfixes <![CDATA[CodeIgniter User Authentication Library - PHP | CodeIgniter]]> 2011-04-07T08:45:20+00:00 2011-04-07T08:45:20+00:00 http://www.binpress.com/app/codeigniter-user-authentication-library/232 nerv Interactive noreply@binpress.com http://www.binpress.comdev/profile/630 A CodeIgniter User Authentication library, to take the hassle out of authenticating users.This library hashes passwords, realms and usernames using cryptographic nonces to minimise the risk of falsely identifying users. <![CDATA[CodeIgniter Template Library - PHP | CodeIgniter]]> 2011-04-05T14:01:19+00:00 2011-04-05T14:01:19+00:00 http://www.binpress.com/app/codeigniter-template-library/223 nerv Interactive noreply@binpress.com http://www.binpress.comdev/profile/630 Organise multiple views into complex, nested sections to create a fully functioning, yet modular, page.The CodeIgniter Template library enables you to organise multiple views into complex, nested sections providing each one with seperate data sets, controlling data propagation. These sections can be grouped, iterated and linked with automatic embedding to create a fully functioning, yet modular, page. <![CDATA[PayPal Adaptive Payments Pro PayFlow CodeIgniter Library - PHP | CodeIgniter | Ecommerce]]> 2011-02-20T23:55:08+00:00 2011-02-20T23:55:08+00:00 http://www.binpress.com/app/paypal-adaptive-payments-pro-payflow-codeigniter-library/140 Angell EYE noreply@binpress.com http://www.binpress.comdev/profile/114 A custom library for CodeIgniter that provides access to all PayPal NVP, Authentication, Permissions, Adaptive Payments, and PayFlow API's.Overview This library includes all of the PayPal NVP API calls as well as Adaptive Payments, Invoicing, Adaptive Accounts, Permissions, and PayFlow. The controller includes "template" methods for every call that includes all of the possible parameters that can be passed into that particular call.  All you have to do is fill in the blank parameters in the array templates and pass that into the library method.  An array will be returned with all of the response fields from PayPal as well as a few extra fields for troubleshooting purposes. PayPal Payments Pro AddressVerify BillAgreementUpdate BillOutstandingAmount CreateRecurringPaymentsProfile DoAuthorization DoCapture DoDirectPayment DoExpressCheckoutPayment DoMobileCheckoutPayment DoNonReferencedCredit DoReauthorization DoReferenceTransaction DoVoid GetAccessPermissionsDetails GetAuthDetails GetBalance GetBillingAgreementCustomerDetails GetExpressCheckoutDetails GetTransactionDetails ManagePendingTransactionStatus ManageRecurringPaymentsProfileStatus MassPay RefundTransaction SetAccessPermissions SetExpressCheckout SetMobileCheckout TransactionSearch UpdateAccessPermissions UpdateRecurringPaymentsProfile PayPal Adaptive Payments AddBankAccount AddPaymentCard CancelInvoice CancelPermissions CancelPreapproval CreateAccount CreateAndSendInvoice CreateInvoice ExecutePayment GetAccessToken GetAdvancedPersonalData GetBasicPersonalData GetFundingPlans GetInvoiceDetails GetPaymentOptions GetPermissions GetShippingAddress GetVerifiedStatus MarkInvoiceAsPaid Pay PaymentDetails Preapproval PreapprovalDetails Refund RequestPermissions SearchInvoices SendInvoice SetFundingSourceConfirmed SetPaymentOptions UpdateInvoice BMButtonSearch PayPal PayFlow Authorization Balance Inquiry Credit Delayed Capture Voice Authorization Inquiry Data Upload Duplicate Transaction Sale Void <![CDATA[utahconSimpleAuth - PHP | CodeIgniter]]> 2011-02-14T21:04:18+00:00 2011-02-14T21:04:18+00:00 http://www.binpress.com/app/utahconsimpleauth/111 Utahcon noreply@binpress.com http://www.binpress.comdev/profile/255 I developed this small library to handle the most simple of authentication schemes for all my Code Igniter projectsI developed this small library to handle the most simple of authentication schemes for all my Code Igniter projects. This can be expanded on but assumes you have a users table in your database with a username, and password field. The password is the md5 of the actual password.   The password hash generated is a regular md5() which is considered insecure. You can expand the operation of this authentication scheme by incoporating a salt and using a strong hashing function.