class

PHP MySQLi to MySQL Converter Class

PHP MySQLi to MySQL Converter Class

This class makes it possible to use Mysqli class in a not Mysqli supported php hosting. It is a handwritten mysqli class. So you can use Mysqli class without installing Mysqli extention. It has almost all functionality of the real MySQLi Class. If you are getting “Fatal error: Class ‘MySQLi’ not found”, this is solution. Just include my_mysqli.php and use mysqli class without any server configuration. It’s quite easy. How to use it : It’s v...

LangQuery - PHP Multiple Language Class with Param

LangQuery - PHP Multiple Language Class with Param

I’ve looked everywhere for language classes before writing this class but I realized there is no class doing everything i need as easy as in my head. So I started to write easiest and the best possible language class and I think this class will be number one language class. Features : Super Easy Super Fast One line code Setup Auto Remember Language Auto Detect Browser Language Parameter Support .ini Based Language Files Integrated Ch...

Inline HTML Utility

Inline HTML Utility

PHP code that generates lots of inline HTML tags can often be very difficult to understand and maintain. To avoid creating this kind of spaghetti code, the Inline HTML Utility class allows you to render large amounts of HTML tags in a clean, fast, and highly maintainable syntax. Features Includes: 1. Easy installation requiring just 1 line of code. 2. Efficiently output all HTML tags without messy inline html code. 4. Concise metho...

GenXLSX - Generate Excel Files

GenXLSX - Generate Excel Files

If you like the GenXLSX item, please don’t forget to rate it: GenXLSX v1.4.0 – Generate Excel Files The GenXLSX class creates an excel (XSLX) file and writes the records directly into the file without loading them into the memory RAM. The GenXLSX class creates the file with one sheet which may contain up to 1.048.576 rows and 16,384 columns. Each cell of the file can be formatted using the following styles: bold, italic, underline, hor...

PHP Class for MySQL Database Manipulation

PHP Class for MySQL Database Manipulation

Description DBConnection is a PHP class designed to facilitate the MySQL database management with an useful set of methods, that allows the programmer to manipulate the data with a simplified interface. This class offers to the programmer a full set of methods that allow to construct SQL queries of any complexity, using appropriate methods in each situation. One of the main feature of this class is the ability to deal with the table relat...

SQL Helper

SQL Helper

What is SQL Helper? I’m sharing this with the world because we need another way to access data – don’t you think? Truthfully – I wanted to see if I could flex the C# stuff and run up data access with a single dll and signle line of functions. Features Fetch data with signle line of functions Fetch data with custome column’s name Fetch data with sorting Fetch data with diffrent type of joins Fetch data with paging SQL error handling ...

Advanced PHP Pagination Class

Advanced PHP Pagination Class

Description: Advanced PHP Pagination is a PHP class that can be used to generate dynamically pagination for your site in seconds, it is easy to use, and it has many settings to be customized as your needs. Class Features: Easy to use, just declare an object and give it your data source and filter and then see the magic. It has 70 styles, choose one of them like your page design, or you can easily modify one of them as yo...

myTracker - Google Analytics data pusher class

myTracker - Google Analytics data pusher class

Description myTracker Provides a new way to track your stuff, such images, videos, downloads, pages, click, etc. By sending the data directly to Google Analytics without javascript. Main Features: Easy to implement in any kind of project. You don’t need javascript anymore, everything is server side. Advanced E-commerce features. Can be used on mobile, java, air apps; Just need a PHP backend. Lots of options to customize your reque...

sSql Mysql Database Abstraction

sSql Mysql Database Abstraction

Description sSql is an easy to use database abstraction class for mysql and php with some basic features. Its purpose is to make the database related work much easier. sSql features query stack, wich is used to delay the execution of queries and execute multiple queries. Also it includes query timing and query printing into a readable html table format for debugging purposes. You can read the documentation for more information and for the ...

File List Class

File List Class

The File List Class helps you get listings of folders in your file system. Not only will you be able to retrieve your files, you can also sort them and filter them as you so please. This class will be right at home in any application that needs to display the contents of one or more folders to the end user.