Data Mapping in PHP
-
Hi there, I'm quiet new to the PHP language, tho I have mostly programmed in C# in .NET platforms. Now I want to get some experience with the opensource part of the web development. I know the basic coding for PHP (the syntax), but I'm not sure about which app is the best to make dynamic PHP programming in (like MS Visual Studio for C#), which patterns is a most, which do I have to code by hand, and which can be autogenerated by the developer app? I'm especially curious about the possibilities of doing DataMapping, like DataBase Markup Language/LinQ to SQL in Visual Studio for C#, where Database tables are being related to code objects like: UML diagram: http://yuml.me/diagram/scruffy/class/[Phones]1->*[Category] Code with ORM to the DB table: Phone p = new Phone(); Or how do you guys handle objects in PHP, where Foreinger keys between tables can happen, in a easy way?
-
Hi there, I'm quiet new to the PHP language, tho I have mostly programmed in C# in .NET platforms. Now I want to get some experience with the opensource part of the web development. I know the basic coding for PHP (the syntax), but I'm not sure about which app is the best to make dynamic PHP programming in (like MS Visual Studio for C#), which patterns is a most, which do I have to code by hand, and which can be autogenerated by the developer app? I'm especially curious about the possibilities of doing DataMapping, like DataBase Markup Language/LinQ to SQL in Visual Studio for C#, where Database tables are being related to code objects like: UML diagram: http://yuml.me/diagram/scruffy/class/[Phones]1->*[Category] Code with ORM to the DB table: Phone p = new Phone(); Or how do you guys handle objects in PHP, where Foreinger keys between tables can happen, in a easy way?
You may want to look into some of the php frameworks as some of them can autogenerate some code. I do not use these as I feel they have way to much bloat and overly complicate a project. 10 ten list here http://www.phpframeworks.com/news/p/24081/2011-top-10-php-frameworks-statistics-by-phpframeworks-com[^] I have played around with code igniter, symfony and cake walk and one of them (to my memory) has a method of reading the databases schema to develope a custome framework for a new site. Also Zend has a full blown ide but i have never used it. http://shop.zend.com/en/zend-studio-for-eclipse.html?src=hpsb[^]
Chris J www.redash.org
-
You may want to look into some of the php frameworks as some of them can autogenerate some code. I do not use these as I feel they have way to much bloat and overly complicate a project. 10 ten list here http://www.phpframeworks.com/news/p/24081/2011-top-10-php-frameworks-statistics-by-phpframeworks-com[^] I have played around with code igniter, symfony and cake walk and one of them (to my memory) has a method of reading the databases schema to develope a custome framework for a new site. Also Zend has a full blown ide but i have never used it. http://shop.zend.com/en/zend-studio-for-eclipse.html?src=hpsb[^]
Chris J www.redash.org
-
Cheers, will look at the possibilities. So, when you have to program a PHP web app by your own, do you hand code all patterns needed to control objects between each others? Like controlling FKs between relations.
yes I hand code it, including table/data relations. But I have what I guess would be a custom pattern I have developed over the years and find it able to adjust and handle any web/app I can toss at it while still being readable and flexible.
Chris J www.redash.org
-
Hi there, I'm quiet new to the PHP language, tho I have mostly programmed in C# in .NET platforms. Now I want to get some experience with the opensource part of the web development. I know the basic coding for PHP (the syntax), but I'm not sure about which app is the best to make dynamic PHP programming in (like MS Visual Studio for C#), which patterns is a most, which do I have to code by hand, and which can be autogenerated by the developer app? I'm especially curious about the possibilities of doing DataMapping, like DataBase Markup Language/LinQ to SQL in Visual Studio for C#, where Database tables are being related to code objects like: UML diagram: http://yuml.me/diagram/scruffy/class/[Phones]1->*[Category] Code with ORM to the DB table: Phone p = new Phone(); Or how do you guys handle objects in PHP, where Foreinger keys between tables can happen, in a easy way?
Php language are easy learn with used frame work for development web application. Iphone Development Training Courses
-
Php language are easy learn with used frame work for development web application. Iphone Development Training Courses