How to integrate existing php code to CMS made simple?

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
vdetez

How to integrate existing php code to CMS made simple?

Post by vdetez »

hello,

I am a new user of CMS made simple.  I already created some sites with php and I would like to reuse code that I have developped for certains forms, validation of forms and to submit data in a table of database.

How can I to integrate this php code with the CMS made simple?

is it be possible?

In the future; to create new forms, code to send data to database, code to validate data, what do I need to implement in CMSMS??

When I decided to use CMSMS, does it mean that I have to develop all my complete web site with CMSMS or is it be possible to still use simple php code?

thks for your help

Valery
Ziggywigged
Power Poster
Power Poster
Posts: 424
Joined: Sat Feb 02, 2008 12:42 am
Location: USA

Re: How to integrate existing php code to CMS made simple?

Post by Ziggywigged »

There are powerful form modules available (FormBuilder and FormBrowser) available under downloads that can validate and store form submissions to a database. And you can still use custom php and the best way it seems is with UDT (user defined tags) sans the opening and closing php tags.
Take a penny, leave a penny.
vdetez

Re: How to integrate existing php code to CMS made simple?

Post by vdetez »

- ok so I will first try to redefine my forms with form builder (using submission ones)
- for integration of php, I will so use UDT
thks for your help
Val
Post Reply

Return to “Developers Discussion”