{"id":8977,"date":"2015-05-21T06:00:19","date_gmt":"2015-05-21T10:00:19","guid":{"rendered":"http:\/\/bangla.salearningschool.com\/?p=8977"},"modified":"2015-11-10T08:47:57","modified_gmt":"2015-11-10T13:47:57","slug":"8977","status":"publish","type":"post","link":"http:\/\/bangla.sitestree.com\/?p=8977","title":{"rendered":"\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)"},"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>\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,<\/p>\n<h2>1. HTML \u0993 CSS \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09c7 \u09aa\u09c7\u099c \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be<\/h2>\n<h2>HTML<\/h2>\n<hr \/>\n<pre> &lt;!DOCTYPE html&gt;\r\n &lt;html lang=\"en-US\"&gt;\r\n &lt;link rel=\"stylesheet\" href=\"style.css\"&gt;\r\n &lt;title&gt;Customers&lt;\/title&gt;\r\n &lt;body&gt;<\/pre>\n<pre> &lt;h1&gt;Customers&lt;\/h1&gt;<\/pre>\n<pre> &lt;table&gt;\r\n   &lt;tr&gt;\r\n   &lt;th&gt;Customer&lt;\/th&gt;\r\n   &lt;th&gt;City&lt;\/th&gt;\r\n   &lt;th&gt;Country&lt;\/th&gt;\r\n   &lt;\/tr&gt;\r\n   &lt;tr&gt;\r\n   &lt;td&gt;{{CustomerName}}&lt;\/td&gt;\r\n   &lt;td&gt;{{City}}&lt;\/td&gt;\r\n   &lt;td&gt;{{Country}}&lt;\/td&gt;\r\n   &lt;\/tr&gt;\r\n &lt;\/table&gt;<\/pre>\n<pre> &lt;\/body&gt;\r\n &lt;\/html&gt;<\/pre>\n<hr \/>\n<p>&nbsp;<\/p>\n<p><strong>{{ }}<\/strong> <strong>\u099a\u09bf\u09b9\u09cd\u09a8<\/strong> \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09a1\u09be\u099f\u09be\u09b0 \u09a7\u09be\u09b0\u0995\u09b8\u09cd\u09ac\u09b0\u09c2\u09aa\u0964<\/p>\n<p>&nbsp;<\/p>\n<h2>CSS<\/h2>\n<hr \/>\n<pre>body {\r\n    font: 14px Verdana, sans-serif;\r\n}\r\nh1 {\r\n    color: #996600;\r\n}\r\ntable {\r\n    width: 100%;\r\n    border-collapse: collapse;\r\n}\r\nth, td {\r\n    border: 1px solid grey;\r\n    padding: 5px;\r\n    text-align: left;\r\n}\r\ntable tr:nth-child(odd) {\r\n    background-color: #f1f1f1;\r\n}<\/pre>\n<hr \/>\n<p><strong>\u09a8\u09cb\u099f\u0983<\/strong> \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u09ab\u09c7\u09ad\u09be\u09b0\u09bf\u099f \u09b8\u09cd\u099f\u09be\u0987\u09b2\u09b8\u09bf\u099f\u09c7\u09b0 \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09c7 \u09b8\u09bf\u098f\u09b8\u098f\u09b8 \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09a4\u09c7 \u09aa\u09be\u09b0\u09bf\u0964<\/p>\n<p>&nbsp;<\/p>\n<h2>2. \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09af\u09cb\u0997 \u0995\u09b0\u09be<\/h2>\n<p>\u09a8\u09bf\u099c\u09c7\u09b0 \u0993\u09df\u09c7\u09ac\u09aa\u09c7\u099c\u09c7 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09af\u09cb\u0997 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u098f\u0987 \u0995\u09cb\u09a1 \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09be \u09af\u09be\u09df,<\/p>\n<hr \/>\n<pre>&lt;!DOCTYPE html&gt;\r\n&lt;html lang=\"en-US\"&gt;\r\n&lt;title&gt;Customers&lt;\/title&gt;\r\n&lt;link rel=\"stylesheet\" href=\"style.css\"&gt;\r\n&lt;script src=\"http:\/\/www.w3schools.com\/appml\/2.0.3\/appml.js\"&gt;&lt;\/script&gt;\r\n&lt;body&gt;<\/pre>\n<pre>&lt;h1&gt;Customers&lt;\/h1&gt;<\/pre>\n<pre>&lt;table appml-data=\"customers.js\"&gt;\r\n&lt;tr&gt;\r\n    &lt;th&gt;Customer&lt;\/th&gt;\r\n    &lt;th&gt;City&lt;\/th&gt;\r\n    &lt;th&gt;Country&lt;\/th&gt;\r\n&lt;\/tr&gt;\r\n&lt;tr appml-repeat=\"records\"&gt;\r\n    &lt;td&gt;{{CustomerName}}&lt;\/td&gt;\r\n    &lt;td&gt;{{City}}&lt;\/td&gt;\r\n    &lt;td&gt;{{Country}}&lt;\/td&gt;\r\n&lt;\/tr&gt;\r\n&lt;\/table&gt;<\/pre>\n<pre>&lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<hr \/>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u098f\u09b0 \u09ac\u09cd\u09af\u09be\u0996\u09cd\u09af\u09be\u0983 <strong>&lt;script src=&#8221;http:\/\/www.w3schools.com\/appml\/2.0.3\/appml.js&#8221;&gt;<\/strong><strong>\u098f\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7 <\/strong>\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u0995\u09c7 \u09aa\u09c7\u099c\u09c7 \u09b8\u0982\u09af\u09c1\u0995\u09cd\u09a4 \u0995\u09b0\u09be \u09af\u09be\u09df\u0964<\/p>\n<p><strong>appml-data<\/strong>=<strong>&#8220;customers.js&#8221;<\/strong> <strong>\u098f\u09b0 \u09a6\u09cd\u09ac\u09be\u09b0\u09be<\/strong> \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09a1\u09be\u099f\u09be\u0995\u09c7 \u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u098f\u09b2\u09bf\u09ae\u09c7\u09a8\u09cd\u099f\u09c7\u09b0 \u09b8\u09be\u09a5 \u09b8\u0982\u09af\u09c1\u0995\u09cd\u09a4 \u0995\u09b0\u09be \u09af\u09be\u09df\u0964 \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u0989\u09a6\u09be\u09b9\u09b0\u09a3\u09c7 \u0986\u09ae\u09b0\u09be \u099c\u09c7\u098f\u09b8\u0993\u098f\u09a8 \u09ab\u09be\u0987\u09b2 <a href=\"http:\/\/www.w3schools.com\/appml\/showit.asp?filename=customers\">customers.js<\/a> \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09c7\u099b\u09bf\u0964<\/p>\n<p><strong>appml-repeat=&#8221;records&#8221;<\/strong> <strong>\u09a6\u09cd\u09ac\u09be\u09b0\u09be \u09aa\u09cd\u09b0\u09a4\u09bf\u099f\u09bf \u0986\u0987\u099f\u09c7\u09ae\u09c7\u09b0 \u099c\u09a8\u09cd\u09af <\/strong>\u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u098f\u09b2\u09bf\u09ae\u09c7\u09a8\u09cd\u099f \u09b0\u09bf\u09aa\u09bf\u099f \u0995\u09b0\u09be \u09b8\u09ae\u09cd\u09ad\u09ac \u09b9\u09df\u09c7\u099b\u09c7\u0964<\/p>\n<p><strong>{{ }}<\/strong> <strong>\u099a\u09bf\u09b9\u09cd\u09a8<\/strong> \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u0989\u09aa\u09be\u09a6\u09be\u09a8 \u09ac\u09cb\u099d\u09be\u09a4\u09c7 \u09ac\u09cd\u09af\u09ac\u09b9\u09c3\u09a4 \u09b9\u09df\u09c7\u099b\u09c7\u0964<\/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; \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 &lt;!DOCTYPE html&gt; &lt;html lang=&#8221;en-US&#8221;&gt; &lt;link rel=&#8221;stylesheet&#8221; href=&#8221;style.css&#8221;&gt; &lt;title&gt;Customers&lt;\/title&gt; &lt;body&gt; &lt;h1&gt;Customers&lt;\/h1&gt; &lt;table&gt; &lt;tr&gt; &lt;th&gt;Customer&lt;\/th&gt; &lt;th&gt;City&lt;\/th&gt; &lt;th&gt;Country&lt;\/th&gt; &lt;\/tr&gt; &lt;tr&gt; &lt;td&gt;{{CustomerName}}&lt;\/td&gt; &lt;td&gt;{{City}}&lt;\/td&gt; &lt;td&gt;{{Country}}&lt;\/td&gt; &lt;\/tr&gt; &lt;\/table&gt; &lt;\/body&gt; &lt;\/html&gt; &nbsp; {{ }} \u099a\u09bf\u09b9\u09cd\u09a8 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae &hellip; <\/p>\n<p><a class=\"more-link btn\" href=\"http:\/\/bangla.sitestree.com\/?p=8977\">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,1],"tags":[800,818,1662],"class_list":["post-8977","post","type-post","status-publish","format-standard","hentry","category-application-modeling-language","category-root","tag-appml","tag-818","tag-1662","item-wrap"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":8970,"url":"http:\/\/bangla.sitestree.com\/?p=8970","url_meta":{"origin":8977,"position":0},"title":"\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u099f\u09bf\u0989\u099f\u09cb\u09b0\u09bf\u09df\u09be\u09b2 (AppML Tutorial)","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\u09bf? \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u09ae\u09a1\u09c7\u09b2\u09bf\u0982 \u09b2\u09cd\u09af\u09be\u0999\u09cd\u0997\u09c1\u09df\u09c7\u099c\u0995\u09c7 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u09aa\u09cd\u09b0\u0995\u09be\u09b6 \u0995\u09b0\u09be \u09b9\u09df\u0964 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09af\u09c7\u0995\u09cb\u09a8\u09cb \u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u09aa\u09c7\u099c\u09c7 \u099a\u09b2\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7, \u0995\u09cb\u09a8\u0993 \u0987\u09a8\u09cd\u09b8\u099f\u09b2\u09c7\u09b6\u09a8\u09c7\u09b0 \u09aa\u09cd\u09b0\u09df\u09cb\u099c\u09a8 \u09a8\u09c7\u0987\u0964 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u0995\u09df\u09c7\u0995\u099f\u09bf \u09ae\u09be\u09a7\u09cd\u09af\u09ae \u09a5\u09c7\u0995\u09c7 \u09a1\u09be\u099f\u09be \u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u09aa\u09c7\u099c\u09c7 \u0986\u09a8\u09a4\u09c7 \u09ac\u09cd\u09af\u09ac\u09b9\u09c3\u09a4 \u09b9\u09df, \u0985\u09ac\u099c\u09c7\u0995\u09cd\u099f \u09a5\u09c7\u0995\u09c7 \u09ab\u09be\u0987\u09b2 \u09a5\u09c7\u0995\u09c7 \u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8 \u09a5\u09c7\u0995\u09c7 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae\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":8977,"position":1},"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":[]},{"id":8989,"url":"http:\/\/bangla.sitestree.com\/?p=8989","url_meta":{"origin":8977,"position":2},"title":"\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09ae\u09cd\u09af\u09be\u09b8\u09c7\u099c (AppML Messages)","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 \u09ae\u09cd\u09af\u09be\u09b8\u09c7\u099c \u098f\u09ac\u0982 \u0995\u09be\u09b0\u09cd\u09af\u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0 \u09af\u0996\u09a8 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u0995\u09cb\u09a8\u0993 \u0995\u09be\u099c \u0995\u09b0\u09a4\u09c7 \u09af\u09be\u09df \u09a4\u0996\u09a8 \u098f\u099f\u09bf \u0995\u09a8\u09cd\u099f\u09cd\u09b0\u09cb\u09b2\u09be\u09b0\u09c7 \u098f\u0995\u099f\u09bf \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u0985\u09ac\u099c\u09c7\u0995\u09cd\u099f ($appml) \u09aa\u09be\u09a0\u09be\u09df\u0964 \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8 \u0985\u09ac\u099c\u09c7\u0995\u09cd\u099f\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u09ac\u09c8\u09b6\u09bf\u09b7\u09cd\u099f\u09cd\u09af \u09b9\u09b2 \u09ae\u09cd\u09af\u09be\u09b8\u09c7\u099c ($appml.message), \u09af\u09be \u098f\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8\u09c7\u09b0 \u0985\u09ac\u09b8\u09cd\u09a5\u09be \u09ac\u09b0\u09cd\u09a3\u09a8\u09be \u0995\u09b0\u09c7\u0964 \u098f\u0987 \u09ae\u09cd\u09af\u09be\u09b8\u09c7\u099c \u09aa\u09b0\u09c0\u0995\u09cd\u09b7\u09be \u0995\u09b0\u09c7 \u0995\u09be\u099c\u09c7\u09b0 \u09a7\u09b0\u09a3 \u0985\u09a8\u09c1\u09af\u09be\u09df\u09c0 \u099c\u09be\u09ad\u09be\u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09cd\u099f \u0995\u09cb\u09a1 \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09be \u09af\u09be\u09df\u0964\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":8977,"position":3},"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":8977,"position":4},"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":8981,"url":"http:\/\/bangla.sitestree.com\/?p=8981","url_meta":{"origin":8977,"position":5},"title":"\u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09a1\u09be\u099f\u09be (AppML Data)","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\u09b0 \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u0995\u09be\u099c \u09b9\u09b2 \u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u09aa\u09c7\u099c\u09c7 \u09a1\u09be\u099f\u09be \u09b8\u09b0\u09ac\u09b0\u09be\u09b9 \u0995\u09b0\u09be\u0964 \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u0995\u09c7 \u09a1\u09be\u099f\u09be\u09b0 \u09b8\u09be\u09a5\u09c7 \u09b8\u0982\u09af\u09c1\u0995\u09cd\u09a4 \u0995\u09b0\u09be \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u099a\u09b2\u0995 \u09a5\u09c7\u0995\u09c7 \u09a1\u09be\u099f\u09be \u09aa\u09cd\u09b0\u09a6\u09b0\u09cd\u09b6\u09a8 \u0995\u09b0\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7, \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09ab\u09be\u0987\u09b2 \u09a5\u09c7\u0995\u09c7 \u09a1\u09be\u099f\u09be \u09aa\u09cd\u09b0\u09a6\u09b0\u09cd\u09b6\u09a8 \u0995\u09b0\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7, \u0985\u09cd\u09af\u09be\u09aa \u098f\u09ae \u098f\u09b2 \u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8 \u09a5\u09c7\u0995\u09c7 \u09a1\u09be\u099f\u09be \u09aa\u09cd\u09b0\u09a6\u09b0\u09cd\u09b6\u09a8 \u0995\u09b0\u09a4\u09c7\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\/8977","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=8977"}],"version-history":[{"count":4,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/8977\/revisions"}],"predecessor-version":[{"id":9037,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/8977\/revisions\/9037"}],"wp:attachment":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8977"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8977"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8977"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}