与 Zend/CodeIgniter 框架一起使用的模板?
我正在尝试使用 Zend/CodeIgniter 框架构建一个在线招聘网站。我想知道这两个框架中哪一个最容易使用,哪一个提供对模板的支持。我想编写尽可能少的代码。
我希望我可以使用模板或某种形式的 CMS,让我能够快速创建(或自动提供)管理员和用户配置文件部分。用户需要输入简历详细信息、修改帐户、搜索和申请工作。然后,管理员将能够根据资格、工作角色等搜索申请人。 我可以在 Zend 或 CodeIgniter 框架之上使用任何模板来完成大部分工作吗?
谢谢
I'm trying to build an online recruitment site using the Zend/CodeIgniter framework. I wanted to know which of the two frameworks is the easiest to use and which gives support for templates.I want to write minimum code as possible.
I has hoping I could use a template or some form of CMS that would allow me to quickly create (or automatically provide) an admin and user profile section. Users will need to enter their CV details, modify their account, search and apply for jobs. The admin will then be able to search for applicants based on qualifications, job role, etc.
are there any templates I can use on top of the Zend or CodeIgniter framework to get done the majority of the work?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据您的需求,我喜欢使用 cakePHP,它只需要准备好模型,并且使用脚手架管理面板就很好,使用 Auth 和因果烘焙用户部分也已准备好
使用 Zend >,通常需要一些时间才能完成事情。
With your needs i like to go with cakePHP, it just need models to be ready and with scaffolding admin panel is good, with Auth and causal baking user section is ready too
With Zend, it usually takes some time to get the things done.