Showing 16 open source projects for "mvc php mysql crud"

View related business solutions
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1

    phpMariaEdit

    Continuation of phpMyEdit

    phpMyEdit development was stopped several years ago at version 5.7.1, with no support for newer MySQL or MariaDB, no support for newer PHP, and a lot of open TODOs. This kind of software still has a lot of use today but it needed an update to support the current technologies. As the original repository is frozen, new works have started in this repository. Version 5.7.2 supports PHP 7.x., uses mysqli_ and is for the rest very close to 5.7.1. Version 5.7.3 is a bugfix release with a lot...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ... verrà eseguita la Insert/Update/Delete Inoltre integra diverse funzionalita Javascript, JQuery, il Tinymce, PHPMailer. Possiede anche un sistema di gestione degli eventi e vari campi con validatori specifici (Codice fiscale, PIVA, IBAN ecc) Insomma si può fare un CRUD completo xhtml dtd-strict corretto (ed accessibile per L.4/2004) con poche istruzioni. Ampiamente usato su Mysql ed Oracle, si basa su ADOdb per produrre sql in astrazione quindi teoricamante adatto ad ogni DB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    blood-framework

    blood-framework

    php framework with simplicity in mind

    This is minimalist PHP framework using MVC approach, but bit different than other frameworks. It give you starting point with directories for separating your code in to M.V.C., few useful classes, starting code for you to edit, and code generator to help you adding new files. Other frameworks try to give you classes/functions for every possible functionality. But if you need custom functionality then you will be probably rewriting thous classes/functions any way. And if you are happy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    FGSL2ZF
    Component library to extend Zend Framework. MVC with implicit CRUD. Tutorial in PDF available in download page. Project leader: FGSL. Homepage: www.fgsl.eti.br
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 5

    POG ExtJS Code Generator

    Php Object and ExtJS Code Generator - Make CRUD Form Quickly

    ... to easily prototype form with ExtJS as FrontEnd in the Client-Side and Server with the POG (Php + Mysql) in a simple and fast and clean in less time. 2) As a free alternative to free programs that are commercially available but are very expensive. 3) It would be nice also to earn some money for this ;) lol. Just check it out, I'll be waiting your comments. See a video: http://www.youtube.com/watch?v=ShcYNKAa0F8 Best Regards Kevin Angulo kevinangulo@gmail.com
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6

    PHP Object Skeleton Ease

    Create and update your data-objects in minutes!

    Create and update your data-objects in minutes! Generates the 'getters' & 'setters', CRUD handler for PostgreSQL or MySQL and PHPUnit class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    PyntaxDAO

    PytaxDAO is an ORM used to communicate CRUD with the database.

    Pyntax DAO is ORM / DAO / Database Abstraction Layer which helps you connect to database and do CRUD operations with very minimal setup and coding written in PHP. The current version of the PyntaxDAO only works with MySQL but future version would be compatible with other databases also.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    phpCodeGenie Reloaded

    phpCodeGenie Reloaded

    phpCodeGenie Reloaded is an automated code writer...

    phpCodeGenie Reloaded is an automated code writer which allows you to generate CRUD (create, read, update, delete) interactions with any MySQL database. It includes an intuitive interface, integrated help documentation, and a project template to help you get your project started quickly. Just design your database and let phpCodeGenie Reloaded do the coding for you. This is a continuation of Nilesh Dosooye's phpCodeGenie project. I hope to take this project to new levels with new features...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SynApp2
    SynApp2 builds feature-packed web applications and versatile PDF reports for MySQL and Oracle Database. The SynApp2 web application generator and MVC framework is written in PHP and JavaScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 10
    An short but powerfull framework for PHP 5+. based in the Model View Controller (MVC), it can use Mysql, Microsoft Sql Server and partially Oracle
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PHP CRUD(Create, Replace, Update & Delete )Code generation tool. It's a smarty based code generation tool with MVC style for Mysql.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A library for managed persistence for mysql and php. Quickens php-application development by reducing the amount of code needed for business-methods. Like Java's Hibernate, the methods for basic CRUD operations are implemented and more can be created.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    generador de aplicaciones lamp, genera codigo php y mysql, se selecciona una base de datos y el aspecto grafico, luego se genera un sistema completo con codigo xhtml, php y mysql. Ademas los sistemas resultantes tienen arquitectura mvc. ajax en fase alph
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    phpDbEdit is a database independant code generator that produces php/html page to edit a database table with CRUD (create, read, update and delete) functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This tool creates a PHP class to interface to a given database table. The PHP class is a simple relational object mapper. It maps table columns to class attributes. It provides basic CRUD methods as well as utility methods such as CSV import and export.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    PHPExtJS

    Built free and powerfull web application with ExtJS and PHP

    What is PHPExtJS ? We build one of great web application framework that full integrated between both of Server and Client Side framework together. To support this particular Web application, the frameworks are built using Yii PHP Framework to provide service for the client requests. Additionally, this web application also contain of latest ExtJS framework to provide high performance application interfaces such as native apps. Features: - Ext JS CRUD (Create, Read, Update, Delete) Code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next