1
Show Posts
This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.
Messages - alfonsog
2
Questions / Use ckeditor in html fields
Thanks
3
Questions / Add new values on the fly
Also in a tags fields for example, it is possible to add values like in image
4
Questions / Re: Doubts about phprad, textarea fields and related tables
5
Questions / Re: Doubts about phprad, textarea fields and related tables
6
Questions / Re: Doubts about phprad, textarea fields and related tables
7
Questions / Re: Doubts about phprad, textarea fields and related tables
1. A news "table" with: id_new, title, text, main_photo
2. A "docs" table with: id_doc, title_doc, file_doc
3. A "photos" table with: id_photo, title_photo, file_photo
Now what I want is that news, documents or photos can be added (no problem in that). My question is:
1. How can I relate several documents to a story?
2. How can I have several photos related to a story?
3. What I want is for a document to relate to different news, for example
In PHPRunner I have two new tables:
1. a "rel_docs_new" table with: id_rel, id_new_rel, id_doc_rel
2. another similar to relate the photos
I ask if the approach is correct and how to do it later in PHPRad
Thanks
8
Questions / Re: Doubts about phprad, textarea fields and related tables
Solved. I can't see html editor in PHPRad, but I can see it in Browser
9
Questions / Doubts about phprad, textarea fields and related tables
1. I can't see the HTML editor in a textarea field
2. What editor is it? I think the best one is ckeditor and I don't know if it can be installed myself later
3. I don't know how one-to-many relationships are handled. For example, in PHPRunner I have a "News" table, a "Documents" table and a "RelNewsDocs" table that relates, with the key fields, a news with several documents. The question is whether this can be done in PHPad and how. Thank you
Attached image of how it looks in phprunner
I would appreciate an image or example