Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
agiletoolkitの以前のドキュメントにあるデータベースの考慮事項がありますが、これはもう見つかりません。それらは変わりましたか?たとえば、ブール値はまだenum('Y'、'N')である必要がありますか?
4.2では、ブール値の「スタイル」を選択できるため、「Y」、「N」の列挙型を使用する古いプロジェクトがある場合は、チェーンを使用してフィールド宣言の定義を修正するだけで済みます。->enum(array('Y','N'))
->enum(array('Y','N'))
I'm using jQuery 1.9.1 and trying to have an ajax query which is called every 5 seconds and updates some content.
Using the code below, I get the following error in