Lines Matching refs:target

160 	function copyUserData(&$target, &$source)  argument
162 $target['user_name'] = $source[''];
163 $target['user_loginname'] = $source[''];
164 $target['user_password'] = $source[''];
165 $target['user_email'] = $source[''];
166 $target['user_hideemail'] = $source[''];
167 $target['user_join'] = $source[''];
168 $target['user_admin'] = $source[''];
169 $target['user_lastvisit'] = $source[''];
170 $target['user_login'] = $source[''];
171 $target['user_ban'] = $source[''];
172 $target['user_customtitle'] = $source[''];
173 $target['user_sess'] = $source['']; // Photo
174 $target['user_signature'] = $source[''];
175 $target['user_image'] = $source['']; // Avatar
176 $target['user_currentvisit'] = $source[''];
177 $target['user_lastpost'] = $source[''];
178 $target['user_chats'] = $source[''];
179 $target['user_comments'] = $source[''];
181 $target['user_ip'] = $source[''];
182 $target['user_prefs'] = $source[''];
183 $target['user_visits'] = $source[''];
184 $target['user_class'] = $source[''];
185 $target['user_perms'] = $source[''];
186 $target['user_xup'] = $source[''];
187 $target['user_language'] = $source[''];
188 $target['user_country'] = $source[''];
189 $target['user_location'] = $source[''];
190 $target['user_aim'] = $source[''];
191 $target['user_icq'] = $source[''];
192 $target['user_yahoo'] = $source[''];
193 $target['user_msn'] = $source[''];
194 $target['user_homepage'] = $source[''];
195 $target['user_birthday'] = $source[''];
196 $target['user_timezone'] = $source[''];
198 $this->debug($source,$target);
208 function copyUserClassData(&$target, &$source) argument
211 $target['userclass_id'] = $source[''];
212 $target['userclass_name'] = $source[''];
213 $target['userclass_description'] = $source[''];
214 $target['userclass_editclass'] = $source[''];
215 $target['userclass_parent'] = $source[''];
216 $target['userclass_accum'] = $source[''];
217 $target['userclass_visibility'] = $source[''];
218 $target['userclass_type'] = $source[''];
219 $target['userclass_icon'] = $source[''];
220 $target['userclass_perms'] = $source[''];
222 return $target;
232 function copyNewsData(&$target, &$source) argument
235 $target['news_id'] = $source['']; // leave empty to auto-increment.
236 $target['news_title'] = $source[''];
237 $target['news_sef'] = $source[''];
238 $target['news_body'] = $source['']; // wrap in [html] tags if required.
239 $target['news_extended'] = $source['']; // wrap in [html] tags if required.
240 $target['news_meta_keywords'] = $source[''];
241 $target['news_meta_description'] = $source[''];
242 $target['news_datestamp'] = $source['datestamp'];
243 $target['news_author'] = $source[''];
244 $target['news_category'] = $source[''];
245 $target['news_allow_comments'] = $source[''];
246 $target['news_start'] = $source[''];
247 $target['news_end'] = $source[''];
248 $target['news_class'] = $source[''];
249 $target['news_render_type'] = $source[''];
250 $target['news_comment_total'] = $source[''];
251 $target['news_summary'] = $source[''];
252 $target['news_thumbnail'] = $source[''];
253 $target['news_sticky'] = $source[''];
255 return $target; // comment out to debug
268 function copyNewsCategoryData(&$target, &$source) argument
270 $target['category_id'] = $source[''];
271 $target['category_name'] = $source[''];
272 $target['category_sef'] = $source[''];
273 $target['category_meta_description'] = $source[''];
274 $target['category_meta_keywords'] = $source[''];
275 $target['category_manager'] = $source[''];
276 $target['category_icon'] = $source[''];
277 $target['category_order'] = $source[''];
279 return $target; // comment out to debug
290 function copyPageData(&$target, &$source) argument
294 $target['page_id'] = $source[''];
295 $target['page_title'] = $source[''];
296 $target['page_sef'] = $source[''];
297 $target['page_text'] = $source[''];
298 $target['page_metakeys'] = $source[''];
299 $target['page_metadscr'] = $source[''];
300 $target['page_datestamp'] = $source[''];
301 $target['page_author'] = $source[''];
302 $target['page_category'] = $source[''];
303 $target['page_comment_flag'] = $source[''];
304 $target['page_password'] = $source[''];
305 $target['page_class'] = $source[''];
307 return $target; // comment out to debug
318 function copyForumData(&$target, &$source) argument
321 $target['forum_id'] = $source[''];
322 $target['forum_name'] = $source[''];
323 $target['forum_description'] = $source[''];
324 $target['forum_parent'] = $source[''];
325 $target['forum_sub'] = $source[''];
326 $target['forum_datestamp'] = $source[''];
327 $target['forum_moderators'] = $source[''];
329 $target['forum_threads'] = $source[''];
330 $target['forum_replies'] = $source[''];
331 $target['forum_lastpost_user'] = $source[''];
332 $target['forum_lastpost_user_anon'] = $source[''];
333 $target['forum_lastpost_info'] = $source[''];
334 $target['forum_class'] = $source[''];
335 $target['forum_order'] = $source[''];
336 $target['forum_postclass'] = $source[''];
337 $target['forum_threadclass'] = $source[''];
338 $target['forum_options'] = $source[''];
339 $target['forum_sef'] = $source[''];
341 return $target;
351 function copyForumThreadData(&$target, &$source) argument
354 $target['thread_id'] = $source[''];
355 $target['thread_name'] = $source[''];
356 $target['thread_forum_id'] = $source[''];
357 $target['thread_views'] = $source[''];
358 $target['thread_active'] = $source[''];
359 $target['thread_lastpost'] = $source[''];
360 $target['thread_sticky'] = $source[''];
361 $target['thread_datestamp'] = $source[''];
362 $target['thread_user'] = $source[''];
363 $target['thread_user_anon'] = $source[''];
364 $target['thread_lastuser'] = $source[''];
365 $target['thread_lastuser_anon'] = $source[''];
366 $target['thread_total_replies'] = $source[''];
367 $target['thread_options'] = $source[''];
369 return $target;
378 function copyForumPostData(&$target, &$source) argument
381 $target['post_id'] = $source[''];
382 $target['post_entry'] = $source[''];
383 $target['post_thread'] = $source[''];
384 $target['post_forum'] = $source[''];
385 $target['post_status'] = $source[''];
386 $target['post_datestamp'] = $source[''];
387 $target['post_user'] = $source[''];
388 $target['post_edit_datestamp'] = $source[''];
389 $target['post_edit_user'] = $source[''];
390 $target['post_ip'] = $source[''];
391 $target['post_user_anon'] = $source[''];
392 $target['post_attachments'] = $source[''];
393 $target['post_options'] = $source[''];
396 return $target;
398 $this->debug($source,$target);
407 function copyLinksData(&$target, &$source) argument
417 $target['link_id'] = $source['']; // leave blank to auto-increment
418 $target['link_name'] = $source[''];
419 $target['link_url'] = $source[''];
420 $target['link_description'] = $source['']; // wrap with [html] [/html] if necessary.
421 $target['link_button'] = $source['']; // image file.
422 $target['link_category'] = $source['']; // integer
423 $target['link_order'] = $source['']; // integer
424 $target['link_parent'] = $source['']; // integer
425 $target['link_open'] = $source['']; // link_target
426 $target['link_class'] = $source[''];
427 $target['link_sefurl'] = $source[''];
432 return $target; // comment out to debug
434 $this->debug($source,$target);