-
Notifications
You must be signed in to change notification settings - Fork 0
ORM Fields
هر ساختار دادهای از یک مجموعه دادهای ایجاد میشود که میتواند شامل فیلدهای متفاوت از انواع متفاوت باشد. در این بخش مدلها و فیلدهای دادهای که در این سکو حمایت میشود آورده شده است.
String of character of a maximum given length.
Integer number.
Autoincrement number, mandatory for each model with the name id.
Raw text, not limited in length.
A many to one relationship.
A many to many relationship.
A date and time field.
A date only field.
A boolean field.
An email field.
A float field.
یکی دیگر از فیلدهایی که برای مدل دادهای در نظر گرفته شده است پرونده است. تمام پروندههایی که در سیستم بارگذاری میشوند در یک مسیر ذخیره شده و آدرس آنها در یک جدول نگهداری میشود. این دادهها به عنوان یک فیلد به یک ساختار دادهای اضافه میشود. کلاس معادل با این فیلد عبارت است از:
Pluf_DB_Field_File
The file is stored on the file system and the database only stores the subdirectory of the upload_root folder and the filename.
Parameters for the field:
TODO: Put the parameters.