CodeExtinguisher 2.0 Release Candidate 14.2 |
[eluser]abmcr[/eluser]
A small fix in the plugin text_box: Code: $html .= ' <input class="text" type="text" value="'.stripslashes($this->value).' After [quote author="jTaby" date="1212265104"]abmcr, In your field, you can add a "table_access_restriction" which does exactly that. http://codeextinguisher.pbwiki.com/Creat...-own-pages [/quote] I have try with this code Code: $config = array( And it is possible to set a restriction acces to the table on the related field? My case is: i have a table "books" with Code: id, book.... Code: id_chapter, description.... Code: bk_cp_id,books_id,chapter_id I want to display a view with a selec as Code: SELECT preview_chapter.* And, yet, it is possible to get dinamyc the id, using a uri_segment? My idea was a code as Code: $config = array( There is a more simple way to get this goal? |
Welcome Guest, Not a member yet? Register Sign In |