Click here to Skip to main content
15,881,863 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
Questionhide partition from places Pin
dcode2513-Mar-11 16:09
dcode2513-Mar-11 16:09 
AnswerRe: hide partition from places Pin
Albert Holguin28-Mar-11 18:03
professionalAlbert Holguin28-Mar-11 18:03 
AnswerRe: hide partition from places Pin
LloydA11116-Apr-11 12:07
LloydA11116-Apr-11 12:07 
Questionsend data Pin
Elham M12-Mar-11 7:12
Elham M12-Mar-11 7:12 
QuestionAnyone been able to get php5sctivescript working? Pin
Contensive6-Mar-11 4:19
Contensive6-Mar-11 4:19 
QuestionWhat ??? uses PHP Development PluginHooks, dual purpose comment, template, plugins to design application? Pin
toikken4-Mar-11 15:22
toikken4-Mar-11 15:22 
Hi,
I am interested in knowing more about this design methodlogy to program an application.
Do not know how u call this structure but it is use to design an application. I am sure it is a popular design methodology since it helps project development. I hope someone recognizes to steer me in the right direction to learn more. tx

Hooks
if ($h->pageName == 'login') { $h->pageTitle = 'Welcome login to your Account'
$h->currentUser->loggedIn

----

Comments
<?php
/**
* name: Hello World
* description: Sample Plugin Tutorial
* version: 0.1
* folder: hello
* class: hello
* hooks: ....

A newbie might see above as comment. But these comment are use. For example name being Hello World for that is the plugin folder name. Class actually usage of the word Hello is a required syntax for that plugin Hello (please note class hello in the comment area). tx

Class hello
{

public function theme_index_top($h)
....

--------

Template, Plugin that can redefine some core code, etc.


Any info appreciated on this design methodology. tx
QuestionHow to get PHP to rename files Pin
Alschafer4-Mar-11 6:57
Alschafer4-Mar-11 6:57 
AnswerRe: How to get PHP to rename files Pin
nickmaroulis21-Mar-11 14:14
nickmaroulis21-Mar-11 14:14 
QuestionPHP applications on windows and linux Pin
Andrewnick202-Mar-11 20:49
Andrewnick202-Mar-11 20:49 
AnswerRe: PHP applications on windows and linux Pin
effayqueue19-Mar-11 2:42
effayqueue19-Mar-11 2:42 
GeneralRe: PHP applications on windows and linux Pin
nickmaroulis21-Mar-11 14:26
nickmaroulis21-Mar-11 14:26 
QuestionPassing variables to form in iframe Pin
Kyro Zetera2-Mar-11 5:57
Kyro Zetera2-Mar-11 5:57 
AnswerRe: Passing variables to form in iframe Pin
Kyro Zetera2-Mar-11 6:09
Kyro Zetera2-Mar-11 6:09 
GeneralRe: Passing variables to form in iframe Pin
nickmaroulis21-Mar-11 14:08
nickmaroulis21-Mar-11 14:08 
Questionhow to use temporary values Pin
kennyhibs27-Feb-11 15:06
kennyhibs27-Feb-11 15:06 
AnswerRe: how to use temporary values Pin
Tony Richards27-Feb-11 23:55
Tony Richards27-Feb-11 23:55 
QuestionAccessing local machine from web page Pin
pstsp91127-Feb-11 3:56
pstsp91127-Feb-11 3:56 
AnswerRe: Accessing local machine from web page Repost Pin
Richard MacCutchan27-Feb-11 6:26
mveRichard MacCutchan27-Feb-11 6:26 
AnswerRe: Accessing local machine from web page Pin
nickmaroulis21-Mar-11 14:34
nickmaroulis21-Mar-11 14:34 
QuestionHelp me please...!!!........ Pin
Hapyak25-Feb-11 23:07
sussHapyak25-Feb-11 23:07 
AnswerRe: Help me please...!!!........ Pin
jschell26-Feb-11 14:12
jschell26-Feb-11 14:12 
QuestionPHP Proksy ! Pin
I Believe In GOD25-Feb-11 8:48
I Believe In GOD25-Feb-11 8:48 
AnswerRe: PHP Proksy ! Pin
Elham M26-Feb-11 21:18
Elham M26-Feb-11 21:18 
AnswerNice Day! Pin
vonguyenthanhlong31-Mar-11 16:40
vonguyenthanhlong31-Mar-11 16:40 
GeneralRe: Nice Day! Pin
I Believe In GOD1-Apr-11 12:30
I Believe In GOD1-Apr-11 12:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.