PHP Scaffolding.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Armando Padilla

    PHP Scaffolding.

    Hi everyone just wanted to put this out there and see what you all
    thought. i created a simple scaffolding script for php that creates the
    CRUD methods and the classes for each table in your DB.

    Download scaffold4php for free. Scaffold4PHP allows PHP developers to create Class representations and basic CRUD (Create, Retrieve, Update, Delete) methods for all tables in a database in seconds.



    Enjoy.
    AP
  • fel

    #2
    Re: PHP Scaffolding.

    On Jun 25, 7:20 am, Armando Padilla <mand...@prodig y.netwrote:
    Hi everyone just wanted to put this out there and see what you all
    thought. i created a simple scaffolding script for php that creates the
    CRUD methods and the classes for each table in your DB.
    >
    Download scaffold4php for free. Scaffold4PHP allows PHP developers to create Class representations and basic CRUD (Create, Retrieve, Update, Delete) methods for all tables in a database in seconds.

    >
    Enjoy.
    AP
    php5 only

    Comment

    • armando padilla

      #3
      Re: PHP Scaffolding.

      On Jun 25, 10:59 am, fel <felipeval...@g mail.comwrote:
      On Jun 25, 7:20 am, Armando Padilla <mand...@prodig y.netwrote:
      >
      Hi everyone just wanted to put this out there and see what you all
      thought. i created a simple scaffolding script for php that creates the
      CRUD methods and the classes for each table in your DB.
      >>
      Enjoy.
      AP
      >
      php5 only
      Its based off php4 for now. I will be updating it shortly to php5. I
      not sure if should create interfaces (type table). Will post an
      update once Im done updating.

      Armando Padilla

      Comment

      Working...