PHP Classes

PHP CRUD MVC package blog

Recommend this page to a friend!

Latest PHP CRUD MVC package blog posts

  All package blogs All package blogs   PHP CRUD MVC PHP CRUD MVC   Blog PHP CRUD MVC package blog   Post article Post article  

2. How to Use a PHP CRUD Generator Framework to Develop PHP Applications Faster

Updated on: 2023-11-30

Posted on:

The PHP CRUD MVC package can generate code to speed up implementing PHP applications that use the MVC design pattern.

Developers can use the capabilities of this package to generate code to implement common functionality that would take more time and be tedious to write manually.

Read this short tutorial article to learn how the PHP CRUD MVC package works and how you can benefit from its code generation capabilities to develop your PHP applications faster using this package or the generator application available on a separate site.

It has been a while since I launched my code generator, PHPCRUD, on the web. You can access it by going to its page at https://phpcrud.ceuvago.com/#/.

Today, I'm excited to announce the 5th version, which can be downloaded via GitHub and is more powerful than ever.

If you want to see the demo video, you can watch this 2-minute video to see you have everything you need to start generating your PHP applications without programming.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How Use a PHP CRUD Generator to Build Web Site Interfaces that Use Stored Procedures to Run SQL Queries Faster

Updated on: 2023-10-16

Posted on:

CRUD is a common pattern used to implement software applications that store and retrieve data in a kind of database like, for instance, SQL-based databases.

Sometimes, this pattern is implemented with libraries that perform the common operations to create, read, update, and delete database records.

Another approach uses code generation to store and retrieve the records in the database records.

This package implements the code generation approach. It also uses stored procedures to execute SQL queries faster than INSERT, SELECT, UPDATE, and DELETE queries.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)


  All package blogs All package blogs   PHP CRUD MVC PHP CRUD MVC   Blog PHP CRUD MVC package blog   Post article Post article