Dear Sander,

I need to modernize this application, apply fast framework as it is 
accounting app. Yes actually generating forms is easy but there are many of 
them and requires long development time. I am able to build data driven 
forms but I want these forms to be generated from PHP. I am able to change 
PHP output to json which may include only form values or form structure 
plus form values.

PHP generates HTML with custome styly and it have a specific framework ex 
below:
table_section_title(_("Customers and Sales"));

This is php code which will output <h2>Customers and Sales</h2>, all HTML 
output are based on such framework. I am able to change this to json output 
like {"table_section_title":"Customers and Sales"} then render it within 
Angular. so if angular gets table_section_title then it will add <h2> tags 
over.

I need restructure the application to fit new structure of Angular :S



Regards,
Turkel.



On Monday, September 11, 2017 at 4:03:20 PM UTC+4, Sander Elias wrote:
>
> Hi Turkel,
>
> What is the rationale to move to Angular? What version are you aiming for? 
> It's fairly easy to build a form generator in Angular that is driven by the 
> data of the backend, but I need more data to give a really educated advice.
>
> Regards
> Sander
>

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to