PHP

51 articles

Open Source PHP Code Generator – Atlas

Atlas is an Open Source PHP Code Generator. Atlas allows manage configurations, this will be able to work with several projects. In order to generate a configuration it is verified if its data base is correct. Generate models, views, controllers, and internacionalizate your code.  In all code you generate it make debug logs for your new code. 3441
Array ( )

jQuery Image Slider: Agile Carousel

Agile Carousel is a feature-rich jQuery plugin for creating attractive image sliders. With a bunch of options to customize the slider, and it can be used with or without jQuery UI for more effects, the plugin provides total control. Controls: Prev-next button options Enable-disable slide captions Effects used, delays Use of watermarks (text) and more... Website: http://code.google.com/p/agile-carousel/ Demo: http://www.5bosses.com/examples/agile_carousel/full_... Download:…
Array ( )

Simple Directory Listing – A PHP File Manager

Simple Directory Listing is a PHP script that works as an online file manager. It is only one file, just upload & use, and requires PHP to run. The script can work in read-only or full mode and can be limited to manage a folder. Besides the functions of a standard file manager script, it also has a FTP layer that makes…
Array ( )

8 Useful WordPress SQL Hacks

Over the past 10 years, the MySQL database has become incredibly popular on the Web. Every WordPress blog is driven by a MySQL database, which contains the blog’s posts, settings, comments and much more. While plug-ins and even coding hacks can solve some problems and achieve some tasks, sometimes you don’t have any other choice than to execute SQL commands…
Array ( )

How To Detect Mobile Browsers With PHP?

DetectMobileBrowsers.mobi is a website providing a function & information on how to detect mobile browsers. It can detect: iPhone Opera Mini Android Blackberry It has an online function generator that guides you to create a personalized function according to "how you want to treat every browser". P.S. The code is free to be used on non-profit websites. Website: http://detectmobilebrowsers.mobi/ Download:…