{"id":9073,"date":"2015-05-27T09:01:57","date_gmt":"2015-05-27T13:01:57","guid":{"rendered":"http:\/\/bangla.salearningschool.com\/?p=9073"},"modified":"2015-11-10T08:46:11","modified_gmt":"2015-11-10T13:46:11","slug":"%e0%a6%85%e0%a7%8d%e0%a6%af%e0%a6%be%e0%a6%aa-%e0%a6%8f%e0%a6%ae-%e0%a6%8f%e0%a6%b2-%e0%a6%ab%e0%a6%b0%e0%a7%8d%e0%a6%ae-appml-forms","status":"publish","type":"post","link":"http:\/\/bangla.sitestree.com\/?p=9073","title":{"rendered":"\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09ab\u09b0\u09cd\u09ae (AppML Forms)"},"content":{"rendered":"<p><strong>\u09b0\u09bf\u09a6\u0993\u09df\u09be\u09a8 \u09ac\u09bf\u09a8 \u09b6\u09be\u09ae\u09c0\u09ae<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p>\u098f\u0987 \u0985\u09a7\u09cd\u09af\u09be\u09df\u09c7 \u09a6\u09c7\u0996\u09be\u09a8\u09cb \u09b9\u09ac\u09c7 \u0995\u09c0\u09ad\u09be\u09ac\u09c7 \u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8\u09c7\u09b0 \u09ac\u09bf\u09aa\u09b0\u09c0\u09a4\u09c7 \u0987\u09a8\u09aa\u09c1\u099f \u09ab\u09b0\u09cd\u09ae \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be \u09af\u09be\u09df\u0964<\/p>\n<p>&nbsp;<\/p>\n<h2>\u09ab\u09b0\u09cd\u09ae \u09ae\u09a1\u09c7\u09b2 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be<\/h2>\n<h4>model_customersform.js<\/h4>\n<hr \/>\n<pre>{\r\n \"database\" : {\r\n \u00a0\u00a0\u00a0 \"connection\" : \"localmysql\",\r\n \u00a0\u00a0\u00a0 \"maintable\" : \"Customers\",\r\n \u00a0\u00a0\u00a0 \"keyfield\" : \"CustomerID\",\r\n \u00a0\u00a0\u00a0 \"sql\" : \"SELECT * FROM Customers\"},\r\n \"updateItems\" : [\r\n \u00a0\u00a0\u00a0 {\"item\" : \"CustomerName\"},\r\n \u00a0\u00a0\u00a0 {\"item\" : \"Address\"},\r\n \u00a0\u00a0\u00a0 {\"item\" : \"PostalCode\"},\r\n \u00a0\u00a0\u00a0 {\"item\" : \"City\"},\r\n \u00a0\u00a0\u00a0 {\"item\" : \"Country\"}]\r\n }<\/pre>\n<hr \/>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<h2>\u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u09ab\u09b0\u09cd\u09ae \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be<\/h2>\n<p>\u09aa\u09c2\u09b0\u09cd\u09ac\u09ac\u09b0\u09cd\u09a4\u09c0 \u0985\u09a7\u09cd\u09af\u09be\u09df\u09c7 \u0986\u09ae\u09b0\u09be \u09a6\u09c7\u0996\u09c7\u099b\u09bf \u0995\u09c0\u09ad\u09be\u09ac\u09c7 \u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8 \u09a5\u09c7\u0995\u09c7 \u09b0\u09c7\u0995\u09b0\u09cd\u09a1 \u09b2\u09bf\u09b8\u09cd\u099f \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09a4\u09c7 \u09b9\u09df\u0964 \u098f\u0996\u09be\u09a8\u09c7 \u0993\u09df\u09c7\u09ac \u09aa\u09c7\u099c\u09c7 \u098f\u0995\u099f\u09bf \u09ab\u09b0\u09cd\u09ae \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u09af\u09cb\u0997 \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7,<\/p>\n<h4>HTML Form<\/h4>\n<hr \/>\n<pre>&lt;div id=\"Form01\" appml-data=\"local?model=model_customersform\"\r\n class=\"jumbotron\"&gt;\r\n \r\n &lt;div class=\"form-group\"&gt;\r\n \u00a0 &lt;label for=\"customername\"&gt;Customer:&lt;\/label&gt;\r\n \u00a0 &lt;input id=\"customername\" class=\"form-control\"&gt;\r\n &lt;\/div&gt;\r\n \r\n &lt;div class=\"form-group\"&gt;\r\n \u00a0 &lt;label for=\"address\"&gt;Address:&lt;\/label&gt;\r\n \u00a0 &lt;input id=\"address\" class=\"form-control\"&gt;\r\n &lt;\/div&gt;\r\n \r\n &lt;div class=\"form-group\"&gt;\r\n \u00a0 &lt;label for=\"city\"&gt;City:&lt;\/label&gt;\r\n \u00a0 &lt;input id=\"city\" class=\"form-control\"&gt;\r\n &lt;\/div&gt;\r\n \r\n &lt;div class=\"form-group\"&gt;\r\n \u00a0 &lt;label for=\"postalcode\"&gt;Postal Code:&lt;\/label&gt;\r\n \u00a0 &lt;input id=\"postalcode\" class=\"form-control\"&gt;\r\n &lt;\/div&gt;\r\n \r\n &lt;div class=\"form-group\"&gt;\r\n \u00a0 &lt;label for=\"country\"&gt;Country:&lt;\/label&gt;\r\n \u00a0 &lt;input id=\"country\" class=\"form-control\"&gt;\r\n &lt;\/div&gt;\r\n \r\n &lt;\/div&gt;<\/pre>\n<hr \/>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<h2>\u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u09ab\u09b0\u09cd\u09ae\u09c7\u09b0 \u09ac\u09cd\u09af\u09be\u0996\u09cd\u09af\u09be<\/h2>\n<p><strong>appml-data=&#8221;local?model=model_customersform&#8221;<\/strong> \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u09ab\u09b0\u09ae\u09c7\u09b0 \u099c\u09a8\u09cd\u09af <span class=\"li-series-name\">\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2<\/span> \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u09ac\u09cb\u099d\u09be\u09df\u0964<\/p>\n<p><strong>\u00a0<\/strong><\/p>\n<h2>\u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u09ab\u09b0\u09cd\u09ae \u0995\u09ae\u09be\u09a8\u09cd\u09a1 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be<\/h2>\n<p>\u09aa\u099b\u09a8\u09cd\u09a6\u09b8\u0987 \u09b8\u09cd\u099f\u09be\u0987\u09b2\u09b6\u09bf\u099f \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09c7(\u098f\u0996\u09be\u09a8\u09c7 bootstrap \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7) \u0995\u09be\u0999\u09cd\u0996\u09bf\u09a4 \u09ab\u09b0\u09cd\u09ae \u0995\u09ae\u09be\u09a8\u09cd\u09a1 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be \u09b9\u09df,<\/p>\n<h4>inc_formcommands.htm<\/h4>\n<hr \/>\n<pre>&lt;button type=\"button\" class=\"close\" onclick=\"document.getElementById('Form01').style.display='none';\"&gt;X&lt;\/button&gt;\r\n \r\n &lt;button type=\"button\" class=\"close\"&gt;X&lt;\/button&gt;\r\n \r\n &lt;div class=\"btn-toolbar\" style=\"margin-bottom:20px;\"&gt;\r\n &lt;div class=\"btn-group\"&gt;\r\n \r\n &lt;button type=\"button\" class=\"btn btn-default\" onclick=\"appml('Form01').newRecord();\"&gt;\r\n &lt;span class=\"glyphicon glyphicon-new-window\"&gt;&lt;\/span&gt; New&lt;\/button&gt;\r\n \r\n &lt;button type=\"button\" class=\"btn btn-primary\" onclick=\"appml('Form01').saveRecord();\"&gt;\r\n &lt;span class=\"glyphicon glyphicon-floppy-disk\"&gt;&lt;\/span&gt; Save&lt;\/button&gt;\r\n \r\n &lt;button type=\"button\" class=\"btn btn-default\" onclick=\"appml('Form01').deleteRecord();\"&gt;\r\n &lt;span class=\"glyphicon glyphicon-trash\"&gt;&lt;\/span&gt; Delete&lt;\/button&gt;\r\n \r\n &lt;\/div&gt;\r\n &lt;\/div&gt;\r\n \r\n &lt;div id=\"appmlmessage\" class=\"alert alert-warning\" style=\"display:none;\"&gt;\r\n &lt;button type=\"button\" class=\"close\"\r\n onclick=\"this.parentNode.style.display='none';\"&gt;X&lt;\/button&gt;\r\n &lt;div id=\"message\"&gt;&lt;\/div&gt;\r\n \r\n&lt;\/div&gt;<\/pre>\n<hr \/>\n<p>&nbsp;<\/p>\n<p><strong>\u00a0<\/strong><\/p>\n<h2>\u09ab\u09b0\u09cd\u09ae \u0995\u09ae\u09be\u09a8\u09cd\u09a1 \u0985\u09a8\u09cd\u09a4\u09b0\u09cd\u09ad\u09c1\u0995\u09cd\u09a4\u09bf<\/h2>\n<p>\u09ab\u09b0\u09ae\u09c7 \u09ab\u09b0\u09cd\u09ae \u0995\u09ae\u09be\u09a8\u09cd\u09a1 \u0985\u09a8\u09cd\u09a4\u09b0\u09cd\u09ad\u09c1\u0995\u09cd\u09a4 \u0995\u09b0\u09be \u09b9\u09df,<\/p>\n<h4>HTML Form<\/h4>\n<hr \/>\n<pre>&lt;div id=\"Form01\" appml-data=\"local?model=model_customersform\"\r\n class=\"jumbotron\"&gt;\r\n \r\n <strong>&lt;<\/strong><strong>div<\/strong> <strong>appml-include-html=<\/strong><strong>\"inc_formcommands.htm\"<\/strong><strong>&gt;<\/strong><strong>&lt;<\/strong><strong>\/div<\/strong><strong>&gt;<\/strong>\r\n \r\n &lt;div class=\"form-group\"&gt;\r\n &lt;label for=\"customername\"&gt;Customer:&lt;\/label&gt;\r\n &lt;input id=\"customername\" class=\"form-control\"&gt;\r\n &lt;\/div&gt;\r\n \r\n &lt;label for=\"address\"&gt;Address:&lt;\/label&gt;\r\n &lt;input id=\"address\" class=\"form-control\"&gt;\r\n &lt;\/div&gt;\r\n \r\n &lt;div class=\"form-group\"&gt;\r\n &lt;label for=\"city\"&gt;City:&lt;\/label&gt;\r\n &lt;input id=\"city\" class=\"form-control\"&gt;\r\n &lt;\/div&gt;\r\n \r\n &lt;div class=\"form-group\"&gt;\r\n &lt;label for=\"postalcode\"&gt;Postal Code:&lt;\/label&gt;\r\n &lt;input id=\"postalcode\" class=\"form-control\"&gt;\r\n &lt;\/div&gt;\r\n \r\n &lt;div class=\"form-group\"&gt;\r\n &lt;label for=\"country\"&gt;Country:&lt;\/label&gt;\r\n &lt;input id=\"country\" class=\"form-control\"&gt;\r\n &lt;\/div&gt;\r\n \r\n &lt;\/div&gt;<\/pre>\n<hr \/>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<h2>\u09a1\u09be\u099f\u09be \u099f\u09c7\u09ac\u09bf\u09b2\u09c7 \u0995\u09cd\u09b2\u09bf\u0995\u09c7\u09ac\u09b2 \u0995\u09b2\u09be\u09ae \u09af\u09cb\u0997 \u0995\u09b0\u09be<\/h2>\n<p>\u09aa\u09c2\u09b0\u09cd\u09ac\u09ac\u09b0\u09cd\u09a4\u09c0 \u0985\u09a7\u09cd\u09af\u09be\u09df\u09c7 \u0986\u09ae\u09b0\u09be \u09a6\u09c7\u0996\u09c7\u099b\u09bf \u0995\u09c0\u09ad\u09be\u09ac\u09c7 \u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8 \u09a5\u09c7\u0995\u09c7 \u09b0\u09c7\u0995\u09b0\u09cd\u09a1 \u09b2\u09bf\u09b8\u09cd\u099f \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09a4\u09c7 \u09b9\u09df\u0964\u098f\u0996\u09be\u09a8\u09c7 \u0986\u09ae\u09b0\u09be \u099f\u09c7\u09ac\u09bf\u09b2\u09c7 \u09a8\u09a4\u09c1\u09a8 \u0995\u09b2\u09be\u09ae \u09af\u09cb\u0997 \u0995\u09b0\u09ac\u0964<\/p>\n<p>&nbsp;<\/p>\n<h4>HTML Source<\/h4>\n<hr \/>\n<pre>&lt;div appml-data=\"local?model=model_customerslist\"&gt;\r\n \r\n &lt;h1&gt;Customers&lt;\/h1&gt;\r\n &lt;div appml-include-html=\"inc_listcommands.htm\"&gt;&lt;\/div&gt;\r\n &lt;div appml-include-html=\"inc_filter.htm\"&gt;&lt;\/div&gt;\r\n \r\n &lt;table class=\"table table-striped table-bordered\"&gt;\r\n \u00a0 &lt;tr&gt;\r\n \u00a0\u00a0\u00a0 <strong>&lt;<\/strong><strong>th<\/strong><strong>&gt;<\/strong><strong>&lt;<\/strong><strong>\/th<\/strong><strong>&gt;<\/strong>\r\n \u00a0\u00a0\u00a0 &lt;th&gt;Customer&lt;\/th&gt;\r\n \u00a0\u00a0\u00a0 &lt;th&gt;City&lt;\/th&gt;\r\n \u00a0\u00a0\u00a0 &lt;th&gt;Country&lt;\/th&gt;\r\n \u00a0 &lt;\/tr&gt;\r\n \u00a0 &lt;tr appml-repeat=\"records\"&gt;\r\n \u00a0\u00a0\u00a0 <strong>&lt;<\/strong><strong>td<\/strong> <strong>style=<\/strong><strong>\"cursor:pointer;width:34px;\"<\/strong><strong>\r\n \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 onclick=\"appml('Form01').run({{CustomerID}})\"&gt;\r\n <\/strong><strong>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/strong>&lt;span class=\"glyphicon glyphicon-edit\"&gt;&lt;\/span&gt;&lt;\/td&gt;\r\n \u00a0\u00a0\u00a0 &lt;td&gt;{{CustomerName}}&lt;\/td&gt;\r\n \u00a0\u00a0\u00a0 &lt;td&gt;{{City}}&lt;\/td&gt;\r\n \u00a0\u00a0\u00a0 &lt;td&gt;{{Country}}&lt;\/td&gt;\r\n \u00a0 &lt;\/tr&gt;\r\n &lt;\/table&gt;\r\n \r\n&lt;\/div&gt;<\/pre>\n<hr \/>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>\u09a8\u09a4\u09c1\u09a8 \u0995\u09b2\u09be\u09ae\u09c7\u09b0 \u0985\u09a8\u0995\u09cd\u09b2\u09bf\u0995 \u0987\u09ad\u09c7\u09a8\u09cd\u099f <span class=\"li-series-name\">\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2<\/span> \u098f\u09b0 \u098f\u0995\u099f\u09bf \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u09b0\u09be\u09a8 \u0995\u09b0\u09be\u09df, \u09af\u09be \u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u0989\u09aa\u09be\u09a6\u09be\u09a8\u09c7\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 id=&#8221;Form01&#8243; \u09aa\u09b0\u09bf\u099a\u09bf\u09a4\u09bf \u09a8\u09bf\u09df\u09c7 \u0985\u09ac\u09b8\u09cd\u09a5\u09be\u09a8 \u0995\u09b0\u09c7\u0964<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li><strong>appml(&#8216;Form01&#8217;)<\/strong> <span class=\"li-series-name\">\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2<\/span> \u098f\u09b0 \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u09aa\u09c1\u09a8\u09b0\u09be\u09ac\u09c3\u09a4\u09cd\u09a4\u09bf \u0995\u09b0\u09be\u09df,<\/li>\n<li><strong>run({{CustomerID}})<\/strong> \u09aa\u09cd\u09af\u09be\u09b0\u09be\u09ae\u09bf\u099f\u09be\u09b0\u09b0\u09c2\u09aa\u09c7 \u0995\u09be\u09b8\u09cd\u099f\u09ae\u09be\u09b0 \u0986\u0987\u09a1\u09bf\u09b0 \u09b8\u09be\u09a5\u09c7 \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u09b0\u09be\u09a8 \u0995\u09b0\u09be\u09df\u0964<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h2>\u099a\u09c2\u09dc\u09be\u09a8\u09cd\u09a4 \u09aa\u09b0\u09cd\u09af\u09be\u09df\u09c7, \u09ab\u09b0\u09cd\u09ae\u0995\u09c7 \u09b2\u09c1\u0995\u09bf\u09df\u09c7 \u09b0\u09be\u0996\u09be<\/h2>\n<p>\u09ab\u09b0\u09cd\u09ae\u0995\u09c7 \u09b2\u09c1\u0995\u09bf\u09df\u09c7 \u09b0\u09be\u0996\u09a4\u09c7 \u098f\u0995\u09a7\u09b0\u09a8\u09c7\u09b0 \u09b8\u09cd\u099f\u09be\u0987\u09b2 \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09be \u09b9\u09df,<\/p>\n<p>&nbsp;<\/p>\n<h4>HTML<\/h4>\n<hr \/>\n<pre>&lt;div id=\"Form01\" appml-data=\"local?model=model_customersform\"\r\n appml-controller=\"myFormController\"\r\n class=\"jumbotron\" <strong>style=<\/strong><strong>\"display:none\"<\/strong>&gt;<\/pre>\n<hr \/>\n<p>&nbsp;<\/p>\n<p>\u09ab\u09b0\u09cd\u09ae\u09c7 \u098f\u0995\u099f\u09bf \u0995\u09a8\u09cd\u099f\u09cd\u09b0\u09cb\u09b2\u09be\u09b0 \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09be \u09b9\u09df \u09af\u09c7\u09a8 \u098f\u099f\u09bf \u0995\u09c7\u09ac\u09b2 \u09a4\u0996\u09a8\u0987 \u09a6\u09c3\u09b6\u09cd\u09af\u09ae\u09be\u09a8 \u09b9\u09ac\u09c7 \u09af\u0996\u09a8 \u098f\u099f\u09bf \u09b2\u09cb\u09a1\u09c7\u09a1 \u0993 \u09a1\u09be\u099f\u09be \u09aa\u09cd\u09b0\u09a6\u09b0\u09cd\u09b6\u09a8\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09aa\u09cd\u09b0\u09b8\u09cd\u09a4\u09c1\u09a4\u0964<\/p>\n<h4>Controller<\/h4>\n<hr \/>\n<pre>&lt;script&gt;\r\n function myFormController($appml) {\r\n \u00a0\u00a0\u00a0 if ($appml.message == \"ready\") {return -1;}\r\n \u00a0\u00a0\u00a0 if ($appml.message == \"loaded\") {\r\n \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 document.getElementById(\"Form01\").style.display=\"\";\r\n \u00a0\u00a0\u00a0 }\r\n }\r\n &lt;\/script&gt;<\/pre>\n<hr \/>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u09b0\u09bf\u09a6\u0993\u09df\u09be\u09a8 \u09ac\u09bf\u09a8 \u09b6\u09be\u09ae\u09c0\u09ae &nbsp; \u098f\u0987 \u0985\u09a7\u09cd\u09af\u09be\u09df\u09c7 \u09a6\u09c7\u0996\u09be\u09a8\u09cb \u09b9\u09ac\u09c7 \u0995\u09c0\u09ad\u09be\u09ac\u09c7 \u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8\u09c7\u09b0 \u09ac\u09bf\u09aa\u09b0\u09c0\u09a4\u09c7 \u0987\u09a8\u09aa\u09c1\u099f \u09ab\u09b0\u09cd\u09ae \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be \u09af\u09be\u09df\u0964 &nbsp; \u09ab\u09b0\u09cd\u09ae \u09ae\u09a1\u09c7\u09b2 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be model_customersform.js { &#8220;database&#8221; : { \u00a0\u00a0\u00a0 &#8220;connection&#8221; : &#8220;localmysql&#8221;, \u00a0\u00a0\u00a0 &#8220;maintable&#8221; : &#8220;Customers&#8221;, \u00a0\u00a0\u00a0 &#8220;keyfield&#8221; : &#8220;CustomerID&#8221;, \u00a0\u00a0\u00a0 &#8220;sql&#8221; : &#8220;SELECT * FROM Customers&#8221;}, &#8220;updateItems&#8221; : [ \u00a0\u00a0\u00a0 {&#8220;item&#8221; : &#8220;CustomerName&#8221;}, \u00a0\u00a0\u00a0 {&#8220;item&#8221; : &hellip; <\/p>\n<p><a class=\"more-link btn\" href=\"http:\/\/bangla.sitestree.com\/?p=9073\">Continue reading<\/a><\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[796],"tags":[800,847,818,527,1662],"class_list":["post-9073","post","type-post","status-publish","format-standard","hentry","category-application-modeling-language","tag-appml","tag-form","tag-818","tag-527","tag-1662","item-wrap"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":8977,"url":"http:\/\/bangla.sitestree.com\/?p=8977","url_meta":{"origin":9073,"position":0},"title":"\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2\u0983 \u0995\u09c0\u09ad\u09be\u09ac\u09c7 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09ac\u09c7\u09a8? (AppML How To)","author":"Author-Check- Article-or-Video","date":"May 21, 2015","format":false,"excerpt":"\u09b0\u09bf\u09a6\u0993\u09df\u09be\u09a8 \u09ac\u09bf\u09a8 \u09b6\u09be\u09ae\u09c0\u09ae \u00a0 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u09a4\u09c8\u09b0\u09bf\u09b0 \u09a6\u09c1\u099f\u09bf \u09b8\u09b9\u099c \u09a7\u09be\u09aa \u09a8\u09bf\u099a\u09c7 \u09a6\u09c7\u0996\u09be\u09a8\u09cb \u09b9\u09b2, 1. HTML \u0993 CSS \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09c7 \u09aa\u09c7\u099c \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be HTML <!DOCTYPE html> <html lang=\"en-US\"> <link rel=\"stylesheet\" href=\"style.css\"> <title>Customers<\/title> <body> <h1>Customers<\/h1> <table> <tr> <th>Customer<\/th> <th>City<\/th> <th>Country<\/th> <\/tr> <tr> <td>{{CustomerName}}<\/td> <td>{{City}}<\/td> <td>{{Country}}<\/td> <\/tr> <\/table> <\/body> <\/html> \u00a0\u2026","rel":"","context":"In &quot;AppML : Application Modeling Language&quot;","block_context":{"text":"AppML : Application Modeling Language","link":"http:\/\/bangla.sitestree.com\/?cat=796"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":9070,"url":"http:\/\/bangla.sitestree.com\/?p=9070","url_meta":{"origin":9073,"position":1},"title":"\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09b2\u09bf\u09b8\u09cd\u099f (AppML Lists)","author":"Author-Check- Article-or-Video","date":"May 27, 2015","format":false,"excerpt":"\u09b0\u09bf\u09a6\u0993\u09df\u09be\u09a8 \u09ac\u09bf\u09a8 \u09b6\u09be\u09ae\u09c0\u09ae \u00a0 \u098f\u0987 \u0985\u09a7\u09cd\u09af\u09be\u09df\u09c7 \u0986\u09ae\u09b0\u09be \u098f\u0995\u099f\u09bf \u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8 \u09a5\u09c7\u0995\u09c7 \u09b0\u09c7\u0995\u09b0\u09cd\u09a1 \u09b2\u09bf\u09b8\u09cd\u099f \u0995\u09b0\u09ac\u0964 \u00a0 \u09a8\u09a4\u09c1\u09a8 \u09ae\u09a1\u09c7\u09b2 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be \u09aa\u09c2\u09b0\u09cd\u09ac\u09ac\u09b0\u09cd\u09a4\u09c0 \u0985\u09a7\u09cd\u09af\u09be\u09df\u09c7 \u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09a4\u09c7 \u09ae\u09a1\u09c7\u09b2 \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7\u0964 \u098f\u0996\u09a8 \u09ab\u09bf\u09b2\u099f\u09be\u09b0 \u0993 \u09b8\u0982\u0995\u09cd\u09b7\u09bf\u09aa\u09cd\u09a4 \u09ac\u09b0\u09cd\u09a3\u09a8\u09be\u09b8\u09b9 \u09a8\u09a4\u09c1\u09a8 \u09ae\u09a1\u09c7\u09b2 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09ac, \u00a0model_customerslist.js { \"rowsperpage\" : 10, \"database\" : { \u00a0\u00a0\u00a0 \"connection\" : \"localmysql\", \u00a0\u00a0\u00a0 \"sql\"\u2026","rel":"","context":"In &quot;AppML : Application Modeling Language&quot;","block_context":{"text":"AppML : Application Modeling Language","link":"http:\/\/bangla.sitestree.com\/?cat=796"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":9147,"url":"http:\/\/bangla.sitestree.com\/?p=9147","url_meta":{"origin":9073,"position":2},"title":"\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09b0\u09c7\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 (AppML Reference)","author":"Author-Check- Article-or-Video","date":"May 31, 2015","format":false,"excerpt":"\u09b0\u09bf\u09a6\u0993\u09df\u09be\u09a8 \u09ac\u09bf\u09a8 \u09b6\u09be\u09ae\u09c0\u09ae \u00a0 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u098f\u099f\u09cd\u09b0\u09bf\u09ac\u09bf\u0989\u099f \u0989\u09a6\u09be\u09b9\u09b0\u09a3, <div appml-include-html=\"inc_header.htm\"><\/div> <h1>Customers<\/h1> <table appml-data=\"customers.js\" appml-controller=\"myController\"> \u00a0 <tr> \u00a0\u00a0\u00a0 <th>Customer<\/th> \u00a0\u00a0\u00a0 <th>City<\/th> \u00a0\u00a0\u00a0 <th>Country<\/th> \u00a0 <\/tr> \u00a0 <tr appml-repeat=\"records\"> \u00a0\u00a0\u00a0 <td>{{CustomerName}}<\/td> \u00a0\u00a0\u00a0 <td>{{City}}<\/td> \u00a0\u00a0\u00a0 <td>{{Country}}<\/td> \u00a0 <\/tr> <\/table> <divappml-include-html=\"inc_footer.htm\"><\/div> \u00a0 \u00a0 \u00a0 Attribute Description Explained appml-controller AppML controller \u09b9\u09bf\u09b8\u09be\u09ac\u09c7 \u09ac\u09bf\u09ac\u09c3\u09a4\u2026","rel":"","context":"In &quot;AppML : Application Modeling Language&quot;","block_context":{"text":"AppML : Application Modeling Language","link":"http:\/\/bangla.sitestree.com\/?cat=796"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":9115,"url":"http:\/\/bangla.sitestree.com\/?p=9115","url_meta":{"origin":9073,"position":3},"title":"\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09aa\u09bf\u098f\u0987\u099a\u09aa\u09bf (AppML PHP)","author":"Author-Check- Article-or-Video","date":"May 29, 2015","format":false,"excerpt":"\u09b0\u09bf\u09a6\u0993\u09df\u09be\u09a8 \u09ac\u09bf\u09a8 \u09b6\u09be\u09ae\u09c0\u09ae \u00a0 \u09af\u09a6\u09bf \u0995\u09cb\u09a8\u0993 \u09aa\u09bf\u098f\u0987\u099a\u09aa\u09bf \u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8\u09c7 \u09aa\u09cd\u09b0\u09ac\u09c7\u09b6\u09af\u09cb\u0997\u09cd\u09af\u09a4\u09be \u09a5\u09be\u0995\u09c7 \u09a4\u09be\u09b9\u09b2\u09c7 \u09a4\u09be\u09b9\u09b2\u09c7 \u09a8\u09bf\u099a\u09c7\u09b0 \u09a8\u09bf\u09b0\u09cd\u09a6\u09c7\u09b6 \u09ae\u09cb\u09a4\u09be\u09ac\u09c7\u0995 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0 \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be \u09b8\u09ae\u09cd\u09ad\u09ac \u09b9\u09ac\u09c7\u0964 \u09aa\u09bf\u098f\u0987\u099a\u09aa\u09bf \u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8\u09c7 \u09aa\u09cd\u09b0\u09ac\u09c7\u09b6\u09af\u09cb\u0997\u09cd\u09af\u09a4\u09be \u09a8\u09be \u09a5\u09be\u0995\u09b2\u09c7 \u0993\u09df\u09c7\u09ac\u09ae\u09cd\u09af\u09be\u099f\u09cd\u09b0\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09aa\u09cd\u09b0\u09af\u09cb\u099c\u09cd\u09af \u0989\u09aa\u09a6\u09c7\u09b6 \u09a6\u09c7\u0996\u09a4\u09c7 \u09b9\u09ac\u09c7\u0964 \u00a0 \u099f\u09c7\u09b8\u09cd\u099f \u09aa\u09c7\u099c \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be \u099f\u09c7\u09b8\u09cd\u099f \u09aa\u09c7\u099c \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09c7 customers.htm \u09b0\u09c2\u09aa\u09c7 (\u09ac\u09be \u0985\u09a8\u09cd\u09af\u0995\u09cb\u09a8\u0993 \u09b0\u09c2\u09aa\u09c7) \u09aa\u09bf\u098f\u0987\u09aa\u09bf\u2026","rel":"","context":"In &quot;AppML : Application Modeling Language&quot;","block_context":{"text":"AppML : Application Modeling Language","link":"http:\/\/bangla.sitestree.com\/?cat=796"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":9118,"url":"http:\/\/bangla.sitestree.com\/?p=9118","url_meta":{"origin":9073,"position":4},"title":"\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09a1\u099f \u09a8\u09c7\u099f (AppML .NET)","author":"Author-Check- Article-or-Video","date":"May 29, 2015","format":false,"excerpt":"\u09b0\u09bf\u09a6\u0993\u09df\u09be\u09a8 \u09ac\u09bf\u09a8 \u09b6\u09be\u09ae\u09c0\u09ae \u00a0 \u09a1\u099f \u09a8\u09c7\u099f \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0\u09c7 \u09aa\u09cd\u09b0\u09ac\u09c7\u09b6\u09af\u09cb\u0997\u09cd\u09af\u09a4\u09be \u09a5\u09be\u0995\u09b2\u09c7 \u09a8\u09bf\u099a\u09c7\u09b0 \u09aa\u09cd\u09b0\u0995\u09cd\u09b0\u09bf\u09df\u09be\u09df \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0 \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be \u09af\u09be\u09ac\u09c7, \u09aa\u09cd\u09b0\u09ac\u09c7\u09b6\u09af\u09cb\u0997\u09cd\u09af\u09a4\u09be \u09a8\u09be \u09a5\u09be\u0995\u09b2\u09c7 \u0993\u09df\u09c7\u09ac\u09ae\u09cd\u09af\u09be\u099f\u09cd\u09b0\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09aa\u09cd\u09b0\u09af\u09cb\u099c\u09cd\u09af \u09aa\u09cd\u09b0\u0995\u09cd\u09b0\u09bf\u09df\u09be \u0985\u09a8\u09c1\u09b8\u09b0\u09a3 \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7\u0964 \u00a0 \u099f\u09c7\u09b8\u09cd\u099f \u09aa\u09c7\u099c \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be \u09aa\u09cd\u09b0\u09a5\u09ae\u09c7 \u099f\u09c7\u09b8\u09cd\u099f \u09aa\u09c7\u099c \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09c7 \u09b8\u09c7\u099f\u09bf\u0995\u09c7 \u09aa\u09bf\u098f\u0987\u099a\u09aa\u09bf \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0\u09c7 customers.htm \u09a8\u09be\u09ae \u09a6\u09bf\u09df\u09c7(\u09ac\u09be \u0985\u09a8\u09cd\u09af \u0995\u09cb\u09a8\u0993 \u09a8\u09be\u09ae\u0993 \u099a\u09b2\u09ac\u09c7) \u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09a3\u2026","rel":"","context":"In &quot;AppML : Application Modeling Language&quot;","block_context":{"text":"AppML : Application Modeling Language","link":"http:\/\/bangla.sitestree.com\/?cat=796"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":8987,"url":"http:\/\/bangla.sitestree.com\/?p=8987","url_meta":{"origin":9073,"position":5},"title":"\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u0995\u09a8\u09cd\u099f\u09cd\u09b0\u09cb\u09b2\u09be\u09b0 (AppML Controllers)","author":"Author-Check- Article-or-Video","date":"May 21, 2015","format":false,"excerpt":"\u09b0\u09bf\u09a6\u0993\u09df\u09be\u09a8 \u09ac\u09bf\u09a8 \u09b6\u09be\u09ae\u09c0\u09ae \u00a0 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u0995\u09a8\u09cd\u099f\u09cd\u09b0\u09cb\u09b2\u09be\u09b0\u09c7\u09b0 \u0989\u09a6\u09cd\u09a6\u09c7\u09b6\u09cd\u09af \u09b9\u09b2 \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8\u0995\u09c7 \u09a8\u09bf\u09df\u09a8\u09cd\u09a4\u09cd\u09b0\u09a3 \u0995\u09b0\u09be\u0964 \u0995\u09a8\u09cd\u099f\u09cd\u09b0\u09cb\u09b2\u09be\u09b0 \u09af\u09be \u09af\u09be \u0995\u09b0\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7\u0983 \u09aa\u09cd\u09b0\u09be\u09b0\u09ae\u09cd\u09ad\u09bf\u0995 \u09a1\u09be\u099f\u09be \u09b8\u09c7\u099f \u0995\u09b0\u09be, \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u09a1\u09be\u099f\u09be \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u0995\u09b0\u09be, \u0987\u09a8\u09aa\u09c1\u099f \u098f\u09ac\u0982 \u0986\u0989\u099f\u09aa\u09c1\u099f \u09a8\u09bf\u09df\u09a8\u09cd\u09a4\u09cd\u09b0\u09a3 \u0995\u09b0\u09be, \u09a1\u09be\u099f\u09be \u09ad\u09cd\u09af\u09be\u09b2\u09bf\u09a1\u09c7\u099f \u0995\u09b0\u09be, \u09a1\u09be\u099f\u09be \u09b8\u0982\u0995\u09cd\u09b7\u09c7\u09aa \u0995\u09b0\u09be, \u09ad\u09c1\u09b2\u0995\u09cd\u09b0\u09c1\u099f\u09bf \u09a8\u09bf\u09df\u09a8\u09cd\u09a4\u09cd\u09b0\u09a3, \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u09b6\u09c1\u09b0\u09c1 \u0993 \u09b6\u09c7\u09b7 \u0995\u09b0\u09be, \u0986\u09b0\u0993 \u0985\u09a8\u09c7\u0995 \u0995\u09bf\u099b\u09c1 \u0995\u09b0\u09be \u09af\u09be\u09df \u098f\u09b0\u2026","rel":"","context":"In &quot;AppML : Application Modeling Language&quot;","block_context":{"text":"AppML : Application Modeling Language","link":"http:\/\/bangla.sitestree.com\/?cat=796"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/9073","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9073"}],"version-history":[{"count":1,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/9073\/revisions"}],"predecessor-version":[{"id":9074,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/9073\/revisions\/9074"}],"wp:attachment":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9073"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=9073"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=9073"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}