简体   繁体   English

用php和joomla创建一个门户

[英]create a portal with php and joomla

I am new in php and joomla and for now, studying book " Sams Teach Yourself PHP in 24 hour ". 我是phpjoomla新手,现在学习书“ Sams Teach Yourself PHP in 24 hour ”。

I want to create an portal with PHP (and Joomla ) that certain people with definite level of access can input data or use data... 我想用PHP(和Joomla )创建一个门户,某些具有明确访问权限的人可以输入数据或使用数据。

Please tell me how should I do this? 请告诉我该怎么做? I must start from what and where? 我必须从什么地方开始?

Is reading PHP and be familiar with Joomla is enough? 阅读PHP并熟悉Joomla就足够了吗?

Thanks in Advance... 提前致谢...

知道PHP就足够了,而且我不了解Joomla的详细信息,但是我认为只有Joomla也可以单独完成这项工作,如果这样的话,这可能会减少工作量,具体取决于您希望门户网站的功能如何。

I don't think You need to study php. 我认为您不需要学习php。 You better learn more about Joomla. 您最好了解有关Joomla的更多信息。 There are many options to set priviledges and stuff. 设置权限和设置有很多选择。

Joomla allows different access levels, but you must decide whether they fit your users' needs yourself. Joomla允许不同的访问级别,但是您必须自己决定它们是否适合用户的需求。 I would advise checking this out prior to starting the project: http://help.joomla.org/content/view/228/153/1/1/ 我建议在开始项目之前先检查一下: http : //help.joomla.org/content/view/228/153/1/1/

You can run and extend a Joomla site with no knowledge of PHP at all. 您完全不需要PHP即可运行和扩展Joomla网站。 Since your question isn't specific it is hard to give an exact answer, but I can point you in the right direction. 由于您的问题不是很具体,因此很难给出确切的答案,但是我可以为您指明正确的方向。 Since you need access control levels, you definitely want to use Joomla 1.6. 由于您需要访问控制级别,因此您肯定要使用Joomla 1.6。 It has very good ACL that you can use to control every part of the site. 它具有非常好的ACL,可用于控制站点的每个部分。

As for as a "portal" that really depends on your needs. 至于“门户”,这实际上取决于您的需求。 Joomla has built in user registration as well as user submitted content, but it is rather limited in scope. Joomla内置了用户注册以及用户提交的内容,但是范围有限。 If you are looking for a full blown community portal then you should take a look at JomSocial (will be 1.6 ready soon). 如果您正在寻找功能完善的社区门户,那么您应该看看JomSocial(即将准备好1.6)。 More details on what your portal needs would be helpful though. 不过,有关门户需求的更多详细信息将有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM