Binpress components 2011-09-17T13:48:46+00:00 Zend_Feed_Writer http://www.binpress.com Binpress contact@binpress.com http://www.binpress.com <![CDATA[Translation Component - PHP | Database]]> 2011-09-17T13:48:46+00:00 2011-09-17T13:48:46+00:00 http://www.binpress.com/app/translation-component/575 Horia Jurcut noreply@binpress.com http://www.binpress.comdev/profile/2292 A PHP component that allows you to quickly add multiple language support to your website. Bring in the international crowd today!A very fast, very small translation component that you can quickly add to your website and start offering multi-language support. Taking advantage of MySql's powerful FULLTEXT index this is truly a highly efficient add-on. The component is built in an Object Oriented style so it is very easy to integrate it in any project. And it is really simple to use: $t = new TC_Translation(); $t-&gt;t(&quot;This is the string I want to translate!&quot;); All it takes is just two lines of code! <![CDATA[Neo4Net - C# | Database]]> 2011-02-24T21:13:28+00:00 2011-02-24T21:13:28+00:00 http://www.binpress.com/app/neo4net/176 Lidan Hifi noreply@binpress.com http://www.binpress.comdev/profile/447 Join the NoSql movement with this library by using neo4j, a high-performance, powerful and flexible graph database. This library wraps all of the REST API methods and make it simple to build a graph-based web applications in .netBuild a social web application? Need a high-performance database with flexible structure? You must consider to use neo4j as your data-store engine! Neo4j is a NoSql graph-based database, offers flexible schema rather than strict and static tables, high performance and scalability, best for social web applications. Neo4j can be also deployed into the windows azure cloud (More info) Neo4j Featues:  an intuitive graph-oriented model for data representation. Instead of static and rigid tables, rows and columns, you work with a flexible graph network consisting of nodes, relationships and properties  <!-- --> a disk-based, native storage manager completely optimized for storing graph structures for maximum performance and scalability. <!-- --> massive scalability. Neo4j can handle graphs of several billion nodes/relationships/properties on a single machine and can be sharded to scale out across multiple machines. <!-- --> a powerful traversal framework for high-speed traversals in the node space. **About the library... ** Neo4j is written in Java, but supplies a fully Rest API for creating, manipulating and deleting objects from the graph. This .net library wraps the Rest methods and allows you to store .net objects- as a somthing between flexible and static. More information about Neo4j:  <http://www.neo4j.org> <![CDATA[Zebra_Database - PHP | Database]]> 2011-02-16T11:23:00+00:00 2011-02-16T11:23:00+00:00 http://www.binpress.com/app/zebradatabase/123 Stefan Gabos noreply@binpress.com http://www.binpress.comdev/profile/237 An advanced, compact (one-file only), lightweight, object-oriented MySQL database wrapper built upon PHP’s MySQL extension, providing methods for interacting with MySQL databases that are more powerful and intuitive than PHP’s default onesZebra_Database it is an advanced, compact (one-file only), lightweight, object-oriented MySQL database wrapper built upon PHP’s MySQL extension. It provides methods for interacting with MySQL databases that are more powerful and intuitive than PHP’s default ones. It supports transactions and provides ways for caching query results either by saving cached data on the disk, or by using memcache. The class provides a comprehensive debugging interface with detailed information about the executed queries: execution time, returned/affected rows, excerpts of the found rows, error messages, etc. It also automatically EXPLAIN‘s each SELECT query (so you don’t miss those keys again!). It encourages developers to write maintainable code and provides a better default security layer by encouraging the use of prepared statements, where parameters are automatically escaped. Zebra_Database‘s code is heavily commented and generates no warnings/errors/notices when PHP’s error reporting level is set to E_ALL. Features review offers lots of powerful methods for easier interaction with MySQL provides a better security layer by encouraging the use of prepared statements, where parameters are automatically escaped provides a very detailed debugging interface with lots of useful information about executed queries; it also automatically EXAPLAIN’s each SELECT query supports caching of query results to disk or to a memcache server has comprehensive documentation code is heavily commented and generates no warnings/errors/notices when PHP’s error reporting level is set to E_ALL <![CDATA[PHP Scaffold Class - PHP | Database]]> 2011-02-02T16:12:30+00:00 2011-02-02T16:12:30+00:00 http://www.binpress.com/app/php-scaffold-class/59 Aaron Harp noreply@binpress.com http://www.binpress.comdev/profile/160 Scaffold is a powerful standalone PHP class that dynamically creates CRUD functionality for a database table. It is designed to dramatically decrease the time it takes to get your database-driven application up and running.Overview Scaffold is a powerful standalone PHP class that dynamically creates CRUD functionality for a database table.&nbsp; It is designed to dramatically decrease the time it takes to get your database-driven application up and running. When I first saw the Ruby on Rails &quot;weblog in 15 minutes&quot; screencast, I wished that there was an easy way to accomplish the same thing in PHP.&nbsp; While there are plenty of PHP frameworks with this functionality, I wanted something standalone that I could easily integrate into my projects.&nbsp; This class is what I came up with. The class has many features out of the box, but it has been built in such a way that it can be customized to suit your needs.&nbsp; Additionally, it outputs standard HTML tables which can be easily styled with CSS to fit into your website or application. Features Support for one-to-many relationships (many-to-many are on the todo list) Image uploading and resizing Thumbnail generation Supports file uploads with extension validation Disable certain actions (show, add, edit, or delete) Handles SET or ENUM fields as select boxes Sort by any of the columns Pagination Hide different columns from the listing table or from all views Automatic recognition and handling of created and modified date fields Easy to extend and style to fit into various projects &nbsp; Demo I've setup an example of a simple store backend to show its functionality.&nbsp; Here are two examples of sites that have been built on top of a backend powered by this class. <![CDATA[django-qbe - Python | Django | Database]]> 2011-01-28T02:38:05+00:00 2011-01-28T02:38:05+00:00 http://www.binpress.com/app/djangoqbe/47 versae noreply@binpress.com http://www.binpress.comdev/profile/106 Admin tool in order to get custom reports. The objective of django-qbe is provide a assited and interactive way of making complex queries with no technical knowledge (or minimal) to get custom reports from the objects of Django models. Based on QBE proposal from IBM®, django-qbe is intended to remove the limitations of Django QuerySets objects and to use the whole expresive power of the subjacent SQL. View and autodiscover relations among the models in a visual way (ForeignKey fields are green andManyToMany ones are red). Tabular creation of queries with fields to show, criterias, lookups and order (only AND conditions by now). Auto adition of right fields when ForeignKey or ManyToMany fields are selected. No models in the project, so you can add django-qbe whenever you want with no syncdb. Pagination of results. Bookmarklet to save and share the queries. Export results to .csv, .odt and .xls, but it's extensible by the user. Access restricted to users through a customizable function. Links to admin views (if available) in the results objects. Django implementantion for Query By Example (QBE) on Github <![CDATA[ZF Database Model / Mapper - PHP | Zend Framework | Database]]> 2010-10-04T12:18:15+00:00 2010-10-04T12:18:15+00:00 http://www.binpress.com/app/zf-database-model-mapper/25 Lionite noreply@binpress.com http://www.binpress.comdev/profile/2 Providing the missing link in the Zend Framework MVC structure, Lionite_Db_Model provide a strong base structure for database-based domain models. The Zend Framework MVC structure has very good implementations for the V & C parts (View and Controller), however the last piece, the Model, is missing on purpose and left to developers to implement themselves. Building on the excellent Zend_Db abstraction classes, this component provides a strong base structure for implementing database-based domain models in the Zend Framework. Integrated user input validation and filtering using Zend_Filter_Input. This decouples the validation / filtering rules from specific forms, allowing re-use in many different scenarios. Extends Lionite_Db_Table relationships to allow abstraction of Join operations, creating more semantic and concise query methods Helper utilities for counting total rows and pages for complicated queries Please go over the examples page to learn more about what is possible with Lionite_Db package.